aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-23Update.Ulrich Drepper1-0/+4
2001-08-23 Ulrich Drepper <drepper@redhat.com> * po/ja.po: Update from translation team.
2001-08-23Update from translation team.Ulrich Drepper1-724/+785
2001-08-23* libio/tst-ungetwc1.c (main): Add a const to quiet a warning.Roland McGrath3-4/+17
* nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN. Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
2001-08-23* sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here withRoland McGrath13-72/+91
__libc_lock_define_recursive. * elf/dl-open.c: Don't declare it here any more. * elf/dl-close.c: Likewise. * elf/dl-lookup.c: Likewise. * elf/dl-iteratephdr.c: Likewise. * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and __libc_lock_unlock_recursive. * elf/dl-close.c (_dl_close): Likewise * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise * elf/dl-open.c (_dl_open): Likewise * sysdeps/generic/bits/libc-lock.h (__libc_lock_define_recursive): New macro. * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it. (_IO_lock_lock): Use __libc_lock_lock_recursive. (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
2001-08-23* conform/conformtest.pl (checknamespace): Sort the output list.Roland McGrath4-13/+29
* sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT. (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these definitions conditional on [__USE_XOPEN]. * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define these unconditionally, not only use [__USE_BSD], so as to match the sysdeps/unix/sysv/linux files.
2001-08-232001-08-22 Roland McGrath <roland@frob.com>Roland McGrath1-1/+2
* conform/conformtest.pl (checknamespace): Sort the output list.
2001-08-23Update.Ulrich Drepper2-1/+10
2001-08-22 Ulrich Drepper <drepper@redhat.com> * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to avoid warnings. * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using DL_LOOKUP_ADDRESS.
2001-08-23(do_test): Get address of ref1 using DL_LOOKUP_ADDRESS.Ulrich Drepper1-2/+5
2001-08-23* sysdeps/generic/bits/sigaction.h (struct sigaction): Fix upRoland McGrath1-0/+6
conditionalization of sa_handler/sa_sigaction member types to match the sysdeps/unix/sysv/linux file.
2001-08-232001-08-22 Roland McGrath <roland@frob.com>Roland McGrath2-12/+28
* sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up conditionalization of sa_handler/sa_sigaction member types to match the sysdeps/unix/sysv/linux file.
2001-08-23Update.Ulrich Drepper2-1/+5
* elf/dl-addr.c (_dl_addr): Handle broken binaries with zero symbol sizes a bit better.
2001-08-23Update.Ulrich Drepper2-63/+189
* sysdeps/ia64/strncpy.S: Complete rewrite. Contributed by Jakub Jelinek <jakub@redhat.com>.
2001-08-23Update.Ulrich Drepper1-0/+4
2001-08-22 Ulrich Drepper <drepper@redhat.com> * string/stratcliff.c (main): Add strncpy test.
2001-08-23(main): Add strncpy test.Ulrich Drepper1-1/+28
2001-08-23* sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,Roland McGrath1-0/+6
and don't declare unsetenv or _environ directly. (unsetenv): Return int, not void. Use __environ instead of _environ.
2001-08-232001-08-22 Roland McGrath <roland@frob.com>Roland McGrath1-5/+6
* sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>, and don't declare unsetenv or _environ directly. (unsetenv): Return int, not void. Use __environ instead of _environ.
2001-08-22Fix formatting.Ulrich Drepper1-4/+4
* posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal): Rename __argc to ___argc in prototypes to avoid compatibility problems with systems that reserve the identifier "__argc". Similarly for __argv.
2001-08-222001-08-20 Roland McGrath <roland@frob.com>Roland McGrath1-0/+3
* hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "". (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
2001-08-22* sysdeps/unix/bsd/bsd4.4/Makefile: New file. * ↵Mark Kettenis5-3/+26
sysdeps/unix/bsd/bsd4.4/Versions: New file. * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file. * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct test for cmsg struct size. 2001-08-01 Mark Kettenis <kettenis@gnu.org> * sysdeps/unix/bsd/bsd4.4/Makefile: New file. * sysdeps/unix/bsd/bsd4.4/Versions: New file. * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file. * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct test for cmsg struct size.
2001-08-222001-04-23 Paul Eggert <eggert@twinsun.com>Roland McGrath4-53/+20
* posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal): Rename __argc to ___argc in prototypes to avoid compatibility problems with systems that reserve the identifier "__argc". Similarly for __argv. 2001-08-21 Roland McGrath <roland@frob.com> * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration. * mach/Makefile (tests): Removed. * mach/hello.c: File removed.
2001-08-222001-08-21 Roland McGrath <roland@frob.com>Roland McGrath1-1/+2
* stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
2001-08-22Update.Ulrich Drepper2-702/+786
* po/sv.po: Update from translation team.
2001-08-22Update.Ulrich Drepper3-1/+24
* libio/Makefile (tests): Add tst-sscanf. * libio/tst-sscanf.c: New file.
2001-08-22Update.Ulrich Drepper2-4/+6
* stdio-common/vfscanf.c: Fix handling of %l[]. Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
2001-08-22Fix typo.Ulrich Drepper1-1/+1
non-empty string if != NULL.
2001-08-22Update.Ulrich Drepper3-6/+16
2001-08-22 Ulrich Drepper <drepper@redhat.com> * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname. * malloc/mtrace.c (tr_where): dli_sname always points to a non-empty string is != NULL. Reported by Tim Janik <timj@gtk.org>.
2001-08-22Update.Ulrich Drepper9-69/+197
2001-08-22 Jakub Jelinek <jakub@redhat.com> * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating buf. Free resources on failure. * sunrpc/svc_unix.c (svcunix_create): Free resources on failure. (makefd_xprt): Likewise. * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise. * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise. * sunrpc/auth_unix.c (authunix_create): Likewise. 2001-08-21 Jakub Jelinek <jakub@redhat.com> * string/strnlen.c: Remove. * sysdeps/generic/strnlen.c: New. * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
2001-08-22(print_and_abort): Explain use of the string.Ulrich Drepper1-1/+6
2001-08-21* sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define thisRoland McGrath2-12/+20
as a macro, not an extern inline function. * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here. * Versions.def (libc): Add GLIBC_2.2.5 set. * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro. (__hurd_fail): Use that instead of _EXTERN_INLINE in decl. 2001-08-20 Roland McGrath <roland@frob.com> * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "". (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
2001-08-212001-08-21 Roland McGrath <roland@frob.com>Roland McGrath3-1/+10
* hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here. * Versions.def (libc): Add GLIBC_2.2.5 set. * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro. (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
2001-08-21Update.Ulrich Drepper4-28/+50
* string/bits/string2.h: Remove strnlen optimization here. * sysdeps/i386/i486/bits/string.h: Add it here. 2001-08-21 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c: Make access to ..._hook pointers thread-safe. 2001-08-21 Ulrich Drepper <drepper@redhat.com>
2001-08-21Update.Ulrich Drepper2-703/+834
2001-08-21 Ulrich Drepper <drepper@redhat.com> * po/gl.po: Update from translation team.
2001-08-21Update.Ulrich Drepper4-6/+11
2001-08-20 Ulrich Drepper <drepper@redhat.com> * misc/error.c (error_tail): Use fputws_unlocked instead of fputws. * misc/err.c (convert_and_print): Likewise. * malloc/obstack.c (print_and_abort): Use fprintf instead of two function calls.
2001-08-21Update.Ulrich Drepper5-31/+63
2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the change of the gregset_t type. * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise. 2001-08-20 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno. * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
2001-08-21Update.Ulrich Drepper1-0/+4
2001-08-20 Ulrich Drepper <drepper@redhat.com> * string/strnlen.c: Fix the implementation. We cannot use memchr.
2001-08-21Fix the implementation. We cannot use memchr.Ulrich Drepper1-6/+19
2001-08-20* sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ before ↵Mark Kettenis2-3/+16
calling the cthreads initialization code. 2001-08-18 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ before calling the cthreads initialization code.
2001-08-20Update.Ulrich Drepper3-723/+819
* argp/argp-help.c: Fix two problems introduced in last change.
2001-08-20Update.Ulrich Drepper3-8/+13
2001-08-20 Ulrich Drepper <drepper@redhat.com> * include/dirent.h: Include <dirstream.h> first.
2001-08-20Update.Ulrich Drepper2-2/+4
* io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
2001-08-20Update.Ulrich Drepper12-742/+950
2001-08-19 Ulrich Drepper <drepper@redhat.com> * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy. * sunrpc/xdr_rec.c: Likewise. * sunrpc/xdr_mem.c: Likewise. * sunrpc/svc_authux.c (_svcauth_unix): Likewise. * sunrpc/rpc_cmsg.c: Likewise. * sunrpc/getrpcport.c (getrpcport): Likewise. * sunrpc/clnt_simp.c (callrpc): Likewise. * sunrpc/clnt_gen.c (clnt_create): Likewise. * string/envz.c: Likewise. * po/ko.po: Update from translation team. * argp/argp-help.c: Handle wide oriented stderr stream. * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
2001-08-19Update.Ulrich Drepper2-10/+9
* sysdeps/generic/strtol.c: Little optimizations. Add some __builtin_expect.
2001-08-19Update.Ulrich Drepper2-0/+3
* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
2001-08-19Update.Ulrich Drepper6-10/+17
* wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t. * wcsmbs/wcwidth.c (wcwdith): Likewise. * wcsmbs/wcwidth.h (internal_wcwdith): Likewise. * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS. * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
2001-08-18Update.Ulrich Drepper9-27/+63
* time/time.h (struct timespec): Use __time_t for tv_sec element. * sysdeps/generic/inttypes.h: Define __wchar_t. Use it instead of wchar_t for function declarations and defintions. * misc/sys/select.h: Define __need_time_t before including <time.h>. Define suseconds_t if it hasn't happened yet. * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>. * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined. * sysdeps/generic/stdint.h: Don't get definition of wchar_t from <stddef.h>. * conform/data/stddef.h-data: Remove wint_t.
2001-08-18Update.Ulrich Drepper5-18/+51
2001-08-18 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl: Change namespace test to take #undef lines into account. * conform/data/netinet/in.h-data: Fix typo in allow-header line. * conform/data/sys/socket.h-data: Add sockatmark.
2001-08-18Update.Ulrich Drepper1-0/+4
2001-08-17 Ulrich Drepper <drepper@redhat.com> * io/fts.c: Update from recent BSD source.
2001-08-18Update from recent BSD source.Ulrich Drepper1-115/+201
2001-08-18* stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.Roland McGrath1-0/+6
* misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]: Likewise.
2001-08-182001-08-17 Roland McGrath <roland@frob.com>Roland McGrath2-6/+11
* stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide. * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]: Likewise.