about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* . cvs/fedora-glibc-2_3-20050718T0425Roland McGrath2005-07-183-18/+63
|
* .Roland McGrath2005-07-182-7/+135
|
* 2005-07-05 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-183-24/+23
| | | | | | | | | | [BZ #1111] * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS module provides getgrgid_r. (getgrnam_plusgroup): Preserve original return value. * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve original return value. * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
* 2005-02-07 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-4/+20
| | | | | * sysdeps/unix/sysv/linux/dl-execstack.c: Include sysdep.h. (_dl_make_stack_executable): Make sure registers are set correctly.
* 2005-04-26 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-3/+14
| | | | | | | | | | | [BZ #1110] * stdio-common/vfscanf.c: Correctly account for characters of decimal points right after +-. 2005-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #1110] * stdio-common/vfscanf.c: Fix parsing of decimal point after +-. Patch by Hamed Malek <hamed@bamdad.org>.
* 2005-06-23 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-181-2/+2
| | | | | | [BZ #1109] * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR with own translation.
* 2005-01-14 GOTO Masanori <gotom@debian.or.jp>Roland McGrath2005-07-181-4/+2
| | | | | | [BZ #1108] * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h> irrespective of Cflag.
* 2005-03-23 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-5/+5
| | | | | * pthread_create.c (__pthread_create_2_1): Rename syscall error variable to scerr.
* 2005-02-21 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-184-2/+2
| | | | | | | | | [BZ #1107] * iconvdata/ibm930.h: Correct Yen mapping. * iconvdata/ibm939.h: Likewise. * iconvdata/testdata/IBM930..UTF8: Adjust test data. * iconvdata/testdata/IBM939..UTF8: Likewise. Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
* 2005-06-16 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-2/+2
| | | | | [BZ #1016] * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
* 005-06-17 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-187-0/+9
| | | | | | | | | | | | [BZ #1106] * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler to use __GI_memset. * sysdeps/posix/signal.c: Likewise. * sysdeps/posix/sigset.c: Likewise. * sysdeps/posix/sysv_signal.c: Likewise. * sysdeps/unix/sysv/linux/sleep.c: Likewise. * sysdeps/unix/sysv/linux/sysctl.c: Likewise. * sysdeps/unix/sysv/linux/system.c: Likewise.
* 2005-06-17 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-1/+2
| | | | | | [BZ #1106] * time/mktime.c: Always include <string.h> for prototype of implicitly used memcpy.
* 2005-07-12 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-5/+5
| | | | | | | [BZ #1106] * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h. (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel instead of read and close_not_cancel_no_status instead of close.
* 2005-07-12 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-8/+4
| | | | | | [BZ #1106] * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
* 2005-04-26 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-183-1/+96
| | | | | | | | [BZ #1105] * time/strptime_l.c (__strptime_internal): Handle 'z' to set tm_gmtoff. * time/Makefile (tests): Add tst-strptime2. * time/tst-strptime2.c: New file.
* 2005-06-17 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-182-7/+7
| | | | | | | | | [BZ #1104] * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c (truncate64): Use __truncate, not truncate. (__have_no_truncate64): Renamed from have_no_truncate64. * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c (__have_no_truncate64): Renamed from have_no_truncate64.
* .Roland McGrath2005-07-181-0/+255
|
* 2005-07-11 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-182-1/+50
| | | | | | | | | | | | | | [BZ #1102] * sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER, PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER, PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP, PTHREAD_COND_INITIALIZER): Supply zeros for all fields in the structure. * Makefile (tests): Add tst-initializers1. (CFLAGS-tst-initializers1.c): Set. * tst-initializers1.c: New test.
* 2005-01-30 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-182-2/+8
| | | | | | [BZ #1103] * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available. * nscd/connections.c (send_ro_fd): Likewise.
* 2005-04-27 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-1/+1
| | | | | * tst-cancel17.c (do_test): Add arbitrary factor to make sure aio_write blocks.
* 2005-04-05 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-182-2/+2
| | | | | | | [BZ #1102] * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use __inline instead of inline. * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
* 2005-07-11 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-11/+16
| | | | | | | | | | | | | | | | | | [BZ #1102] * sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER, PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER, PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP, PTHREAD_COND_INITIALIZER): Supply zeros for all fields in the structure. * Makefile (tests): Add tst-initializers1. (CFLAGS-tst-initializers1.c): Set. * tst-initializers1.c: New test. 2005-05-03 Ulrich Drepper <drepper@redhat.com> [BZ #915] * sysdeps/pthread/pthread.h: Avoid empty initializers.
* 2005-07-05 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-2/+4
| | | | | | | | | | | | | [BZ #1101] * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not MB_CUR_MAX. (build_wcs_upper_buffer): Likewise. 2005-03-05 Ulrich Drepper <drepper@redhat.com> [BZ #1101] * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using dynamically sized array. (build_wcs_upper_buffer): Likewise.
* 2005-02-11 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-1/+6
| | | | | | | | | | [BZ #1100] * debug/chk_fail.c (__chk_fail): Add a while (1) loop around __libc_message to kill GCC warning about noreturn function returning. 2005-01-26 Ulrich Drepper <drepper@redhat.com> [BZ #1100] * debug/chk_fail.c (__chk_fail): Print program name in final message.
* 2005-01-11 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-182-9/+24
| | | | | | | | [BZ #1099] * grp/putgrent.c (putgrent): Don't write 0 as group ID if groupname starts with + or -. * pwd/putpwent.c (putpwent): Don't write 0 as user or group ID if user name starts with + or -.
* 2005-03-21 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-181-6/+6
| | | | | | [BZ #1098] * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong): Convert correctly between long/int on 64bit big-endian.
* 2005-06-25 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-183-2/+208
| | | | | | | | [BZ #1097] * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast t2 to uint32_t instead of ulong. * sunrpc/Makefile (tests): Add tst-xdrmem. * sunrpc/tst-xdrmem.c: New test.
* 2005-06-13 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-183-54/+124
| | | | | | | | | | | | | | | | | | | | [BZ #1096] * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq, __netlink_receive): Remove prototypes. (__netlink_request): New prototype. * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and <stdint.h>. (__netlink_sendreq): Make static. (__netlink_receive): Rename to... (__netlink_request): ... this. Add type argument, call __netlink_sendreq. If MSG_TRUNC is set after recvmsg, retry with a bigger buffer. Don't record buffers that contain no messages we are expecting. (getifaddrs): Use __netlink_request instead of __netlink_sendreq and __netlink_receive pairs. Formatting. * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use __netlink_request instead of __netlink_sendreq and __netlink_receive pair.
* 2005-02-22 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-182-13/+15
| | | | | | | [BZ #1095] * malloc/Makefile (CFLAGS-mcheck-init.c): Add. * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for librpcsvc.a objects.
* 2005-05-06 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-183-1/+24
| | | | | | | | | [BZ #934] * posix/regex_internal.h: Include bits/libc-lock.h or define dummy __libc_lock_* macros if not _LIBC. (struct re_dfa_t): Add lock. * posix/regcomp.c (re_compile_internal): Add __libc_lock_init. * posix/regexec.c (regexec, re_search_stub): Add locking.
* 2005-04-27 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-2/+1
| | | | | | [BZ #1094] * nscd/connections.c (nscd_run): Use time() value in prune_cache call, not timeout value, since the latter might be from another clock.
* 2005-04-29 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-182-5/+10
| | | | | | [BZ #1093] * nis/nis_table.c: Fix realloc handling. * nis/nis_removemember.c: Likewise.
* 2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>Roland McGrath2005-07-181-1/+1
| | | | * manual/string.texi: Fix typo in wmemcpy decl.
* 2005-03-15 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-0/+2
| | | | | | [BZ #779] * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet initialized.
* 2005-05-22 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-31/+108
| | | | | [BZ #1092] * locales/mn_MN: Update. Patch by Sanlig Badral <s_badral@yahoo.com>.
* 2005-04-26 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-57/+154
| | | | | | | [BZ #1091] * locales/fa_IR: Add alt_digits, change date and time representation, and various cleanups. Patch by Hamed Malek <hamed@bamdad.org>.
* 2005-04-12 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-183-17/+29
| | | | | | | [BZ #1090] * stdlib/random_r.c (__initstate_r): Don't use non-existing state. * string/tst-strfry.c: New file. * string/Makefile (tests): Add tst-strfry.
* 2005-06-20 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-10/+79
| | | | | | | [BZ #653] * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for _LINUX_QUOTA_VERSION >= 2. (_LINUX_QUOTA_VERSION): Define if not yet defined.
* 2005-05-28 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-4/+4
| | | | | | | | | | [BZ #622] * locales/pa_IN (am_pm): Fix typos. Patch by Denis Barbier <barbier@linuxfr.org>. 2005-03-18 Andreas Schwab <schwab@suse.de> [BZ #622] * locales/pa_IN (am_pm): Fix character names.
* 2005-05-19 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-10/+8
| | | | | | [BZ #955] * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above.
* 2005-06-08 Karl Kelley <kekelley@iastate.edu>Roland McGrath2005-07-182-0/+9
| | | | | | | | | | | [BZ #1088] * hesiod/hesiod_p.h (struct hesiod_p): Add classes array. * hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no valid classes were given or if both are equal. (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN and C_HS order. (parse_config_file): Handle classes keyword. * hesiod/README.hesiod: Mention addition of the classes keyword.
* 2005-06-15 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-17/+40
| | | | | | | | | | | | | | | | | [BZ #1088] * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0 or both classes equal here. (parse_config_file): If both classes are equal, clear the second one. 2005-06-08 Karl Kelley <kekelley@iastate.edu> [BZ #1088] * hesiod/hesiod_p.h (struct hesiod_p): Add classes array. * hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no valid classes were given or if both are equal. (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN and C_HS order. (parse_config_file): Handle classes keyword. * hesiod/README.hesiod: Mention addition of the classes keyword.
* 2005-06-14 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-182-0/+2
| | | | | | [BZ #1087] * include/string.h: Use libc_hidden_proto for strnlen. * sysdeps/generic/strnlen.c: Add libc_hidden_def.
* 2005-03-29 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-181-18/+61
| | | | | | [BZ #1087] * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to avoid calling mbsrtowcs twice.
* 2005-02-27 Denis Barbier <barbier@debian.org>Roland McGrath2005-07-182-0/+351
| | | | | | | [BZ #38] * locales/sr_CS: New file. Contributed by Danilo Segan <dsegan@gmx.net> * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
* 2005-02-27 Denis Barbier <barbier@debian.org>Roland McGrath2005-07-181-0/+1
| | | | | [BZ #549] * locale/iso-4217.def: Add CSD currency.
* 2005-05-23 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-183-5/+66
| | | | | | | | | | | [BZ #1086] * sunrpc/pm_getport.c (__get_socket): New function. (pmap_getport): Use it to open a non-reserved socket to the portmapper for TCP. * include/rpc/pmap_clnt.h (__get_socket): Declare. * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an non-reserved socket for the portmapper. Based on a patch by Steve Dickson <steved@redhat.com>.
* 2005-05-23 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-181-5/+18
| | | | | | | | | | [BZ #1086] * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd implementations are broken and don't accept ports < 512. [BZ #1086] * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. If we tried looking at the usual range without success extend the range to even lower ports.
* 2005-05-22 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-07-181-3/+3
| | | | | | [BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
* 2005-06-14 Ulrich Drepper <drepper@redhat.com>Roland McGrath2005-07-185-1/+60
| | | | | | | | | | [BZ #1085] * configure.in: Add test for availability of libaudit. * config.h.in: Define HAVE_LIBAUDIT. * config.make.in: Define have-libaudit. * nscd/Makefile: If libaudit is available, link nscd with it. * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit. Patch by Steve Grubb <sgrubb@redhat.com>.