acadia-newlib/newlib/libc/sys
Jeff Johnston 9c64d2a7ba 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/_types.h (_mbstate_t): Changed to use
        unsigned char internally.
        * libc/sys/linux/sys/_types.h: Ditto.
        * libc/include/sys/reent.h
        * libc/stdlib/mblen.c (mblen): Use function-specific state
        value from default reentrancy structure.
        * libc/stdlib/mblen_r.c (_mblen_r):  If return code from
        _mbtowc_r is less than 0, reset state __count value and
        return -1.
        * libc/stdlib/mbrlen.c (mbrlen): If the input state pointer
        is NULL, use the function-specific pointer provided in the
        default reentrancy structure.
        * libc/stdlib/mbrtowc.c: Add reentrant form of function.
        If input state pointer is NULL, use function-specific area
        provided in reentrancy structure.
        * libc/stdlib/mbsrtowcs.c: Ditto.
        * libc/stdlib/wcrtomb.c: Ditto.
        * libc/stdlib/wcsrtombs.c: Ditto.
        * libc/stdlib/mbstowcs.c: Reformat.
        * libc/stdlib/wcstombs.c: Ditto.
        * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): If an error occurs,
        reset the state's __count value and return -1.
        * libc/stdlib/mbtowc.c: Ditto.
        * libc/stdlib/mbtowc_r.c (_mbtowc_r): Add restartable functionality.
        If number of bytes is used up before completing a valid multibyte
        character, return -2 and save the state.
        * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count
        and change some __count references to __state for clarity.
2002-09-09 21:42:14 +00:00
..
a29khif * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
arc * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
arm * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
cygwin * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
d10v * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
decstation * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
go32 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
h8300hms * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
h8500hms * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
linux 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> 2002-09-09 21:42:14 +00:00
m88kbug * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
mmixware 2002-07-10 Florian Shrack <florian.schrack@freenet.de> 2002-07-10 22:15:49 +00:00
netware * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
rtems * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sh * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sparc64 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sun4 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sysmec * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sysnec810 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sysnecv850 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sysvi386 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
sysvnecv70 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
tic80 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
w65 * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
z8ksim * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
Makefile.am * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
Makefile.in * libtool.m4: New file. 2002-07-04 19:57:57 +00:00
aclocal.m4 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
configure * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
configure.in * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00