libc/posix regcomp.c
drepper@sources.redhat.com
drepper@sources.redhat.com
Wed Nov 12 17:43:00 GMT 2003
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sourceware.org 2003-11-12 17:43:05
Modified files:
posix : regcomp.c
Log message:
(re_compile_fastmap_iter): Use dfa->mb_cur_max instead of MB_CUR_MAX.
(re_compile_internal): Pass new arguments to re_string_construct.
(init_dfa): Initialize mb_cur_max and is_utf8 fields.
(peek_token, peek_token_bracket): Use input->mb_cur_max instead of MB_CUR_MAX.
(parse_expression, parse_bracket_exp, parse_charclass_op): Use
dfa->mb_cur_max instead of MB_CUR_MAX.
More information about the Glibc-cvs
mailing list