From b80b9c77ac7844af465b68ee719aac00a27f70bb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Nov 2007 07:37:47 +0000 Subject: [PATCH] [BZ #5346] 2007-11-15 Bruno Haible [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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c47619a..52e9ce8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-15 Bruno Haible + + [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 * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union. -- 2.7.4