comparison src/ChangeLog.unicode @ 90765:bde48639c22d

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Feb 2007 06:37:36 +0000
parents c54ff468cc4f
children abdaa3be1a98
comparison
equal deleted inserted replaced
90764:324e371fbbe5 90765:bde48639c22d
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
4 used both for multibyte and unibyte targets. 12 used both for multibyte and unibyte targets.
5 13