aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-28Close descriptor in case of error.Ulrich Drepper
2005-09-28* dirent/dirent.h: Declare fdopendir.Ulrich Drepper
* dirent/Versions: Export fdopendir for GLIBC_2.4. * dirent/Makefile (routines): Add fdopendir. (tests): Add tst-fdopendir. * dirent/tst-fdopendir.c: New file. * include/dirent.h: Declare __alloc_dir. * sysdeps/generic/fdopendir.c: New file. * sysdeps/unix/fdopendir.c: New file. * sysdeps/unix/opendir.c: Split off back part of opendir into new function __alloc_dir.
2005-09-28(routines): Add fdopendir. (tests): Add tst-fdopendir.Ulrich Drepper
2005-09-28[BZ #1384]Roland McGrath
2005-09-26 Steven Munroe <sjmunroe@us.ibm.com> [BZ #1384] * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn, ynf results.
2005-09-28[BZ #1384]Roland McGrath
2005-09-26 Steven Munroe <sjmunroe@us.ibm.com> [BZ #1384] * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn, ynf results.
2005-09-28[BZ #1302]Ulrich Drepper
2005-09-06 Paul Eggert <eggert@cs.ucla.edu> Ulrich Drepper <drepper@redhat.com> [BZ #1302] Change bitset word type from unsigned int to unsigned long int, as this has better performance on typical 64-bit hosts. Change bitset type name to bitset_t. * posix/regcomp.c (build_equiv_class, build_charclass): (build_range_exp, build_collating_symbol): Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual argument is a bitset. This is merely a style issue, but it makes it clearer that an entire array is expected. (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps, lower_subexp): Adjust for new bitset_t definition. (lower_subexp, parse_bracket_exp, built_charclass_op): Likewise. * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain, bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise. * posix/regexec.c (check_dst_limits_calc_pos_1, check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates): Likewise. * posix/regcomp.c (utf8_sb_map): Don't assume initializer == 0xffffffff. * posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS. All uses changed. (BITSET_WORDS): Renamed from BITSET_UINTS. All uses changed. (bitset_word_t): New type, replacing 'unsigned int' for bitset uses. All uses changed. (BITSET_WORD_MAX): New macro. (bitset_set, bitset_clear, bitset_contain, bitset_empty, (bitset_set_all, bitset_copy): Adjust for bitset_t change. (bitset_empty, bitset_copy): Prefer sizeof (bitset_t) to multiplying it out ourselves. (bitset_not_merge): Remove; unused. (bitset_contain): Return bool, not unsigned int with one bit on. All callers changed. * posix/regexec.c (build_trtable): Don't assume bitset_t has no stricter alignment than re_node_set; do this by defining a new internal type struct dests_alloc and using it to allocate memory.
2005-09-28[BZ #1230]Ulrich Drepper
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.
2005-09-28* dlfcn/bug-atexit1.c: New file.Ulrich Drepper
* dlfcn/bug-atexit1-lib.c: New file. * dlfcn/bug-atexit2.c: New file. * dlfcn/bug-atexit2-lib.c: New file.
2005-09-28[BZ #1158]Ulrich Drepper
* 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.
2005-09-28(__new_exitfn): Rewrite to preserve order in which the functions were ↵Ulrich Drepper
registered.
2005-09-27[BZ #1361]Roland McGrath
[BZ #1361]
2005-09-27* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.Roland McGrath
* argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c, argp/argp-xinl.c: Fix up whitespace.
2005-09-272005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Roland McGrath
* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>. * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c, argp/argp-xinl.c: Fix up whitespace.
2005-09-27[BZ #1078]Ulrich Drepper
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.
2005-09-27[BZ #838]Ulrich Drepper
* 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.
2005-09-27[BZ #808]Ulrich Drepper
2005-09-27[BZ #786]Ulrich Drepper
* malloc/malloc.c (_int_realloc): Make error message clearer.
2005-09-27[BZ #713]Ulrich Drepper
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.
2005-09-26[BZ #652]Ulrich Drepper
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>.
2005-09-26[BZ #644]Ulrich Drepper
* 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.
2005-09-26(fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address ↵Ulrich Drepper
to native byte order first.
2005-09-26typoRoland McGrath
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
2005-09-26* libio/oldiofclose.c (_IO_old_fclose): Likewise.Ulrich Drepper
2005-09-26[BZ #627]Ulrich Drepper
* libio/iofclose.c (_IO_new_fclose): Unlock the internal lock before destroying it as part of the _IO_FINISH call.
2005-09-26[BZ #524]Ulrich Drepper
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of number of bits is multiple of 8. Patch by Fredrik Tolf <fredrik@dolda2000.com>.
2005-09-26[BZ #516]Ulrich Drepper
* elf/dl-load.c: Report failed loading due to ELF class mismatch with better words.
2005-09-26[BZ #162]Ulrich Drepper
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.
2005-09-25* pthread_cond_destroy.c (__pthread_cond_destroy): If there areUlrich Drepper
waiters, awake all waiters on the associated mutex.
2005-09-25* inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.Ulrich Drepper
Return 1 only if result == 1. Patch by Benoit Capelle.
2005-09-25[BZ #278]Ulrich Drepper
* 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.
2005-09-25[BZ #714]Ulrich Drepper
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.
2005-09-25* Makefile (LOCALES): Add zh_TW.EUC-TW.Ulrich Drepper
2005-09-25[!STORE_REST] (SINGLE): Correctly record number of left-over bytes and store ↵Ulrich Drepper
them correctly.
2005-09-25* sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.Roland McGrath
* sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
2005-09-252005-09-24 Roland McGrath <roland@redhat.com>Roland McGrath
* sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository. * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
2005-09-24[BZ #668]Ulrich Drepper
* locales/yi_US: Spelling fixes.
2005-09-24[BZ #667]Ulrich Drepper
* locales/wa_BE: Fixed weekday names to match new orthographic rules.
2005-09-24[BZ #666]Ulrich Drepper
* locales/tg_TJ: Correct yesexpr.
2005-09-24[BZ #665]Ulrich Drepper
* locales/sq_AL: Add language specific collation.
2005-09-24[BZ #663]Ulrich Drepper
* locales/bs_BA: Don't comment out reorder-after. Fix tel_int_fmt.
2005-09-24[BZ #662]Ulrich Drepper
* locales/az_AZ: Fix the day and month names. Add transliteration for schwa character.
2005-09-24[BZ #545]Ulrich Drepper
* locale/iso-639.def: More updates from the current spec.
2005-09-24[BZ #588]Ulrich Drepper
* locales/el_GR: Change to use 12h time format. Patch by Konstantinos Margaritis <markos@debian.org>.
2005-09-24[BZ #566]Ulrich Drepper
* SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8. [BZ #566] * locales/hsb_DE: New file.
2005-09-24* locale/programs/ld-address.c (address_finish): Produce betterUlrich Drepper
error messages for invalid lang_ab use.
2005-09-24* locale/iso-639.def: Add a few updates from current spec.Ulrich Drepper
2005-09-24[BZ #520]Ulrich Drepper
* SUPPORTED (SUPPORTED-LOCALES): Add ky_KG. [BZ #520] * locales/ky_KG: New file.
2005-09-24[BZ #495]Ulrich Drepper
* locales/st_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #493]Ulrich Drepper
* locales/xh_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #488]Ulrich Drepper
* locales/zu_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.