Up to [cvs.netbsd.org] / src / common / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.8.1 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:35 2009 UTC (2 years, 6 months ago) by jym
Branch: jym-xensuspend
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 20 22:03:29 2009 UTC (2 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
rmind-uvmplock-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
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 (3 years, 4 months 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 (3 years, 5 months 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 (3 years, 5 months 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-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jym-xensuspend-base
Branch point for: wrstuden-revivesa,
jym-xensuspend
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@