Up to [cvs.netbsd.org] / src / common / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 20 22:03:29 2009 UTC (6 weeks, 2 days ago) by christos
Branch: MAIN
CVS Tags: yamt-nfs-mp-base5,
HEAD
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
Set endptr if the base is not supported. The opengroup spec does not special case this condition. Note: glibc has the same problem.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:54:18 2008 UTC (9 months, 2 weeks ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.1.2.1: +166 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.1.2.1, Wed Aug 20 12:42:26 2008 UTC (10 months, 1 week ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.1: +0 -166
lines
FILE REMOVED
file _strtol.h was added on branch wrstuden-revivesa on 2008-09-18 04:54:18 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 20 12:42:26 2008 UTC (10 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Branch point for: wrstuden-revivesa
Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one
version for signed and one version for unsigned data types.
Add a check for supported bases and set errno (userland) or panic
(kernel, libsa) otherwise.
Make strto{ll,ull,imax,umax} normal symbols and just keep the underscore
versions as strong alias.
Obtained from DragonFly, based on the wide char version from Citrus.
Reviewed by christos@