about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* [BZ #278]Ulrich Drepper2005-09-254-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.
* [BZ #714]Ulrich Drepper2005-09-255-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.
* * Makefile (LOCALES): Add zh_TW.EUC-TW.Ulrich Drepper2005-09-254-3/+74
|
* [!STORE_REST] (SINGLE): Correctly record number of left-over bytes and store ↵Ulrich Drepper2005-09-251-1/+5
| | | | them correctly.
* * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.Roland McGrath2005-09-251-0/+5
| | | | * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
* 2005-09-24 Roland McGrath <roland@redhat.com>Roland McGrath2005-09-252-58/+0
| | | | | * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository. * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
* [BZ #668]Ulrich Drepper2005-09-242-25/+31
| | | | * locales/yi_US: Spelling fixes.
* [BZ #667]Ulrich Drepper2005-09-242-16/+19
| | | | * locales/wa_BE: Fixed weekday names to match new orthographic rules.
* [BZ #666]Ulrich Drepper2005-09-242-7/+11
| | | | * locales/tg_TJ: Correct yesexpr.
* [BZ #665]Ulrich Drepper2005-09-242-2/+146
| | | | * locales/sq_AL: Add language specific collation.
* [BZ #663]Ulrich Drepper2005-09-242-7/+14
| | | | * locales/bs_BA: Don't comment out reorder-after. Fix tel_int_fmt.
* [BZ #662]Ulrich Drepper2005-09-242-19/+32
| | | | | * locales/az_AZ: Fix the day and month names. Add transliteration for schwa character.
* [BZ #545]Ulrich Drepper2005-09-243-59/+65
| | | | * locale/iso-639.def: More updates from the current spec.
* [BZ #588]Ulrich Drepper2005-09-242-7/+26
| | | | | * locales/el_GR: Change to use 12h time format. Patch by Konstantinos Margaritis <markos@debian.org>.
* [BZ #566]Ulrich Drepper2005-09-244-57/+2291
| | | | | | * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8. [BZ #566] * locales/hsb_DE: New file.
* * locale/programs/ld-address.c (address_finish): Produce betterUlrich Drepper2005-09-245-4/+19
| | | | error messages for invalid lang_ab use.
* * locale/iso-639.def: Add a few updates from current spec.Ulrich Drepper2005-09-243-12/+20
|
* [BZ #520]Ulrich Drepper2005-09-243-0/+209
| | | | | | * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG. [BZ #520] * locales/ky_KG: New file.
* [BZ #495]Ulrich Drepper2005-09-245-124/+335
| | | | | * locales/st_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* [BZ #493]Ulrich Drepper2005-09-242-5/+9
| | | | | * locales/xh_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* [BZ #488]Ulrich Drepper2005-09-241-0/+4
| | | | | * locales/zu_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* [BZ #484]Ulrich Drepper2005-09-241-0/+4
| | | | | * locales/af_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* [BZ #1347]Ulrich Drepper2005-09-244-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.
* [BZ #704]Ulrich Drepper2005-09-235-1/+194
| | | | * locale/iso-4217.def: Replace MGF with MGA.
* [BZ #395]Ulrich Drepper2005-09-233-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>
* [BZ #394]Ulrich Drepper2005-09-233-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.
* [BZ #281]Ulrich Drepper2005-09-236-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>.
* [BZ #1035]Ulrich Drepper2005-09-222-1/+4
| | | | * 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.
* (nscd_getpw_r): Remove incorrectly C&Ped free call in code handling ↵Ulrich Drepper2005-09-221-2/+0
| | | | detection of GC runs.
* * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie forRoland McGrath2005-09-224-3/+17
| | | | | static __thread variable. From Alexandre Oliva <aoliva@redhat.com>
* * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.Roland McGrath2005-09-222-1/+6
| | | | Reported by Alexandre Oliva <aoliva@redhat.com>.
* * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.Roland McGrath2005-09-202-1/+5
|
* [BZ #1346]Roland McGrath2005-09-202-2/+11
| | | | | | | | | | 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 #1346]Roland McGrath2005-09-201-9/+23
| | | | | | | | 2005-09-20 Roland McGrath <roland@redhat.com> [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-202-21/+52
| | | | | | | | | | | | | | 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.
* * sysdeps/alpha/ldiv.S (lldiv): Add alias.Richard Henderson2005-09-201-0/+2
|
* [BZ #1010]Ulrich Drepper2005-09-172-2/+7
| | | | * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
* [BZ #1053]Ulrich Drepper2005-09-172-1/+5
| | | | | * 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-172-0/+5
| | | | | | 2005-09-17 Andreas Jaeger <aj@suse.de> * timezone/zdump.c: Include ctype.h.
* Add rules to run scripts/begin-end-check.pl.Ulrich Drepper2005-09-173-3/+99
|
* Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place.Ulrich Drepper2005-09-171-1/+1
|
* [BZ #1047] Andreas Jaeger2005-09-162-0/+6
| | | | | | | | * 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-164-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper2005-09-131-2/+10
|
* [BZ #1261]Roland McGrath2005-09-132-2/+8
| | | | | | | 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>.
* [BZ #1331]Roland McGrath2005-09-121-2/+3
| | | | | | | | 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>.