History log of /src/common/lib/libc/stdlib/strtoll.c |
Revision | | Date | Author | Comments |
1.7 |
| 16-Apr-2013 |
joerg | branches: 1.7.30; 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.
|
1.6 |
| 22-Aug-2008 |
matt | branches: 1.6.2; 1.6.24; Properly deal with LIBC namespace issues.
|
1.5 |
| 22-Aug-2008 |
dogcow | Unbork cross-builds in tools/compat/
|
1.4 |
| 20-Aug-2008 |
oster | Fix build breakage by adding appropriate #includes. Patch from joerg@
|
1.3 |
| 20-Aug-2008 |
joerg | 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@
|
1.2 |
| 18-Dec-2006 |
christos | branches: 1.2.18; remove bogus (void)&var; from Anon Ymous
|
1.1 |
| 08-Oct-2006 |
thorpej | branches: 1.1.2; - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. - Add strtoll.c and strtoull.c to libkern.
|
1.1.2.2 |
| 08-Oct-2006 |
thorpej | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. - Add strtoll.c and strtoull.c to libkern.
|
1.1.2.1 |
| 08-Oct-2006 |
thorpej | file strtoll.c was added on branch newlock2 on 2006-10-08 03:14:56 +0000
|
1.2.18.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.6.24.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.6.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.7.30.2 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.7.30.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|