aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-17 07:37:47 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-17 07:37:47 +0000
commitb80b9c77ac7844af465b68ee719aac00a27f70bb (patch)
tree8435996c6e082f88c25b8b2915c5806ee4dbd7d5
parent80b286ed6e3e115e9c4d06e381e26d6f3f88afc8 (diff)
downloadglibc-b80b9c77ac7844af465b68ee719aac00a27f70bb.tar
glibc-b80b9c77ac7844af465b68ee719aac00a27f70bb.tar.gz
glibc-b80b9c77ac7844af465b68ee719aac00a27f70bb.tar.bz2
glibc-b80b9c77ac7844af465b68ee719aac00a27f70bb.zip
[BZ #5346]
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.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c47619a626..52e9ce85c5 100644
--- 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.