Module Name: src Committed By: joerg Date: Tue Apr 16 21:44:08 UTC 2013
Modified Files: src/common/lib/libc/stdlib: _strtol.h _strtoul.h strtoll.c strtoull.c strtoumax.c src/include: inttypes.h stdlib.h src/lib/libc: shlib_version src/lib/libc/citrus: citrus_bcs_strtol.c citrus_bcs_strtoul.c src/lib/libc/include: namespace.h src/lib/libc/stdlib: strtoimax.c Log Message: Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain strtol_l unless in tools mode. Add note to retire the BCS code on the next libc major bump. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/stdlib/_strtol.h \ src/common/lib/libc/stdlib/_strtoul.h cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/stdlib/strtoll.c cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/stdlib/strtoull.c \ src/common/lib/libc/stdlib/strtoumax.c cvs rdiff -u -r1.8 -r1.9 src/include/inttypes.h cvs rdiff -u -r1.100 -r1.101 src/include/stdlib.h cvs rdiff -u -r1.239 -r1.240 src/lib/libc/shlib_version cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/citrus_bcs_strtol.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/citrus/citrus_bcs_strtoul.c cvs rdiff -u -r1.157 -r1.158 src/lib/libc/include/namespace.h cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/strtoimax.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.