about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #1230]Ulrich Drepper2005-09-281-0/+8
| | | | | | | | | 2005-09-27 Ulrich Drepper <drepper@redhat.com> [BZ #1230] * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object. (TOLOWER_C): Define. Use it when recognizing inf and nan. * stdlib/Makefile (tests): Add bug-strtod2. * stdlib/bug-strtod2.c: New file.
* * dlfcn/bug-atexit1.c: New file.Ulrich Drepper2005-09-281-4/+4
| | | | | | * dlfcn/bug-atexit1-lib.c: New file. * dlfcn/bug-atexit2.c: New file. * dlfcn/bug-atexit2-lib.c: New file.
* [BZ #1158]Ulrich Drepper2005-09-281-0/+10
| | | | | | | | | | | * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in which the functions were registered. * dlfcn/Makefile: Add rules to build and run bug-atexit1 and bug-atexit2. * dlfcn/bug-atext1.c: New file. * dlfcn/bug-atext1-lib.c: New file. * dlfcn/bug-atext2.c: New file. * dlfcn/bug-atext2-lib.c: New file.
* [BZ #1361]Roland McGrath2005-09-271-0/+1
| | | | [BZ #1361]
* * argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.Roland McGrath2005-09-271-0/+6
| | | | | * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c, argp/argp-xinl.c: Fix up whitespace.
* [BZ #1078]Ulrich Drepper2005-09-271-0/+9
| | | | | | | | | | 2005-09-27 Ulrich Drepper <drepper@redhat.com> [BZ #1078] * libio/fileops.c (_IO_new_file_xsputn): Determine amount of available space in non-line-buffered buffer correctly. * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. * stdio-common/Makefile (tests): Add tst-fwrite. * stdio-common/tst-fwrite.c: New file.
* [BZ #838]Ulrich Drepper2005-09-271-0/+8
| | | | | | | | | * malloc/arena.c (ptmalloc_lock_all): If global lock already taken by the same thread, just bump the counter. (ptmalloc_unlock_all): If counter for recursive locks hasn't reached zero, don't do anything else. * malloc/Makefile (tests): Add tst-mallocfork. * malloc/tst-mallocfork.c: New file.
* [BZ #808]Ulrich Drepper2005-09-271-1/+1
|
* [BZ #786]Ulrich Drepper2005-09-271-0/+3
| | | | * malloc/malloc.c (_int_realloc): Make error message clearer.
* [BZ #713]Ulrich Drepper2005-09-271-0/+10
| | | | | | | | | | | 2005-09-26 Ulrich Drepper <drepper@redhat.com> [BZ #713] * libio/iofgets.c: Treat N==1 correctly. * libio/iofgets_u.c: Likewise. * libio/iofgetws.c: Likewise. * libio/iofgetws_u.c: Likewise. * stdio-common/Makefile (tests): Add tst-fgets. * stdio-common/tst-fgets.c: New file.
* [BZ #652]Ulrich Drepper2005-09-261-0/+7
| | | | | | | | 2005-01-11 Thorsten Kukuk <kukuk@suse.de> [BZ #652] * posix/getconf.c: Add new option -a to print the names of the current system configuration variables to stdout. Based on patch from Josh Aas <josha@sgi.com>.
* [BZ #644]Ulrich Drepper2005-09-261-0/+7
| | | | | | | | * sysdeps/posix/getaddrinfo.c (fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to native byte order first. * posix/Makefile (tests): Add tst-rfc3484. * posix/tst-rfc3484.c: New file.
* typoRoland McGrath2005-09-261-1/+1
| | | | * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
* * libio/oldiofclose.c (_IO_old_fclose): Likewise.Ulrich Drepper2005-09-261-0/+1
|
* [BZ #627]Ulrich Drepper2005-09-261-0/+4
| | | | | * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock before destroying it as part of the _IO_FINISH call.
* [BZ #524]Ulrich Drepper2005-09-261-0/+5
| | | | | | * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of number of bits is multiple of 8. Patch by Fredrik Tolf <fredrik@dolda2000.com>.
* [BZ #516]Ulrich Drepper2005-09-261-0/+4
| | | | | * elf/dl-load.c: Report failed loading due to ELF class mismatch with better words.
* [BZ #162]Ulrich Drepper2005-09-261-0/+6
| | | | | | | 2005-09-26 Ulrich Drepper <drepper@redhat.com> [BZ #162] * manual/llio.texi (Waiting for I/O): Correct description of read conditions reported by select.
* * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.Ulrich Drepper2005-09-251-0/+5
| | | | Return 1 only if result == 1. Patch by Benoit Capelle.
* [BZ #278]Ulrich Drepper2005-09-251-2/+6
| | | | | | | | * manual/stdio.texi (Hook Functions): Correct type of position parameter of seeker and fix fallout of the change in the text. * wcsmbs/tst-mbrtowc2.c: New file. * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
* [BZ #714]Ulrich Drepper2005-09-251-0/+8
| | | | | | | | | 2005-09-25 Ulrich Drepper <drepper@redhat.com> [BZ #714] * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of left-over bytes and store them correctly. * iconvdata/tst-iconv6.c: New file. * iconvdata/Makefile (tests): Add tst-iconv6.
* * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.Roland McGrath2005-09-251-0/+5
| | | | * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
* [BZ #545]Ulrich Drepper2005-09-241-0/+3
| | | | * locale/iso-639.def: More updates from the current spec.
* * locale/programs/ld-address.c (address_finish): Produce betterUlrich Drepper2005-09-241-0/+3
| | | | error messages for invalid lang_ab use.
* * locale/iso-639.def: Add a few updates from current spec.Ulrich Drepper2005-09-241-0/+4
|
* [BZ #704]Ulrich Drepper2005-09-231-0/+3
| | | | * locale/iso-4217.def: Replace MGF with MGA.
* [BZ #395]Ulrich Drepper2005-09-231-0/+13
| | | | | | | | | | | | | | | * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of array. * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access. 2004-08-13 GOTO Masanori <gotom@debian.or.jp> [BZ #395] * iconvdata/jis0208.c: Remove 0x005C mapping from __jisx0208_from_ucs4_lat1. Reported by Fumitoshi UKAI <ukai@debian.or.jp> 2005-09-23 Ulrich Drepper <drepper@redhat.com>
* [BZ #394]Ulrich Drepper2005-09-231-0/+8
| | | | | | | | | 2005-09-23 Ulrich Drepper <drepper@redhat.com> [BZ #394] * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if nothing can be written. * libio/iofopncook.c (_IO_cookie_write): If something went wrong, set error bit.
* [BZ #281]Ulrich Drepper2005-09-231-0/+9
| | | | | | | | | | * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *. * posix/regcomp.c: Remove unnecessary uses of unsigned RE_TRANSLATE_TYPE. * posix/regex_internal.h: Likewise. * posix/regex_internal.c: Likewise. * posix/regexexec.c: Likewise. Based on a patch by Stepan Kasal <kasal@ucw.cz>.
* [BZ #1035]Ulrich Drepper2005-09-221-0/+3
| | | | * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
* [BZ #1363]Ulrich Drepper2005-09-221-0/+6
| | | | | | | 2005-09-22 Ulrich Drepper <drepper@redhat.com> [BZ #1363] * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of GC runs.
* * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie forRoland McGrath2005-09-221-0/+4
| | | | | static __thread variable. From Alexandre Oliva <aoliva@redhat.com>
* * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.Roland McGrath2005-09-221-0/+5
| | | | Reported by Alexandre Oliva <aoliva@redhat.com>.
* * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.Roland McGrath2005-09-201-0/+4
|
* [BZ #1346]Roland McGrath2005-09-201-0/+9
| | | | | | | | | | 2005-09-20 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl. [BZ #1346] * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro magic on __stack_prot only if [SHARED]. Skip mprotect if __stack_prot lies outside the page-rounded-down relro region.
* [BZ #1358] * sysdeps/unix/alpha/sysdep.h (inline_syscall1): ↵Richard Henderson2005-09-201-0/+10
| | | | | | | | | | | | | | Copy argument(s) to a temporary first. (inline_syscall2, inline_syscall3, inline_syscall4): Likewise. (inline_syscall5, inline_syscall6): Likewise. 2005-09-19 Richard Henderson <rth@redhat.com> [BZ #1358] * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s) to a temporary first. (inline_syscall2, inline_syscall3, inline_syscall4): Likewise. (inline_syscall5, inline_syscall6): Likewise. * sysdeps/alpha/ldiv.S (lldiv): Add alias.
* [BZ #1010]Ulrich Drepper2005-09-171-0/+3
| | | | * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
* [BZ #1053]Ulrich Drepper2005-09-171-0/+4
| | | | | * debug/xtrace.sh: Add missing escape character in -? match. Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
* [BZ #1051]Ulrich Drepper2005-09-171-0/+10
| | | | | | | | | | | 2005-09-17 Ulrich Drepper <drepper@redhat.com> [BZ #1051] * wctype/wctype.h: Remove stray __END_NAMESPACE_C99. * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place. * scripts/begin-end-check.pl: New file. Patch by Ralph Loader <suckfish@ihug.co.nz>. * Makefile: Add rules to run scripts/begin-end-check.pl.
* * timezone/zdump.c: Include ctype.h.Andreas Jaeger2005-09-171-0/+4
| | | | | | 2005-09-17 Andreas Jaeger <aj@suse.de> * timezone/zdump.c: Include ctype.h.
* [BZ #1047] Andreas Jaeger2005-09-161-0/+5
| | | | | | | | * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file. 2005-09-16 Andreas Jaeger <aj@suse.de> [BZ #1047] * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
* [BZ #933]Andreas Jaeger2005-09-161-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-09-16 Maciej W. Rozycki <macro@linux-mips.org> [BZ #933] * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of the syscall immediately before invocation. * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise. * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise. * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use macros to handle GP. * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise. Update inaccurate comments. 2005-09-16 Maciej W. Rozycki <macro@linux-mips.org> [BZ #933] * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of the syscall immediately before invocation. * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise. * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise. * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use macros to handle GP. * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise. Update inaccurate comments.
* * sysdeps/posix/spawni.c (__spawni): Automatically recognize someUlrich Drepper2005-09-131-0/+5
| | | | more cases when we can use vfork.
* [BZ #1261]Roland McGrath2005-09-131-0/+6
| | | | | | | 2005-08-29 Thomas Schwinge <schwinge@nic-nac-project.de> [BZ #1261] * manual/memory.texi (Hooks for Malloc): Correct prototype of my_init_hook and definition of my_free_hook.
* [BZ #1331]Roland McGrath2005-09-121-0/+7
| | | | | | | | 2005-09-12 Roland McGrath <roland@redhat.com> [BZ #1331] * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed macro argument. Reported by Matej Vela <vela@debian.org>.
* * malloc/malloc.c (struct malloc_chunk): Fix comment typo.Ulrich Drepper2005-09-121-0/+6
| | | | | (public_cALLOc): For mmapped chunks and perturb_byte != 0, don't clear SIZE_SZ bytes more than should be cleared.
* * inet/getnetgrent_r.c: Include assert. cvs/fedora-glibc-20050912T0656Ulrich Drepper2005-09-101-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (setup): Remove FUNC_NAME and ALL arguments, assume they are always "setnetgrent" and 1. (endnetgrent_hook): New function. (internal_endnetgrent): Use it. (__internal_setnetgrent_reuse): Use it. Adjust setup caller. If status is NSS_STATUS_SUCCESS, yet action is continue, call endnetgrent hook. (internal_getnetgrent_r): Use __nss_lookup_function rather than setup. Recompute getfct pointer after successful __internal_setnetgrent_reuse. Don't use __nss_next. (innetgr): Use __nss_lookup_function instead of __nss_lookup. Adjust setup caller. * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear data_size and cursor. Add libnss_files_hidden_proto and libnss_files_hidden_def. (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure. * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear data_size and cursor. (_nss_nis_setnetgrent): Don't call internal_endnetgrent. (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling. * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear data_size and position. (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent. 2005-09-09 Ulrich Drepper <drepper@redhat.com> * nss/getent.c (netgroup_keys): Call endnetgrent. (main): Call mtrace. * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't need locking for the stream. Use feof_unlocked. 2005-09-09 Jakub Jelinek <jakub@redhat.com>
* [BZ #1318]Ulrich Drepper2005-09-091-0/+7
| | | | | | | | 2005-09-09 Jakub Jelinek <jakub@redhat.com> [BZ #1318] * locale/loadarchive.c (_nl_load_locale_from_archive): Free normalized_codeset even if p was already normalized. Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
* * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPSRoland McGrath2005-09-081-0/+5
| | | | properly, first byte is bit number in mask. Skip disabled caps.
* [BZ #1033, BZ #1061]Roland McGrath2005-09-081-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-11 Derek R. Price <derek@ximbiot.com> [BZ #1061] * sysdeps/generic/glob.c (glob): Only a 0 return from getlogin_r means success, according to POSIX 1003.2. 2005-06-23 Paul Eggert <eggert@cs.ucla.edu> [BZ #1033] * time/mktime.c: Import from gnulib. The following macros are now consistent with other gnulib code. This does not change mktime's behavior. (TYPE_IS_INTEGER): New macro. (time_t_is_integer): Use it. (TYPE_TWOS_COMPLEMENT): New macro. (twos_complement_arithmetic): Use it. (TYPE_ONES_COMPLEMENT): New macro. (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude. mktime doesn't use this, but the code now matches other gnulib code. (ranged_convert): Pacify GCC 4.0 in a different way, which generates a few bytes less code. (ranged_convert, __mktime_internal): When calling a function via a pointer P, use P () rather than (*P) (), as we now assume C89 or better.