about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 2005-10-26 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-10-311-3/+3
| | | | | | * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf instead of _dl_printf to print conflict processing debug message. Reported by John Reiser <jreiser@BitWagon.com>.
* * misc/hsearch_r.c (hsearch_r): Remove duplicate test.Ulrich Drepper2005-10-304-6/+20
| | | | | | | | | Patch by Chris Caputo <ccaputo@alt.net>. 2005-10-28 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sh/sysdep.S: Remove unnecessary weak_alias. * sysdeps/unix/sysv/linux/sh/socket.S: Honor NO_WEAK_ALIAS.
* * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix offUlrich Drepper2005-10-281-0/+5
| | | | by one error.
* (_nss_nis_getpublickey): Fix off by one error.Ulrich Drepper2005-10-281-2/+2
|
* [BZ #721]Roland McGrath2005-10-242-2/+7
| | | | | | | | 2005-10-24 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove unnecessary versioned_symbol use. [BZ #721]
* [BZ #1534]Roland McGrath2005-10-241-0/+6
| | | | | | | 2005-10-24 Roland McGrath <roland@redhat.com> [BZ #1534] * include/string.h: Use libc_hidden_proto for strnlen, not libc_hidden_builtin_proto.
* [BZ #1534]Roland McGrath2005-10-241-1/+1
| | | | | | | 2005-10-24 Roland McGrath <roland@redhat.com> [BZ #1534] * include/string.h: Use libc_hidden_proto for strnlen, not libc_hidden_builtin_proto.
* * rt/mqueue.h: Cleanups.Ulrich Drepper2005-10-231-0/+4
|
* Cleanups.Ulrich Drepper2005-10-231-5/+4
|
* copyright updateRoland McGrath2005-10-232-2/+4
|
* [BZ #1254] cvs/fedora-glibc-2_3-20051023T0123Roland McGrath2005-10-232-5/+14
| | | | | | | 2005-10-22 Roland McGrath <roland@redhat.com> [BZ #1254] * sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change. From Samuel Thibault <samuel.thibault@ens-lyon.org>.
* [BZ #1252, BZ #1498]Roland McGrath2005-10-231-0/+7
| | | | | | | | | 2005-10-17 Thomas Schwinge <tschwinge@gnu.org> [BZ #1252] * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. [BZ #1498]
* [BZ #1252]Roland McGrath2005-10-232-11/+14
| | | | | | | 2005-10-17 Thomas Schwinge <tschwinge@gnu.org> [BZ #1252] * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
* * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.Ulrich Drepper2005-10-217-3/+13
| | | | | | | | | * iconvdata/ibm1388.h (__ucs4_to_ibm1388sb): Likewise. * iconvdata/testdata/IBM1364: Add missing valid input. * iconvdata/testdata/IBM1388: Likewise. * iconvdata/testdata/IBM1364..UTF8: Adjust appropriately. * iconvdata/testdata/IBM1388..UTF8: Likewise. Patch by Masahide Washizawa <washi@jp.ibm.com>.
* * sysdeps/alpha/remqu.S: Return the correct result when the same cvs/fedora-glibc-20051020T0651Ulrich Drepper2005-10-203-2/+8
| | | | | dividend and divisor are provided, and they're negative numbers. * sysdeps/alpha/divqu.S: Likewise.
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):Ulrich Drepper2005-10-203-0/+41
| | | | | | Define. * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS): Likewise.
* ..Ulrich Drepper2005-10-1923-2/+74844
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-19 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399. (distribute): Add ibm1364.c, ibm1364.h, ibm1371.c, ibm1371.h, ibm1388.c, ibm1388.h, ibm1390.c, ibm1390.h, ibm1399.c, and ibm1399.h. * iconvdata/TESTS: Add entries for IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399. * iconvdata/gconv-modules: Likewise. * iconvdata/ibm1364.c: New file. * iconvdata/ibm1364.h: New file. * iconvdata/ibm1371.c: New file. * iconvdata/ibm1371.h: New file. * iconvdata/ibm1388.c: New file. * iconvdata/ibm1388.h: New file. * iconvdata/ibm1390.c: New file. * iconvdata/ibm1390.h: New file. * iconvdata/ibm1399.c: New file. * iconvdata/ibm1399.h: New file. * iconvdata/testdata/IBM1364: New file. * iconvdata/testdata/IBM1364..UTF8: New file. * iconvdata/testdata/IBM1371: New file. * iconvdata/testdata/IBM1371..UTF8: New file. * iconvdata/testdata/IBM1388: New file. * iconvdata/testdata/IBM1388..UTF8: New file * iconvdata/testdata/IBM1390: New file. * iconvdata/testdata/IBM1390..UTF8: New file. * iconvdata/testdata/IBM1399: New file. * iconvdata/testdata/IBM1399..UTF8: New file. Original patch by Masahide Washizawa <washi@jp.ibm.com>.
* iconv module for IBM1364.Ulrich Drepper2005-10-191-0/+394
|
* [BZ #721]Roland McGrath2005-10-171-0/+14
| | | | | | | | | | | | | | | | 2005-10-17 Roland McGrath <roland@redhat.com> * elf/dl-load.c (MAP_COPY): When undefined, define to MAP_PRIVATE|MAP_DENYWRITE instead of just MAP_PRIVATE. (_dl_map_object_from_fd): Don't use MAP_DENYWRITE explicitly. [BZ #721] [BZ #721] [BZ #721] [BZ #721] [BZ #721] [BZ #721] [BZ #721] [BZ #721]
* 2005-10-17 Roland McGrath <roland@redhat.com>Roland McGrath2005-10-171-10/+12
| | | | | | * elf/dl-load.c (MAP_COPY): When undefined, define to MAP_PRIVATE|MAP_DENYWRITE instead of just MAP_PRIVATE. (_dl_map_object_from_fd): Don't use MAP_DENYWRITE explicitly.
* * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_STSZ, TESTS):Ulrich Drepper2005-10-173-0/+34
| | | | | | Define. * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h (SC_STSZ, TESTS): Likewise.
* allow EACCES errors when opening /proc for now.Ulrich Drepper2005-10-171-1/+1
|
* * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.Ulrich Drepper2005-10-173-5/+22
| | | | | | | | | | | Return EOF not 0. * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also allow EACCES errors when opening /rpco for now. * wctype/wcfuncs.c: Don't use expensive wide char lookups in isw* functions if character is in ASCII range. * wctype/wcfuncs_l.c: Likewise.
* Don't use expensive wide char lookups in isw* functions if character is in ↵Ulrich Drepper2005-10-172-32/+38
| | | | ASCII range.
* * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.Roland McGrath2005-10-173-1/+9
| | | | * elf/cache.c (print_entry): Match the kNetBSD ABI tag.
* * sysdeps/generic/bits/mman.hRoland McGrath2005-10-171-0/+5
| | | | [__USE_GNU] (MREMAP_MAYMOVE, REMAP_FIXED): New macros.
* 2005-10-16 Alfred M. Szmidt <ams@gnu.org>Roland McGrath2005-10-172-2/+14
| | | | | * sysdeps/generic/bits/mman.h [__USE_GNU] (MREMAP_MAYMOVE, REMAP_FIXED): New macros.
* * sysdeps/unix/sysv/linux/sh/makecontext.S: New file.Ulrich Drepper2005-10-1612-3/+1314
| | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: New file. * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: New file. * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: New file. * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Removed. * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: New file. * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: New file.
* [BZ #1228]Ulrich Drepper2005-10-161-0/+7
| | | | | | | | | | .. 2005-09-13 Jakub Jelinek <jakub@redhat.com> [BZ #1228] * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not -std=c99.
* (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these are defined for ↵Ulrich Drepper2005-10-161-11/+12
| | | | -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not -std=c99.
* * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.Roland McGrath2005-10-165-9/+25
|
* [BZ #1249, BZ #1252] cvs/fedora-glibc-2_3-20051017T0259Roland McGrath2005-10-163-7/+17
| | | | | | | | | | 2005-08-05 Alfred M. Szmidt <ams@gnu.org> [BZ #1252] * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn forward decl out of function body. * sysdeps/mach/hurd/profil.c: Likewise. [BZ #1249]
* [BZ #1350]Roland McGrath2005-10-161-0/+1
| | | | | bz tag [BZ #1350]
* [BZ #1254]Roland McGrath2005-10-163-3/+17
| | | | | | * sysdeps/mach/hurd/getpeername.c (__getpeername): Respect *LEN byte limit when setting ADDR->sa_family. Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
* [BZ #1253]Roland McGrath2005-10-162-1/+11
| | | | | | | * sysdeps/mach/hurd/dl-sysdep.h [SHARED] (DL_ARGV_NOT_RELRO): New macro. [BZ #1253]
* [BZ #1253]Roland McGrath2005-10-162-11/+26
| | | | | | | | | | | | | 2005-10-16 Roland McGrath <roland@frob.com> [BZ #1253] * sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher. (_hurd_stack_setup): Don't declare with arguments and ellipsis. Use __builtin_frame_address and __builtin_return_address. (_dl_init_first): Likewise. * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare as weak extern. (init): Check for it being undefined.
* [BZ #1076, BZ #1250, BZ #1251]Roland McGrath2005-10-161-1/+4
| | | | | | | | BZ tags 2005-08-05 Roland McGrath <roland@frob.com> [BZ #1251] [BZ #1250] [BZ #1076]
* [BZ #1394]Roland McGrath2005-10-161-0/+1
| | | | | bz tag [BZ #1394]
* 2005-10-16 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2005-10-165-11/+22
| | | | | | | | | | | Roland McGrath <roland@redhat.com> * Makerules [module-names] (extra-modules-build): New variable. ($(extra-modules-build:%=$(objpfx)%.so)): New static pattern rule. Depend on libc.so and libc_nonshared.a. * dlfcn/Makefile ($(test-modules)): Remove static pattern rule. * elf/Makefile (modules-names-nobuild): New variable, add filtmod1. ($(test-modules)): Remove static pattern rule.
* * include/dirent.h: Include <stdbool.h>.Roland McGrath2005-10-161-0/+7
| | | | | | * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>. (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
* 2005-10-15 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath2005-10-163-3/+3
| | | | | | | * include/dirent.h: Include <stdbool.h>. * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>. (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
* [BZ #1224]Ulrich Drepper2005-10-152-27/+16
| | | | | | | | | 2005-08-20 Paul Eggert <eggert@cs.ucla.edu> [BZ #1224] * posix/regcomp.c (init_word_char, duplicate_node_closure, fetch_token, peek_token_bracket, build_range_exp, build_collating_symbol): Remove forward decls; no longer needed now that we use prototypes.
* [BZ #1221]Ulrich Drepper2005-10-152-5/+7
| | | | | * posix/regex_internal.h: Remove last traces of RE_NO_INTERNAL_PROTOTYPES.
* [BZ #968]Ulrich Drepper2005-10-153-8/+64
| | | | * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops.
* * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptorUlrich Drepper2005-10-152-0/+13
| | | | allows reading.
* * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.Ulrich Drepper2005-10-153-2/+6
| | | | * wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-153-0/+59
| | | | * posix/regex_internal.c: Likewise.
* [BZ #119]Ulrich Drepper2005-10-152-2/+7
| | | | | | 2005-10-15 Ulrich Drepper <drepper@redhat.com> [BZ #119] * locales/es_AR: Fix thousands_sep and grouping.
* [BZ #451]Ulrich Drepper2005-10-153-0/+155
| | | | | * locales/rw_RW: New file. * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
* [BZ #367]Ulrich Drepper2005-10-153-0/+221
| | | | | * locales/si_LK: New file. * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.