This commit is contained in:
Roland McGrath 2005-07-18 04:20:58 +00:00
parent 281d9629ae
commit bda80d2dd6
3 changed files with 63 additions and 18 deletions

View File

@ -295,6 +295,23 @@
* po/libc.pot: Regenerated.
2005-04-04 Jakub Jelinek <jakub@redhat.com>
[BZ #1082]
* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
of trying to encode uninitialized arglen.
2005-03-29 Jakub Jelinek <jakub@redhat.com>
[BZ #1087]
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.
2005-02-27 Denis Barbier <barbier@debian.org>
[BZ #549]
* locale/iso-4217.def: Add CSD currency.
2005-03-21 Thorsten Kukuk <kukuk@suse.de>
[BZ #1098]
@ -421,12 +438,6 @@
* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
* sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2005-04-04 Jakub Jelinek <jakub@redhat.com>
[BZ #1082]
* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
of trying to encode uninitialized arglen.
2005-04-04 Ulrich Drepper <drepper@redhat.com>
[BZ #825]
@ -599,12 +610,6 @@
* sysdeps/ia64/fpu/import_intel_libm: Likewise.
* sysdeps/ia64/fpu/Makefile: Likewise.
2005-03-29 Jakub Jelinek <jakub@redhat.com>
[BZ #1087]
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.
2005-03-29 Thorsten Kukuk <kukuk@suse.de>
[BZ #661]
@ -624,11 +629,6 @@
* elf/dl-open.c (dl_open_worker): Fix typo.
2005-02-27 Denis Barbier <barbier@debian.org>
[BZ #549]
* locale/iso-4217.def: Add CSD currency.
2005-03-19 Ulrich Drepper <drepper@redhat.com>
[BZ #821]

View File

@ -1,8 +1,48 @@
2005-05-28 Jakub Jelinek <jakub@redhat.com>
[BZ #622]
* locales/pa_IN (am_pm): Fix typos.
Patch by Denis Barbier <barbier@linuxfr.org>.
2005-05-22 Ulrich Drepper <drepper@redhat.com>
[BZ #1092]
* locales/mn_MN: Update. Patch by Sanlig Badral <s_badral@yahoo.com>.
2005-04-28 Jakub Jelinek <jakub@redhat.com>
[BZ #1084]
* SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
2005-04-26 Ulrich Drepper <drepper@redhat.com>
[BZ #1091]
* locales/fa_IR: Add alt_digits, change date and time
representation, and various cleanups.
Patch by Hamed Malek <hamed@bamdad.org>.
2005-03-21 Jakub Jelinek <jakub@redhat.com>
[BZ #823]
* charmaps/WINDOWS-31J: Add % before alias keyword.
2005-03-18 Ulrich Drepper <drepper@redhat.com>
[BZ #1084]
* SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
2005-02-27 Denis Barbier <barbier@debian.org>
[BZ #38]
* locales/sr_CS: New file.
Contributed by Danilo Segan <dsegan@gmx.net>
* SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
2005-03-18 Andreas Schwab <schwab@suse.de>
[BZ #622]
* locales/pa_IN (am_pm): Fix character names.
2004-12-19 Roland McGrath <roland@frob.com>
* gen-unicode-ctype.c (output_tables): Fix email address in output.

View File

@ -29,6 +29,11 @@
__inline instead of inline.
* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
2005-03-23 Ulrich Drepper <drepper@redhat.com>
* pthread_create.c (__pthread_create_2_1): Rename syscall error
variable to scerr.
2005-02-25 Roland McGrath <roland@redhat.com>
* alloca_cutoff.c: Correct license text.
@ -142,7 +147,7 @@
* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_>opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
2004-12-07 Jakub Jelinek <jakub@redhat.com>