comparison src/ChangeLog @ 31360:b8513fe83893

(WIDE_CHAR_SUPPORT): New macro. (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>. (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT) (BIT_UNIBYTE): Remove. (re_match_2_internal): Delete corresponding code and streamline the BIT_MULTIBYTE case to not bother checking ISUNIBYTE. (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6. (re_wctype_t): New type. (re_wctype, re_iswctype, re_wctype_to_bit): New functions. (regex_compile): Use them and fix handling of overly long char classes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Sep 2000 04:24:00 +0000
parents b0e06b1b3057
children fb34fa0a3cce
comparison
equal deleted inserted replaced
31359:b0e06b1b3057 31360:b8513fe83893
1 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2
3 * regex.c (WIDE_CHAR_SUPPORT): New macro.
4 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
5 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
6 (BIT_UNIBYTE): Remove.
7 (re_match_2_internal): Delete corresponding code and streamline the
8 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
9 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
10 (re_wctype_t): New type.
11 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
12 (regex_compile): Use them and fix handling of overly long char classes.
13
1 2000-09-03 Andrew Innes <andrewi@gnu.org> 14 2000-09-03 Andrew Innes <andrewi@gnu.org>
2 15
3 * makefile.w32-in: Change to DOS line endings. 16 * makefile.w32-in: Change to DOS line endings.
4 17
5 * s/ms-w32.h (ORDINARY_LINK): New define. 18 * s/ms-w32.h (ORDINARY_LINK): New define.