newlib-cygwin/newlib/libc/include
Jeff Johnston 5665b0e1d0 2001-10-01 Charles Wilson <cwilson@ece.gatech.edu>
* libc/include/stdlib.h: add declarations for
        _strtoull_r, _strtoll_r, strtoull, and strtoll.
        * libc/stdio/local.h: remove declarations of
        __strtoull_r and __strtoll_r.
        * libc/stdio/vfscanf.c(__svfscanf_r): call
        _strtoull_r instead of __strtoull_r. Ditto
        _strtoll_r vs. __strtoll_r.
        * libc/stdlib/Makefile.am: add new files to
        .c list and .def list
        * libc/stdlib/Makefile.in: regenerate
        * libc/stdlib/strtoll_r.c: rename __strtoll_r
        as _strtoll_r
        * libc/stdlib/strtoull_r.c: rename __strtoull_r
        as _strtoull_r
        * libc/stdlib/strtoull.c: new file
        * libc/stdlib/strtoll.c: new file
2001-10-01 18:05:11 +00:00
..
machine * libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro arguments. 2001-08-14 14:36:58 +00:00
sys 2001-08-29 Joel Sherrill <joel@OARcorp.com> 2001-08-29 20:09:31 +00:00
_ansi.h * Makefile.am: Fix space vs. tab problem in install-data-local. 2000-09-06 20:46:27 +00:00
_syslist.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ar.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
assert.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ctype.h 2001-06-11 Danny Smith <dannysmith@users.sourceforge.net> 2001-06-11 21:51:41 +00:00
dirent.h 2000-11-20 Jeff Johnston <jjohnstn@redhat.com> 2000-11-21 23:57:25 +00:00
errno.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fastmath.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fcntl.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
grp.h 2001-02-08 Edward M. Lee <tailbert@yahoo.com> 2001-02-09 00:13:54 +00:00
ieeefp.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
locale.h 2001-02-05 Charles Wilson <cwilson@ece.gatech.edu> 2001-02-05 21:51:43 +00:00
malloc.h 2001-08-13 Jeff Johnston <jjohnstn@redhat.com> 2001-08-13 22:54:42 +00:00
math.h 2001-01-29 Jeff Johnston <jjohnstn@redhat.com> 2001-01-29 22:40:50 +00:00
paths.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
process.h * libc/include/process.h: Add getpid() declaration. 2001-09-17 21:30:58 +00:00
pthread.h 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
pwd.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
reent.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
regdef.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
setjmp.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
signal.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
stdio.h 2001-08-02 Jeff Johnston <jjohnstn@redhat.com> 2001-08-02 22:28:40 +00:00
stdlib.h 2001-10-01 Charles Wilson <cwilson@ece.gatech.edu> 2001-10-01 18:05:11 +00:00
string.h * libc/string/swab.c: Specify that it's defined in <unistd.h>. 2000-08-30 18:30:16 +00:00
termios.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
time.h 2001-04-19 Robert Collins <rbtcollins@hotmail.com> 2001-04-19 15:54:47 +00:00
unctrl.h * libc/include/sys/config.h: define __IMPORT appropriately 2000-08-01 20:51:51 +00:00
unistd.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
utime.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
utmp.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00