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.
This commit is contained in:
Ulrich Drepper 2007-11-17 07:37:47 +00:00
parent 80b286ed6e
commit b80b9c77ac
1 changed files with 10 additions and 0 deletions

View File

@ -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.