diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8989be51ed..687951808f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-03-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY) | ||
| 4 | (STRING_CHAR_ADVANCE_NO_UNIFY): New macros. | ||
| 5 | (coding_alloc_by_making_gap): Fix the way to preserve data in the | ||
| 6 | gap. | ||
| 7 | (alloc_destination): Fix the 2nd arg to | ||
| 8 | coding_alloc_by_making_gap. | ||
| 9 | (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of | ||
| 10 | CHAR_STRING_ADVANCE. | ||
| 11 | (produce_chars): Fix for the case that the source and the | ||
| 12 | destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY | ||
| 13 | instead of CHAR_STRING_ADVANCE. | ||
| 14 | (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of | ||
| 15 | STRING_CHAR_ADVANCE. | ||
| 16 | |||
| 1 | 2008-03-15 Andreas Schwab <schwab@suse.de> | 17 | 2008-03-15 Andreas Schwab <schwab@suse.de> |
| 2 | 18 | ||
| 3 | * regex.c (re_match_2_internal): Correct matching of eight bit | 19 | * regex.c (re_match_2_internal): Correct matching of eight bit |