]> sourceware.org Git - newlib-cygwin.git/commit
2002-04-01 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 1 Apr 2002 23:06:21 +0000 (23:06 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 1 Apr 2002 23:06:21 +0000 (23:06 +0000)
commitd4dca0e42e10a00ec1bdcc444083e86765b15ea3
treec5bddb1c78cc98d7766c6b38c1d05357da082e1f
parent54a7c6d2beffa00ab22e8bdf93da74989fd0d49d
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.
newlib/ChangeLog
newlib/libc/include/sys/reent.h
newlib/libc/stdlib/mblen.c
newlib/libc/stdlib/mbtowc.c
newlib/libc/stdlib/wctomb.c
newlib/libc/string/strtok.c
This page took 0.034984 seconds and 5 git commands to generate.