git: libc/stdlib : revert to dragonfly implementation

Joris Giovannangeli joris at crater.dragonflybsd.org
Tue Oct 1 15:38:16 PDT 2013


commit dd5515b863438db34ae9c2c44ff353de38442092
Author: Joris Giovannangeli <joris at dragonflybsd.org>
Date:   Wed Oct 2 00:31:50 2013 +0200

    libc/stdlib : revert to dragonfly implementation
    
     * Revert to 2d5c7e410ffcb72d10994a0d1d324b7265e29647. The dragonfly
       version shares code for the various functions of the strtol familly,
       using macros.
    
     * add locale aware version for the functions the strtol familly. Only
       isspace calls are concerned.

Summary of changes:
 lib/libc/stdlib/_strtol.h   |  18 +++++-
 lib/libc/stdlib/_strtoul.h  |  18 +++++-
 lib/libc/stdlib/strtoimax.c | 137 +++++---------------------------------------
 lib/libc/stdlib/strtol.c    | 137 +++++---------------------------------------
 lib/libc/stdlib/strtoll.c   |   1 +
 lib/libc/stdlib/strtoul.c   |   1 +
 lib/libc/stdlib/strtoull.c  |   1 +
 lib/libc/stdlib/strtoumax.c | 114 +++++-------------------------------
 8 files changed, 78 insertions(+), 349 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd5515b863438db34ae9c2c44ff353de38442092


-- 
DragonFly BSD source repository



More information about the Commits mailing list