acadia-newlib/newlib/libc/stdlib
Jeff Johnston 8ee939ea9f 2008-11-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/bits/dirent.h: New header file.
        * libc/sys/linux/sys/dirent.h: Include <bits/dirent.h> instead of
        <linux/dirent.h>.
        * libc/posix/Makefile.am: Remove reallocf.
        * libc/posix/Makefile.in: Regenerated.
        * libc/posix/reallocf.c: Moved to...
        * libc/stdlib/reallocf.c: Here
        * libc/stdlib/malloc.c: Add reallocf documentation.
        * libc/include/stdlib.h: Add reallocf and _reallocf_r prototypes.
        * libc/stdlib/Makefile.am: Add reallocf.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/posix/_isatty.c: Set errno.
2008-11-19 20:56:22 +00:00
..
Makefile.am 2008-11-19 Jeff Johnston <jjohnstn@redhat.com> 2008-11-19 20:56:22 +00:00
Makefile.in 2008-11-19 Jeff Johnston <jjohnstn@redhat.com> 2008-11-19 20:56:22 +00:00
_Exit.c
__adjust.c
__atexit.c
__call_atexit.c * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexit 2007-04-05 16:47:38 +00:00
__exp10.c
__ten_mu.c
a64l.c
abort.c
abs.c
assert.c Support __func__ in assert, as required by C99. 2007-06-27 12:44:41 +00:00
atexit.c
atexit.h
atof.c
atoff.c
atoi.c
atol.c
atoll.c
btowc.c Avoid more compiler warnings. 2007-05-29 21:26:59 +00:00
calloc.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:08:03 +00:00
cxa_atexit.c
cxa_finalize.c
div.c
drand48.c
dtoa.c 2006-08-03 J"orn Rennecke <joern.rennecke@st.com> 2006-08-03 16:56:05 +00:00
dtoastub.c
ecvtbuf.c
efgcvt.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:08:03 +00:00
environ.c
envlock.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:08:03 +00:00
eprintf.c
erand48.c
exit.c
gd_qnan.h 2006-06-22 Jeff Johnston <jjohnstn@redhat.com> 2006-06-22 17:59:52 +00:00
gdtoa-gethex.c 2006-06-22 Jeff Johnston <jjohnstn@redhat.com> 2006-06-22 17:59:52 +00:00
gdtoa-hexnan.c Fix strtod("nan()", ptr). 2008-03-04 18:27:01 +00:00
gdtoa.h 2006-06-22 Jeff Johnston <jjohnstn@redhat.com> 2006-06-22 17:59:52 +00:00
getenv.c
getenv_r.c 2008-09-26 Craig Howland <howland@LGSInnovations.com> 2008-09-26 16:23:58 +00:00
getopt.c 2008-03-07 Jeff Johnston <jjohnstn@redhat.com> 2008-03-07 18:16:35 +00:00
getsubopt.3
getsubopt.c
jrand48.c
l64a.c
labs.c
lcong48.c
ldiv.c
ldtoa.c 2008-10-06 Eric Blake <ebb9@byu.net> 2008-10-06 19:47:06 +00:00
llabs.c
lldiv.c
local.h
lrand48.c
malign.c
malloc.c 2008-11-19 Jeff Johnston <jjohnstn@redhat.com> 2008-11-19 20:56:22 +00:00
mallocr.c 2006-12-18 Jeff Johnston <jjohnstn@redhat.com> 2006-12-18 20:21:48 +00:00
mbctype.h
mblen.c
mblen_r.c
mbrlen.c
mbrtowc.c
mbsinit.c
mbsrtowcs.c
mbstowcs.c
mbstowcs_r.c
mbtowc.c
mbtowc_r.c
mlock.c
mprec.c 2006-06-22 Jeff Johnston <jjohnstn@redhat.com> 2006-06-22 17:59:52 +00:00
mprec.h Fix strict-aliasing issues with _strtod_r and Storeinc. 2008-06-25 01:45:02 +00:00
mrand48.c
msize.c
mstats.c
mtrim.c
nrand48.c
on_exit.c
putenv.c
putenv_r.c
rand.c 2006-09-12 Paul Brook <paul@codesourcery.com> 2006-09-12 17:31:40 +00:00
rand48.c
rand48.h
rand_r.c
realloc.c
reallocf.c 2008-11-19 Jeff Johnston <jjohnstn@redhat.com> 2008-11-19 20:56:22 +00:00
seed48.c
setenv.c 2008-09-24 Pawel Veselov <pawel.veselov@gmail.com> 2008-09-25 01:23:08 +00:00
setenv_r.c 2008-09-24 Jeff Johnston <jjohnstn@redhat.com> 2008-09-25 03:00:04 +00:00
srand48.c
std.h
stdlib.tex * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
strtod.c Fix strict-aliasing issues with _strtod_r and Storeinc. 2008-06-25 01:45:02 +00:00
strtol.c
strtoll.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
strtoll_r.c
strtoul.c
strtoull.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
strtoull_r.c
system.c Avoid more compiler warnings. 2007-05-29 21:26:59 +00:00
valloc.c
wcrtomb.c
wcsrtombs.c 2008-08-28 Corinna Vinschen <corinna@vinschen.de> 2008-08-28 17:36:49 +00:00
wcstol.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wcstoll.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wcstoll_r.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wcstombs.c
wcstombs_r.c 2007-10-23 Jeff Johnston <jjohnstn@redhat.com> 2007-10-23 19:50:29 +00:00
wcstoul.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wcstoull.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wcstoull_r.c * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
wctob.c Avoid more compiler warnings. 2007-05-29 21:26:59 +00:00
wctomb.c
wctomb_r.c * libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin. 2007-05-16 19:31:08 +00:00