2001-08-18 00:46:40 +00:00
|
|
|
2001-08-17 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2001-08-18 02:46:36 +00:00
|
|
|
* locale/duplocale.c (__duplocale): Also initialize the special
|
|
|
|
__ctype_* elements.
|
|
|
|
|
2001-08-18 00:46:40 +00:00
|
|
|
* conform/data/netdb.h-data: Adjust gai_strerror return type.
|
|
|
|
|
2001-08-17 14:14:31 +00:00
|
|
|
2001-08-17 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
2001-08-18 00:46:40 +00:00
|
|
|
* misc/getpass.c: Include wchar.h for prototypes.
|
|
|
|
* malloc/obstack.c: Likewise.
|
2001-08-17 14:14:31 +00:00
|
|
|
|
2001-08-17 07:51:36 +00:00
|
|
|
2001-08-17 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sunrpc/svc_simple.c (universal): Use __write instead of write.
|
|
|
|
|
|
|
|
* wcsmbs/wcscoll.c: Also define __wcscoll.
|
|
|
|
* include/wchar.h: Declare __wcscoll.
|
|
|
|
|
|
|
|
* libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
|
|
|
|
* libio/vwprintf.c: Likewise.
|
|
|
|
* libio/wprintf.c: Likewise.
|
|
|
|
|
|
|
|
* iconv/gconv_cache.c: Use __munmap instead of munmap.
|
|
|
|
|
2001-08-16 17:51:43 +00:00
|
|
|
2001-08-16 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2001-08-17 07:51:36 +00:00
|
|
|
* posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
|
|
|
|
instead of mbrtowc.
|
|
|
|
[_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
|
|
|
|
wcslen, and __wcscoll instead of wcscoll.
|
|
|
|
|
|
|
|
* sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
|
|
|
|
__getuid instead of getuid.
|
|
|
|
|
|
|
|
* stdio-common/perror.c (perror): Use __close instead of close.
|
|
|
|
* iconv/gconv_cache.c (__gconv_load_cache): Likewise.
|
|
|
|
* libio/freopen.c (freopen): Likewise.
|
|
|
|
* libio/freopen64.c (freopen64): Likewise.
|
|
|
|
|
2001-08-17 04:49:12 +00:00
|
|
|
* libio/tst-ungetwc2.c (main): Define str const.
|
|
|
|
|
|
|
|
* include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
|
|
|
|
* libio/fwprintf.c: Also define __fwprintf.
|
|
|
|
* stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
|
|
|
|
* argp/argp-fmtstream.c: Handle wide oriented stderr stream.
|
|
|
|
* assert/assert-perr.c: Likewise.
|
|
|
|
* assert/assert.c: Likewise.
|
|
|
|
* gmon/gmon.c: Likewise.
|
|
|
|
* inet/rcmd.c: Likewise.
|
|
|
|
* malloc/obstack.c: Likewise.
|
|
|
|
* misc/err.c: Likewise.
|
|
|
|
* misc/error.c: Likewise.
|
|
|
|
* misc/getpass.c: Likewise.
|
|
|
|
* posix/getopt.c: Likewise.
|
|
|
|
* resolv/res_hconf.c: Likewise.
|
|
|
|
* stdio-common/perror.c: Likewise.
|
|
|
|
* stdio-common/psignal.c: Likewise.
|
|
|
|
* stdlib/fmtmsg.c: Likewise.
|
|
|
|
* sunrpc/auth_unix.c: Likewise.
|
|
|
|
* sunrpc/clnt_perr.c: Likewise.
|
|
|
|
* sunrpc/clnt_tcp.c: Likewise.
|
|
|
|
* sunrpc/clnt_udp.c: Likewise.
|
|
|
|
* sunrpc/clnt_unix.c: Likewise.
|
|
|
|
* sunrpc/svc_simple.c: Likewise.
|
|
|
|
* sunrpc/svc_tcp.c: Likewise.
|
|
|
|
* sunrpc/svc_udp.c: Likewise.
|
|
|
|
* sunrpc/svc_unix.c: Likewise.
|
|
|
|
* sunrpc/xdr.c: Likewise.
|
|
|
|
* sunrpc/xdr_array.c: Likewise.
|
|
|
|
* sunrpc/xdr_rec.c: Likewise.
|
|
|
|
* sunrpc/xdr_ref.c: Likewise.
|
|
|
|
* sysdeps/generic/wordexp.c: Likewise.
|
|
|
|
|
2001-08-16 23:31:06 +00:00
|
|
|
* po/it.po: Update from translation team.
|
|
|
|
|
2001-08-17 04:49:12 +00:00
|
|
|
* misc/err.c: Handle wide oriented stderr stream.
|
2001-08-16 17:51:43 +00:00
|
|
|
|
2001-08-16 05:39:18 +00:00
|
|
|
2001-08-14 Tom Rix <trix@redhat.com>
|
|
|
|
|
|
|
|
* iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
|
|
|
|
* iconv/Makefile: Fix gconv_cache.c CFLAGS.
|
|
|
|
|
|
|
|
2001-08-13 Tom Rix <trix@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
|
|
|
|
* sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
|
|
|
|
and __intptr_t.
|
|
|
|
|
|
|
|
2001-08-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
|
|
|
|
Store the access registers to the ucontext structure.
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
|
|
|
|
Likewise.
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
|
|
|
|
Load the access registers from the ucontext structure.
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
|
|
|
|
Likewise.
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
|
|
|
|
offsets to the new ucontext layout.
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
|
|
|
|
of the ucontext structure.
|
|
|
|
* sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
|
|
|
|
|
2001-08-15 18:41:44 +00:00
|
|
|
2001-08-15 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2001-08-16 05:23:52 +00:00
|
|
|
* misc/error.c (error): Handle wide oriented stderr stream correctly.
|
|
|
|
(error_at_line): Likewise.
|
2000-11-09 18:28:29 +00:00
|
|
|
|
2001-08-16 05:23:52 +00:00
|
|
|
* stdio-common/perror.c (perror): Implement according to standard.
|
|
|
|
The stream orientation must not be changed if the stream was not
|
|
|
|
oriented before the call.
|
|
|
|
* stdio-common/Makefile (tests): Add tst-perror.
|
|
|
|
* stdio-common/tst-perror.c: New file.
|
2000-02-29 00:44:05 +00:00
|
|
|
|
2000-02-28 23:51:44 +00:00
|
|
|
|
2001-08-16 05:23:52 +00:00
|
|
|
See ChangeLog.12 for earlier changes.
|