diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 4bbaca01eda..bd4e24938bd 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-02-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable | ||
| 4 | target_multibyte instead of multibyte. | ||
| 5 | (re_match_2_internal): Call bcmp_translate with target_multibyte. | ||
| 6 | (bcmp_translate): Change the argument name from multibyte to | ||
| 7 | target_multibyte. | ||
| 8 | |||
| 1 | 2007-02-15 Kenichi Handa <handa@m17n.org> | 9 | 2007-02-15 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | These changes are to compile a regexp into a pattern that can be | 11 | These changes are to compile a regexp into a pattern that can be |