summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-19 11:31:29 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:32 +0200
commit8f648d0953a290ad56a10a38ed64b1996ee08227 (patch)
treed07e4071673bf0f7f049ed21e58e667e1236d9a9 /gettext-tools/src/ChangeLog
parent4f453a563f40c6d19cc777c43c5b94eb21b4100d (diff)
downloadexternal_gettext-8f648d0953a290ad56a10a38ed64b1996ee08227.zip
external_gettext-8f648d0953a290ad56a10a38ed64b1996ee08227.tar.gz
external_gettext-8f648d0953a290ad56a10a38ed64b1996ee08227.tar.bz2
Use allocsa and xallocsa, for safer stack allocation.
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r--gettext-tools/src/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index b9e66b9..598cba8 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -1,3 +1,37 @@
+2003-11-30 Bruno Haible <bruno@clisp.org>
+
+ * format-java.c: Include xallocsa.h.
+ (message_format_parse): Use xallocsa instead of alloca.
+ (choice_format_parse): Likewise.
+ * msgl-cat.c: Include xallocsa.h.
+ (catenate_msgdomain_list): Use xallocsa instead of alloca.
+ * msgl-charset.c: Include xallocsa.h.
+ (compare_po_locale_charsets): Use xallocsa instead of alloca.
+ * msgl-iconv.c: Include xallocsa.h.
+ (iconv_message_list): Use xallocsa instead of alloca.
+ * po-charset.c: Include xallocsa.h.
+ (po_lex_charset_set): Use xallocsa instead of alloca.
+ * read-tcl.c: Include xallocsa.h.
+ (msgdomain_read_tcl): Use xallocsa instead of alloca.
+ * write-java.c: Include xallocsa.h.
+ (compute_hashsize, msgdomain_write_java): Use xallocsa instead of
+ alloca.
+ * write-mo.c: Include xallocsa.h.
+ (write_table): Use xallocsa instead of alloca.
+ * write-po.c: Include xallocsa.h.
+ (msgdomain_list_print_po): Use xallocsa instead of alloca.
+ * write-tcl.c: Include xallocsa.h.
+ (msgdomain_write_tcl): Use xallocsa instead of alloca.
+ * msggrep.c: Include xallocsa.h.
+ (is_message_selected): Use xallocsa instead of alloca.
+ * msginit.c: Include xallocsa.h.
+ (subst_string): Use xallocsa instead of alloca.
+ * msgmerge.c: Include obstack.h.
+ (obstack_chunk_alloc, obstack_chunk_free): New macros.
+ (message_merge): Use obstack_alloc instead of alloca.
+ * xgettext.c: Include xallocsa.h.
+ (flag_context_list_table_insert): Use xallocsa instead of alloca.
+
2003-12-17 Bruno Haible <bruno@clisp.org>
* gettext-0.13.1 released.