acadia-newlib/newlib/libc/stdlib
Jeff Johnston c622842865 2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/getopt.h: Hide newlib extensions under
        the __need_getopt_newlib flag.
        * libc/stdlib/getopt.c: #define __need_getopt_newlib before including
        getopt.h.  Put entire code under !HAVE_GETOPT to support platforms
        with their own getopt implementation.
        * configure.host: Specify HAVE_GETOPT for x86-linux.
2008-03-07 18:16:35 +00:00
..
Makefile.am * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 2007-07-06 20:03:28 +00:00
Makefile.in 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
_Exit.c
__adjust.c
__atexit.c * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef. 2006-03-21 00:57:34 +00:00
__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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
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
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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
environ.c
envlock.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
envlock.h
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
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 2007-06-06 Christian Groessler <chris@groessler.org> 2007-06-06 19:24:28 +00:00
llabs.c
lldiv.c
local.h
lrand48.c
malign.c
malloc.c
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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
mprec.c 2006-06-22 Jeff Johnston <jjohnstn@redhat.com> 2006-06-22 17:59:52 +00:00
mprec.h 2007-08-31 Antony King <antony.king@st.com> 2007-08-31 21:21:27 +00:00
mrand48.c
msize.c
mstats.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
rand48.h
rand_r.c
realloc.c
seed48.c
setenv.c
setenv_r.c
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 strtod("-0x", NULL). 2008-02-21 17:14:14 +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
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