libc/newlib/libc
Jeff Johnston 39e65e0113 2002-06-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/string.h[__linux__]: Add strsignal prototype.
        * libc/include/sys/lock.h: New file with default locking support.
        * libc/include/sys/reent.h: Add signal buffer support for strsignal
        and psignal.
        * libc/posix/Makefile.am: Add support for readdir_r.c.
        * libc/posix/Makefile.in: Regenerated.
        * libc/posix/closedir.c: Add locking support and hash table cleanup.
        * libc/posix/opendir.c: Add lock support.
        * libc/posix/readdir.c: Ditto.
        * libc/posix/rewinddir.c: Ditto.
        * libc/posix/scandir.c: Ditto.
        * libc/posix/seekdir.c: Ditto.
        * libc/posix/telldir.c: Ditto plus add _cleanupdir routine to
        clean up leftover hash table entries.
        * libc/posix/readdir_r.c: New file.
        * libc/sys/linux/Makefile.am: Add psignal.c and strsignal.c support.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/sys/dirent.h: Add dd_lock to DIR structure.
        * libc/sys/linux/sys/signal.h: Add psignal prototype.
        * libc/sys/linux/psignal.c: New file.
        * libc/sys/linux/strsignal.c: Ditto.
2002-06-05 20:58:59 +00:00
..
ctype * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
errno * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
include 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
locale * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
machine * libc/machine/sh/strcpy.S (strcpy): make sure r0 has right value 2002-05-16 17:29:15 +00:00
misc * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
posix 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
reent 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
signal * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
stdio 2002-05-23 Gareth Pearce <tilps@hotmail.com> 2002-05-23 22:05:54 +00:00
stdlib 2002-05-15 Jeff Johnston <jjohnstn@redhat.com> 2002-05-15 22:58:10 +00:00
string 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
sys 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
syscalls * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
time * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
unix 2002-05-31 Jeff Johnston <jjohnstn@redhat.com> 2002-05-31 20:18:59 +00:00
aclocal.m4 * acinclude.m4: Add support for --enable-newlib-multithread. 2002-05-08 20:35:16 +00:00
configure * acinclude.m4: Add support for --enable-newlib-multithread. 2002-05-08 20:35:16 +00:00
configure.in * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
libc.texinfo import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
Makefile.am * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
Makefile.in * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. 2002-05-01 18:44:13 +00:00
saber import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sys.tex * libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c. 2000-03-08 04:01:49 +00:00