]> sourceware.org Git - glibc.git/commitdiff
[BZ #5346]
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 Nov 2007 07:37:47 +0000 (07:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 Nov 2007 07:37:47 +0000 (07:37 +0000)
2007-11-15  Bruno Haible  <bruno@clisp.org>
[BZ #5346]
* intl/dcigettext.c (struct known_translation_t): Turn msgid into a
union.
(transcmp): Use the appropriate part of s1->msgid and s2->msgid.
(DCIGETTEXT): Change the allocation of the 'search' variable so that
it needs only fixed stack space. Delay the initialization of
msgid_len until it is needed.

ChangeLog

index c47619a626469646c6c93da7f40477cf68c5fda5..52e9ce85c5607f4ac72580197039efd4fe5eac69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-15  Bruno Haible  <bruno@clisp.org>
+
+       [BZ #5346]
+       * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
+       union.
+       (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
+       (DCIGETTEXT): Change the allocation of the 'search' variable so that
+       it needs only fixed stack space. Delay the initialization of
+       msgid_len until it is needed.
+
 2007-11-15  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
This page took 0.042352 seconds and 5 git commands to generate.