History log of /netbsd-src/common/lib/libc/stdlib/strtoll.c (Results 1 – 7 of 7)
Revision Date Author Comments
# a67fde03 16-Apr-2013 joerg <joerg@NetBSD.org>

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.


# 331139bd 22-Aug-2008 matt <matt@NetBSD.org>

Properly deal with LIBC namespace issues.


# e74fc2a1 22-Aug-2008 dogcow <dogcow@NetBSD.org>

Unbork cross-builds in tools/compat/


# 5577c7fc 20-Aug-2008 oster <oster@NetBSD.org>

Fix build breakage by adding appropriate #includes.
Patch from joerg@


# 245e0863 20-Aug-2008 joerg <joerg@NetBSD.org>

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
(

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@

show more ...


# 4361f207 18-Dec-2006 christos <christos@NetBSD.org>

remove bogus (void)&var; from Anon Ymous


# 82fd1ebb 08-Oct-2006 thorpej <thorpej@NetBSD.org>

- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.
- Add strtoll.c and strtoull.c to libkern.