diff options
| author | Chong Yidong | 2010-02-06 08:23:33 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-02-06 08:23:33 -0500 |
| commit | a2f3eb19621a3a14cf2a351b92c323c68132294d (patch) | |
| tree | d309e66452aa8047f151bfb056160ab3e2985dc9 /src/ChangeLog | |
| parent | ffe87109ce3fb6f9d31e2e88e2e22f4737b16540 (diff) | |
| download | emacs-a2f3eb19621a3a14cf2a351b92c323c68132294d.tar.gz emacs-a2f3eb19621a3a14cf2a351b92c323c68132294d.zip | |
* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
instead of xmalloc (Bug#5526).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f1f4aa24b35..00b3b0775a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-02-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * charset.c (load_charset_map_from_file) | ||
| 4 | (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA | ||
| 5 | instead of xmalloc (Bug#5526). | ||
| 6 | |||
| 1 | 2010-02-05 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-02-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * charset.c (load_charset_map_from_file): Allocate large | 9 | * charset.c (load_charset_map_from_file): Allocate large |