newlib-cygwin/newlib/libc
Jeff Johnston d4dca0e42e 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for
        initializing a struct _reent that has been dynamically allocated.
        (_REENT_CHECK_MISC): New macro that checks _misc struct for
        _REENT_SMALL and does nothing otherwise.
        (_REENT_STRTOK_LAST): New macro for reentrant strtok.
        (_REENT_MBLEN_STATE): New macro for reentrant mblen.
        (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc.
        (_REENT_WCTOMB_STATE): New macro for reentrant wctomb.
        [_REENT_SMALL](struct _misc_reent): New structure containing
        miscellaneous reentrant areas needed by newlib.
        [_REENT_SMALL](struct _reent): Add _misc pointer.
        [_REENT_SMALL](_REENT_INIT_MISC): New macro.
        * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC
        and _REENT_STRTOK_LAST macros.
        * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC
        and _REENT_MBLEN_STATE macros.
        * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC
        and _REENT_MBTOWC_STATE macros.
        * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC
        and _REENT_WCTOMB_STATE macros.
2002-04-01 23:06:21 +00:00
..
ctype * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
errno * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
include 2002-04-01 Jeff Johnston <jjohnstn@redhat.com> 2002-04-01 23:06:21 +00:00
locale * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
machine * libc/machine/sh/memcpy.S (Large): Fix alignment rounding. 2002-03-26 17:22:16 +00:00
misc 2002-02-05 Manik Raina <manik@cisco.com> 2002-02-05 17:14:35 +00:00
posix * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
reent * libc/reent/signgam.c (__signgam): Fix error in previous. 2002-02-03 12:53:04 +00:00
signal * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
stdio 2002-02-27 Jeff Johnston <jjohnstn@redhat.com> 2002-02-27 23:56:24 +00:00
stdlib 2002-04-01 Jeff Johnston <jjohnstn@redhat.com> 2002-04-01 23:06:21 +00:00
string 2002-04-01 Jeff Johnston <jjohnstn@redhat.com> 2002-04-01 23:06:21 +00:00
sys 2002-03-12 Jeff Johnston <jjohnstn@redhat.com> 2002-03-12 21:31:56 +00:00
syscalls * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
time * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
unix * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
Makefile.am * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
Makefile.in * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
aclocal.m4 2002-02-27 Jeff Johnston <jjohnstn@redhat.com> 2002-02-27 23:56:24 +00:00
configure 2002-02-27 Jeff Johnston <jjohnstn@redhat.com> 2002-02-27 23:56:24 +00:00
configure.in * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
libc.texinfo import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +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