Mercurial > emacs
view ChangeLog @ 89455:ba48a280779d
(GET_CHAR_BEFORE_2): Check multibyte, not
target_multibyte. Even in a unibyte case, return a converted
multibyte char.
(GET_CHAR_AFTER): New macro.
(PATFETCH): Translate via multibyte char.
(HANDLE_UNIBYTE_RANGE): Delete this macro.
(SETUP_MULTIBYTE_RANGE): New macro.
(regex_compile): Setup compiled code so that its multibyteness
matches that of a target. Fix the handling of "[X-YZ]" using
SETUP_MULTIBYTE_RANGE.
(analyse_first) <charset>: For filling fastmap for all multibyte
characters, don't check by BASE_LEADING_CODE_P.
(re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
the same as RE_MULTIBYTE_P (bufp) now.
(mutually_exclusive_p): Check by (! multibyte ||
IS_REAL_ASCII (c)).
(TARGET_CHAR_AND_LENGTH): Delete this macro.
(TRANSLATE_VIA_MULTIBYTE): New macro.
(re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
It is the same as RE_MULTIBYTE_P (bufp) now.
<exactn>: Translate via multibyte.
<anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
translate it.
<charset, charset_not>: Fetch a character by
RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
<duplicate>: Call bcmp_translate with the last arg `multibyte'.
<wordbound, notwordbound, wordbeg, wordend, syntaxspec,
notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
by GET_CHAR_AFTER.
(bcmp_translate): Likewise.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 30 May 2003 07:00:29 +0000 |
parents | 80acaa0a5ad6 |
children |
line wrap: on
line source
2002-09-05 Dave Love <fx@gnu.org> * configure.in (AH_BOTTOM): Add Local Variables comment. 2002-07-31 Dave Love <fx@gnu.org> * Makefile.in (leim): Don't put PARALLEL in environment. ($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New. (install-arch-indep, install-arch-indep): Merge changes from trunk. * configure.in: Require autoconf 2.53. Merge changes from trunk. Test for pty.h, sys/mman.h, sys/param.h (AC_PROG_YACC): Deleted. (AH_BOTTOM): Maybe include strings.h. (HAVE_LANGINFO_CODESET): New. 2002-06-11 Dave Love <fx@gnu.org> * configure.in: Check for pty.h. Check for correct libungif. Test for usable nl_langinfo. (AC_SIZE_T): Replaced by AC_CHECK_TYPES. ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; End: Copyright (C) 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.