aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-04-28 18:21:03 +0000
committerUlrich Drepper <drepper@redhat.com>2005-04-28 18:21:03 +0000
commit8406a53a2502e0896878bfc2fd5f5726be39604a (patch)
treeae3cd0feeb2f071e4e713184ab99f624bdaf7270 /ChangeLog
parent572028fa7e0d679b537c66f10d44fa8bb94bde50 (diff)
downloadglibc-8406a53a2502e0896878bfc2fd5f5726be39604a.zip
glibc-8406a53a2502e0896878bfc2fd5f5726be39604a.tar.gz
glibc-8406a53a2502e0896878bfc2fd5f5726be39604a.tar.bz2
* sysdeps/i386/i686/memcmp.S: Move misplaced END.
2005-03-27 Bruno Haible <bruno@clisp.org> Make it possible for multiple threads to use gettext() in different locales. * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro. (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename field. (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields. (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in search and newp. * intl/tst-gettext4.c: New file. * intl/tst-gettext4.sh: New file. * intl/tst-gettext4-de.po: New file. * intl/tst-gettext4-fr.po: New file. * intl/tst-gettext5.c: New file. * intl/tst-gettext5.sh: New file. * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po, tst-gettext4-fr.po, tst-gettext5.sh. (multithread-test-srcs): New variable. (test-srcs): Add its contents. (tests): Depend on tst-gettext4.out, tst-gettext5.out. (tst-gettext4.out, tst-gettext5.out): New rules. (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables. Add rule for linking the multithread-test-srcs with the appropriate thread-library. 2005-04-28 Ulrich Drepper <drepper@redhat.com> * po/rw.po: New file. From translation team.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1336bb6..af683f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
2005-04-28 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/i386/i686/memcmp.S: Move misplaced END.
+
+2005-03-27 Bruno Haible <bruno@clisp.org>
+
+ Make it possible for multiple threads to use gettext() in different
+ locales.
+ * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
+ (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
+ field.
+ (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
+ (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
+ search and newp.
+
+ * intl/tst-gettext4.c: New file.
+ * intl/tst-gettext4.sh: New file.
+ * intl/tst-gettext4-de.po: New file.
+ * intl/tst-gettext4-fr.po: New file.
+ * intl/tst-gettext5.c: New file.
+ * intl/tst-gettext5.sh: New file.
+ * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
+ tst-gettext4-fr.po, tst-gettext5.sh.
+ (multithread-test-srcs): New variable.
+ (test-srcs): Add its contents.
+ (tests): Depend on tst-gettext4.out, tst-gettext5.out.
+ (tst-gettext4.out, tst-gettext5.out): New rules.
+ (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
+ Add rule for linking the multithread-test-srcs with the appropriate
+ thread-library.
+
+2005-04-28 Ulrich Drepper <drepper@redhat.com>
+
+ * po/rw.po: New file. From translation team.
+
* scripts/config.guess: Update from upstream.
* scripts/config.sub: Likewise.