about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #1774]Ulrich Drepper2005-11-031-0/+10
| | | | | | | | | | | 2005-11-03 Ulrich Drepper <drepper@redhat.com> [BZ #1774] * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use simple gethostbyname2 lookup if AI_V4MAPPED|AI_ALL is set. * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid alloca when possible while looking for scope delimiter. Some pretty printing.
* * sysdeps/powerpc/powerpc64/MakefileUlrich Drepper2005-11-011-0/+8
| | | | | | | (sysdep_routines, elide-routines.os): Add hp-timing. * sysdeps/powerpc/powerpc64/hp-timing.c: New file. * sysdeps/powerpc/powerpc64/hp-timing.h: New file. * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: New file.
* * resolv/res_init.c (__res_iclose): New function. Broken out ofUlrich Drepper2005-11-011-0/+16
| | | | | | | | | | | | | | | | | res_nclose. Take addition parameter which determines whether addresses should be freed. (res_nclose): Call __res_iclose. (res_thread_freeres): Likewise. * resolv/res_data.c (res_close): Call __res_iclose. * resolv/res_libc.c (res_init): No need to separately free the addresses. (__res_maybe_init): Likewise. * resolv/res_send.c: Use __res_iclose instead of res_nclose. * resolv/Versions [GLIBC_PRIVATE]: Add __res_iclose. * include/resolv.h: Declare __res_iclose. Add libc_hidden_proto for __res_iclose. * hesiod/hesiod.c (__hesiod_res_set): No need to free name server addresses here again.
* * debug/execinfo.h: Change backtrace_symbols_fd comment.Ulrich Drepper2005-10-311-1/+1
|
* [BZ #1579]Ulrich Drepper2005-10-311-0/+5
| | | | | | 2005-10-31 Ulrich Drepper <drepper@redhat.com> [BZ #1579] * debug/execinfo.h: Change backtrace+symbols_fd comment.
* * sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"Roland McGrath2005-10-311-0/+6
| | | | | prefix to LOCAL_LIBM_ENTRY. (WEAK_LIBM_END): Add "__" prefix to LOCAL_LIBM_END.
* * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printfRoland McGrath2005-10-311-0/+6
| | | | | 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-301-0/+10
| | | | | | | | | 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.
* [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.
* * rt/mqueue.h: Cleanups.Ulrich Drepper2005-10-231-0/+4
|
* [BZ #1254] cvs/fedora-glibc-2_3-20051023T0123Roland McGrath2005-10-231-0/+6
| | | | | | | 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]
* * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.Ulrich Drepper2005-10-211-0/+10
| | | | | | | | | * 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-201-0/+6
| | | | | 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-201-0/+7
| | | | | | Define. * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS): Likewise.
* ..Ulrich Drepper2005-10-191-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>.
* [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]
* * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_STSZ, TESTS):Ulrich Drepper2005-10-171-0/+7
| | | | | | 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-171-0/+12
| | | | | | | | | | | 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.
* * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.Roland McGrath2005-10-171-0/+5
| | | | * 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.
* * sysdeps/unix/sysv/linux/sh/makecontext.S: New file.Ulrich Drepper2005-10-161-0/+15
| | | | | | | | | | | | | | * 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.
* * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.Roland McGrath2005-10-161-0/+4
|
* [BZ #1249, BZ #1252] cvs/fedora-glibc-2_3-20051017T0259Roland McGrath2005-10-161-0/+8
| | | | | | | | | | 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-161-0/+5
| | | | | | * 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-161-0/+4
| | | | | | | * sysdeps/mach/hurd/dl-sysdep.h [SHARED] (DL_ARGV_NOT_RELRO): New macro. [BZ #1253]
* [BZ #1253]Roland McGrath2005-10-161-0/+12
| | | | | | | | | | | | | 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-161-0/+10
| | | | | | | | | | | 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 `}'.
* [BZ #1224]Ulrich Drepper2005-10-151-0/+8
| | | | | | | | | 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-151-0/+4
| | | | | * posix/regex_internal.h: Remove last traces of RE_NO_INTERNAL_PROTOTYPES.
* [BZ #968]Ulrich Drepper2005-10-151-0/+3
| | | | * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops.
* * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptorUlrich Drepper2005-10-151-0/+3
| | | | allows reading.
* * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.Ulrich Drepper2005-10-151-0/+3
| | | | * wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-151-0/+5
| | | | * posix/regex_internal.c: Likewise.
* * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, brokenRoland McGrath2005-10-151-0/+7
| | | | | | out of ... (__opendir): ... here. Call it. * sysdeps/mach/hurd/fdopendir.c: New file.
* [BZ #865]Ulrich Drepper2005-10-151-0/+14
| | | | | | | | | | | | | | | * math/tgmath.h: Correctly determine result type for __TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY, __TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG. 2005-09-17 Andreas Jaeger <aj@suse.de> [BZ #865] * math/test-tgmath-int.c: New file. * math/Makefile (tests): Add test-tgmath-int. 2005-10-14 Ulrich Drepper <drepper@redhat.com>
* [BZ #804]Ulrich Drepper2005-10-141-0/+3
| | | | * malloc/tst-mtrace.sh: Work around for bootstraping.
* * locale/programs/ld-collate.c (collate_output): Fix counting ofUlrich Drepper2005-10-141-1/+8
| | | | | | | | | | elements. Don't limit table size. Use correct secondary hash function. * locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE. * posix/fnmatch_loop.c: Adjust for changed secondary hash function. * posix/regcomp.c: Likewise. * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
* * time/asctime.c (asctime_internal): Use __snprintf instead ofUlrich Drepper2005-10-141-0/+3
| | | | snprintf to avoid PLT entry.
* * sysdeps/unix/opendir.c (__opendir): Pass extra argument toUlrich Drepper2005-10-141-0/+10
| | | | | | | | | | | | __alloc_dir. (__alloc_dir): Only close descriptor on error if new parameter is true. * sysdeps/unix/fdopendir.c (fdopendir): Pass extra argument to __alloc_dir. Don't close fd on error. * include/dirent.h (__alloc_dir): Adjust prototype. * include/sys/mman.h (__mremap): Add ellipsis. * malloc/memusage.c: Adjust mremap wrapper for optional additional parameter.
* * stdlib/Makefile (tests): Add tst-ucontext-off.Ulrich Drepper2005-10-141-0/+5
| | | | | | * stdlib/tst-ucontext-off.c: New file. * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TEST): Define. * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
* [BZ #1468]Ulrich Drepper2005-10-141-0/+5
| | | | | | * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR. Patch by Nicholas Miell <nmiell@comcast.net>.
* [BZ #1460]Ulrich Drepper2005-10-141-0/+9
| | | | | | | | | | * time/asctime.c (asctime_internal): New function, derived from asctime_r. Takes additional parameter which is the buffer length. Use snprintf instead sprintf, if it overflows, fail. (asctime_r): Call asctime_internal with 26 as buffer length. (asctime): Call asctime_internal with length of internal buffer. * time/Makefile (tests): Add bug-asctime_r. * time/bug-asctime_r.c: New file.