libc/posix regexec.c
drepper@sources.redhat.com
drepper@sources.redhat.com
Sat Jul 27 01:15:00 GMT 2002
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sources.redhat.com 2002-07-27 01:15:08
Modified files:
posix : regexec.c
Log message:
(re_match): Reorganize to remove duplicate code.
(re_search): Likewise.
(re_match_2): Likewise.
(re_search_2): Likewise.
(re_search_stub): New function.
(re_search_2_stub): New function.
(re_search_internal): Add a new argument STOP
so that it can handle the argument STOP of re_search_2 and re_match_2 correctly.
(regexec): Adapt to new I/F of re_search_internal.
(re_search_stub): Likewise.
More information about the Glibc-cvs
mailing list