comparison src/ChangeLog @ 93037:cbb561d8b117

(Fbuffer_list): Declare (for use in callint.c).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Mar 2008 20:21:12 +0000
parents 408f1bfeb7e8
children a2c4bffe2b59
comparison
equal deleted inserted replaced
93036:50a5f7c885c1 93037:cbb561d8b117
1 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
4
1 2008-03-17 Andreas Schwab <schwab@suse.de> 5 2008-03-17 Andreas Schwab <schwab@suse.de>
2 6
3 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes 7 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
4 against a charset. 8 against a charset.
5 9
26 30
27 2008-03-16 Kenichi Handa <handa@m17n.org> 31 2008-03-16 Kenichi Handa <handa@m17n.org>
28 32
29 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY) 33 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
30 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros. 34 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
31 (coding_alloc_by_making_gap): Fix the way to preserve data in the 35 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
32 gap. 36 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
33 (alloc_destination): Fix the 2nd arg to
34 coding_alloc_by_making_gap.
35 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of 37 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
36 CHAR_STRING_ADVANCE. 38 CHAR_STRING_ADVANCE.
37 (produce_chars): Fix for the case that the source and the 39 (produce_chars): Fix for the case that the source and the
38 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY 40 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
39 instead of CHAR_STRING_ADVANCE. 41 instead of CHAR_STRING_ADVANCE.