Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Jul 18, 2005
1 parent 281d962 commit bda80d2
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 18 deletions.
34 changes: 17 additions & 17 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand All @@ -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]
Expand Down
40 changes: 40 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 6 additions & 1 deletion nptl/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bda80d2

Please sign in to comment.