..
abs.c
Added implementation for strtol(), strtoul(), strtoll(), strtoull() from
2002-10-26 00:09:39 +00:00
atof.c
initial checkin
2002-10-26 21:23:22 +00:00
atoi.c
changed to wrappers for strtol(), etc.
2002-10-26 19:11:18 +00:00
bsearch.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
div.c
removed extra declarations now that stdlib.h is fixed
2002-10-25 19:25:50 +00:00
env.c
Moved "__progname" from startup code to libroot_init.c (because BeOS start_dyn.o
2003-01-13 10:50:14 +00:00
exit.c
Fixed wrong function export that made every app crash on exit...
2004-08-13 18:36:54 +00:00
heapsort.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
Jamfile
Added mktemp() and friends from FreeBSD - calls not part of the POSIX specs
2004-09-01 12:04:21 +00:00
merge.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
mktemp.c
Added mktemp() and friends from FreeBSD - calls not part of the POSIX specs
2004-09-01 12:04:21 +00:00
multibyte.c
type fix: replaced int type with proper wchar_t type for several functions (tsk, tsk, tsk)
2002-10-25 11:23:30 +00:00
qsort.c
Added implementation for strtol(), strtoul(), strtoll(), strtoull() from
2002-10-26 00:09:39 +00:00
radixsort.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
rand.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
random.c
type fix: replaced a couple of longs with ints (as they should be)
2002-10-25 11:32:38 +00:00
realpath.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
strtod.c
Now exports the __strtoXX_internal() functions from glibc, too - some
2004-07-02 17:54:40 +00:00
strtol.c
Now exports the __strtoXX_internal() functions from glibc, too - some
2004-07-02 17:54:40 +00:00
strtoll.c
Now exports the __strtoXX_internal() functions from glibc, too - some
2004-07-02 17:54:40 +00:00
strtoq.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00
strtoul.c
Now exports the __strtoXX_internal() functions from glibc, too - some
2004-07-02 17:54:40 +00:00
strtoull.c
Now exports the __strtoXX_internal() functions from glibc, too - some
2004-07-02 17:54:40 +00:00
strtouq.c
Added all former libc/libm files to the libroot/posix directory.
2002-10-05 17:13:32 +00:00