comparison src/ChangeLog @ 107100:0afb47d42c74

Credit Vivek Dasmohapatra for suggesting the last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 06 Feb 2010 08:29:05 -0500
parents 6d6a455af77b
children e5188f4e7403
comparison
equal deleted inserted replaced
107099:6d6a455af77b 107100:0afb47d42c74
1 2010-02-06 Chong Yidong <cyd@stupidchicken.com> 1 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * charset.c (load_charset_map_from_file) 3 * charset.c (load_charset_map_from_file)
4 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA 4 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
5 instead of xmalloc (Bug#5526). 5 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6 6
7 2010-02-05 Chong Yidong <cyd@stupidchicken.com> 7 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
8 8
9 * charset.c (load_charset_map_from_file): Allocate large 9 * charset.c (load_charset_map_from_file): Allocate large
10 charset_map_entries structure on the heap rather than the stack. 10 charset_map_entries structure on the heap rather than the stack.