This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
lib
/
libc
/
stdlib
History
Xin LI
92226c92f3
Use calloc() instaed of zeroing memory ourselves.
2008-04-13 08:05:08 +00:00
..
_Exit.c
…
a64l.3
…
a64l.c
…
abort.3
…
abort.c
…
abs.3
…
abs.c
…
alloca.3
…
atexit.3
…
atexit.c
…
atexit.h
…
atof.3
…
atof.c
…
atoi.3
…
atoi.c
…
atol.3
…
atol.c
…
atoll.c
…
bsearch.3
…
bsearch.c
…
div.3
…
div.c
…
exit.3
…
exit.c
…
getenv.3
…
getenv.c
Replace the use of warnx() with direct output to stderr using _write().
2008-02-28 04:09:08 +00:00
getopt_long.3
…
getopt_long.c
…
getopt.3
…
getopt.c
…
getsubopt.3
…
getsubopt.c
…
grantpt.3
…
grantpt.c
Remove some now-unused macros.
2008-01-15 18:55:52 +00:00
hcreate.3
…
hcreate.c
…
heapsort.c
Use size_t to avoid overflow when sorting arrays larger than 2 GB.
2008-01-13 02:11:10 +00:00
imaxabs.3
…
imaxabs.c
…
imaxdiv.3
…
imaxdiv.c
…
insque.3
…
insque.c
…
l64a.c
…
labs.3
…
labs.c
…
ldiv.3
…
ldiv.c
…
llabs.3
…
llabs.c
…
lldiv.3
…
lldiv.c
…
lsearch.3
…
lsearch.c
…
Makefile.inc
…
malloc.3
Remove support for lazy deallocation. Benchmarks across a wide range of
2008-02-17 17:09:24 +00:00
malloc.c
Remove stale #include <machine/atomic.h>, which as needed by lazy
2008-03-07 16:54:03 +00:00
memory.3
…
merge.c
…
posix_memalign.3
…
qsort_r.c
…
qsort.3
…
qsort.c
Changing 'r' to a size_t in the previous commit turned quicksort
2008-01-14 09:21:34 +00:00
radixsort.3
…
radixsort.c
…
rand.3
…
rand.c
…
random.3
…
random.c
…
reallocf.c
…
realpath.3
…
realpath.c
…
remque.c
…
strfmon.3
…
strfmon.c
Use calloc() instaed of zeroing memory ourselves.
2008-04-13 08:05:08 +00:00
strtod.3
Implement and document nan(), nanf(), and nanl(). This commit
2007-12-16 21:19:28 +00:00
strtoimax.c
…
strtol.3
…
strtol.c
…
strtoll.c
…
strtonum.3
…
strtonum.c
…
strtoq.c
…
strtoul.3
…
strtoul.c
…
strtoull.c
…
strtoumax.c
…
strtouq.c
…
Symbol.map
…
system.3
…
system.c
…
tdelete.c
…
tfind.c
…
tsearch.3
…
tsearch.c
…
twalk.c
…