1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/stdlib
2014-12-01 23:22:11 +01:00
..
_Exit.cpp
abort.cpp Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
abs.cpp
arc4random.cpp Add arc4random(3). 2014-11-28 13:35:51 +01:00
arc4random_buf.cpp Add arc4random(3). 2014-11-28 13:35:51 +01:00
arc4random_uniform.cpp Add arc4random(3). 2014-11-28 13:35:51 +01:00
atexit.cpp
atof.cpp Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
atoi.cpp Fix atoi(3) out-of-range cases. 2014-09-25 17:27:54 +02:00
atol.cpp
atoll.cpp
bsearch.cpp
calloc.cpp
canonicalize_file_name.cpp
canonicalize_file_name_at.cpp
clearenv.cpp Fix clearenv(3) leaving internal pointer alive after free. 2014-08-23 21:04:39 +02:00
div.cpp
exit.cpp Lazily close files in exit(3). 2014-12-01 18:54:41 +01:00
getenv.cpp Fix the environment functions not rejecting the empty name. 2014-08-23 21:47:04 +02:00
heap.cpp Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
labs.cpp
ldiv.cpp
llabs.cpp
lldiv.cpp
mblen.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbstowcs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbtowc.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mkstemp.cpp Improve mkstemp(3) random path generation. 2014-12-01 23:22:11 +01:00
mktemp.cpp
on_exit.cpp
qsort.cpp Add qsort_r(3). 2014-09-25 18:20:00 +02:00
qsort_r.cpp Improve qsort_r(3) run-time complexity using quicksort. 2014-09-25 18:20:00 +02:00
rand.cpp Thread-secure rand(3). 2014-07-08 17:41:52 +02:00
realpath.cpp
setenv.cpp Fix setenv(3) error case. 2014-09-25 17:27:54 +02:00
strtod.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtof.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtol.cpp Fix strtol(3) quality. 2014-09-25 17:27:54 +02:00
strtold.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtoll.cpp
strtoul.cpp
strtoull.cpp
system.cpp
unsetenv.cpp Fix the environment functions not rejecting the empty name. 2014-08-23 21:47:04 +02:00
wcstombs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wctomb.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00