1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/doc
Eli Zaretskii 1a50945fa4 Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)
src/character.c (alphabeticp, decimalnump): New functions.
 src/character.h (alphabeticp, decimalnump): Add prototypes.
 src/regex.c (ISALNUM, ISALPHA): Check Unicode character properties
 for multibyte characters by calling alphabeticp and decimalnump.
 (BIT_ALPHA, BIT_ALNUM): New bit masks.
 (re_wctype_to_bit): Return them when the class is RECC_ALPHA or
 RECC_ALNUM.
 (re_match_2_internal): Call ISALPHA and ISALNUM when appropriate.

 doc/lispref/searching.texi (Char Classes): Update the documentation of
 [:alpha:] and [:alnum:].

 etc/NEWS: Mention the changes in [:alpha:] and [:alnum:].
2015-02-28 14:25:35 +02:00
..
emacs Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
lispintro Fix copyright years by hand 2015-01-01 14:27:34 -08:00
lispref Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) 2015-02-28 14:25:35 +02:00
man Merge from gnulib and try to repair bad merge 2015-01-27 22:24:47 -08:00
misc Handle customizations of reftex-include-file-commands 2015-02-25 11:45:20 +01:00