aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28[BZ #1158]Ulrich Drepper6-4/+490
* 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 Drepper1-22/+39
registered.
2005-09-27[BZ #1361]Roland McGrath1-0/+1
[BZ #1361]
2005-09-27* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.Roland McGrath1-0/+6
* 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 McGrath5-8/+4
* 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 Drepper5-5/+89
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 Drepper4-2/+81
* 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 Drepper1-1/+1
2005-09-27[BZ #786]Ulrich Drepper2-1/+4
* malloc/malloc.c (_int_realloc): Make error message clearer.
2005-09-27[BZ #713]Ulrich Drepper8-32/+96
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 Drepper2-1/+63
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 Drepper3-1/+106
* 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 Drepper1-6/+21
to native byte order first.
2005-09-26typoRoland McGrath1-1/+1
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
2005-09-26* libio/oldiofclose.c (_IO_old_fclose): Likewise.Ulrich Drepper2-2/+3
2005-09-26[BZ #627]Ulrich Drepper2-2/+6
* 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 Drepper2-1/+6
* 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 Drepper2-14/+33
* elf/dl-load.c: Report failed loading due to ELF class mismatch with better words.
2005-09-26[BZ #162]Ulrich Drepper2-5/+13
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 Drepper2-5/+30
waiters, awake all waiters on the associated mutex.
2005-09-25* inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.Ulrich Drepper2-4/+9
Return 1 only if result == 1. Patch by Benoit Capelle.
2005-09-25[BZ #278]Ulrich Drepper4-10/+14
* 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 Drepper5-5/+1923
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 Drepper4-3/+74
2005-09-25[!STORE_REST] (SINGLE): Correctly record number of left-over bytes and store ↵Ulrich Drepper1-1/+5
them correctly.
2005-09-25* sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.Roland McGrath1-0/+5
* sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
2005-09-252005-09-24 Roland McGrath <roland@redhat.com>Roland McGrath2-58/+0
* sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository. * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
2005-09-24[BZ #668]Ulrich Drepper2-25/+31
* locales/yi_US: Spelling fixes.
2005-09-24[BZ #667]Ulrich Drepper2-16/+19
* locales/wa_BE: Fixed weekday names to match new orthographic rules.
2005-09-24[BZ #666]Ulrich Drepper2-7/+11
* locales/tg_TJ: Correct yesexpr.
2005-09-24[BZ #665]Ulrich Drepper2-2/+146
* locales/sq_AL: Add language specific collation.
2005-09-24[BZ #663]Ulrich Drepper2-7/+14
* locales/bs_BA: Don't comment out reorder-after. Fix tel_int_fmt.
2005-09-24[BZ #662]Ulrich Drepper2-19/+32
* locales/az_AZ: Fix the day and month names. Add transliteration for schwa character.
2005-09-24[BZ #545]Ulrich Drepper3-59/+65
* locale/iso-639.def: More updates from the current spec.
2005-09-24[BZ #588]Ulrich Drepper2-7/+26
* locales/el_GR: Change to use 12h time format. Patch by Konstantinos Margaritis <markos@debian.org>.
2005-09-24[BZ #566]Ulrich Drepper4-57/+2291
* 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 Drepper5-4/+19
error messages for invalid lang_ab use.
2005-09-24* locale/iso-639.def: Add a few updates from current spec.Ulrich Drepper3-12/+20
2005-09-24[BZ #520]Ulrich Drepper3-0/+209
* SUPPORTED (SUPPORTED-LOCALES): Add ky_KG. [BZ #520] * locales/ky_KG: New file.
2005-09-24[BZ #495]Ulrich Drepper5-124/+335
* locales/st_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #493]Ulrich Drepper2-5/+9
* locales/xh_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #488]Ulrich Drepper1-0/+4
* locales/zu_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #484]Ulrich Drepper1-0/+4
* locales/af_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
2005-09-24[BZ #1347]Ulrich Drepper4-12/+157
2005-09-24 Ulrich Drepper <drepper@redhat.com> * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin. [BZ #1347] * locales/be_BY@latin: New file.
2005-09-23[BZ #704]Ulrich Drepper5-1/+194
* locale/iso-4217.def: Replace MGF with MGA.
2005-09-23[BZ #395]Ulrich Drepper3-9/+33
* 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>
2005-09-23[BZ #394]Ulrich Drepper3-3/+18
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.
2005-09-23[BZ #281]Ulrich Drepper6-9/+18
* 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>.
2005-09-22[BZ #1035]Ulrich Drepper2-1/+4
* locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
2005-09-22[BZ #1363]Ulrich Drepper1-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.