Mercurial > emacs
changeset 90765:bde48639c22d
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 Feb 2007 06:37:36 +0000 |
parents | 324e371fbbe5 |
children | 128e9642f988 |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Fri Feb 16 06:37:28 2007 +0000 +++ b/src/ChangeLog.unicode Fri Feb 16 06:37:36 2007 +0000 @@ -1,3 +1,11 @@ +2007-02-16 Kenichi Handa <handa@m17n.org> + + * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable + target_multibyte instead of multibyte. + (re_match_2_internal): Call bcmp_translate with target_multibyte. + (bcmp_translate): Change the argument name from multibyte to + target_multibyte. + 2007-02-15 Kenichi Handa <handa@m17n.org> These changes are to compile a regexp into a pattern that can be