Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4751:91f85b19749f
automatic merge
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 17 Nov 2009 23:45:42 +0900 |
parents | b5f21bb36684 27b09b4219b1 |
children | b8afe0f9cbe3 |
comparison
equal
deleted
inserted
replaced
4750:b5f21bb36684 | 4751:91f85b19749f |
---|---|
5 * regex.c (regex_compile): | 5 * regex.c (regex_compile): |
6 Sync treatment of normal_char to GNU Emacs 22.1. | 6 Sync treatment of normal_char to GNU Emacs 22.1. |
7 Thanks to Aidan Kehoe for the diagnosis and suggestion. | 7 Thanks to Aidan Kehoe for the diagnosis and suggestion. |
8 (print_partial_compiled_pattern): | 8 (print_partial_compiled_pattern): |
9 Avoid buffer overrun in case of /exactn/0. | 9 Avoid buffer overrun in case of /exactn/0. |
10 | |
11 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> | |
12 | |
13 * mule-ccl.c (setup_ccl_program): | |
14 Fix the union build, thank you Robert Delius Royar. | |
10 | 15 |
11 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> | 16 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> |
12 | 17 |
13 * mule-ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Assert that we always | 18 * mule-ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Assert that we always |
14 have a symbol in this macro. | 19 have a symbol in this macro. |