Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Mar 2001 09:36:19 +0000 (09:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Mar 2001 09:36:19 +0000 (09:36 +0000)
commit955994e1313ab81c1db2a456b5fdf7cacb016366
treee0366bf2c5c94172d932cfa3657d74418f005173
parent0493a6d7e82806fc183a3c0b383fb95d3188b690
Update.

2001-03-15  Ulrich Drepper  <drepper@redhat.com>

* posix/fnmatch.h (FNM_EXTMATCH): Define.
* posix/fnmatch.c (NO_LEADING_PERIOD): Define.
(posixly_correct): Move global variable here.
(INT, EXT, END): Name new functions defined in fnmatch_loop.c.
(fnmatch): Pretty printing.
* posix/fnmatch_loop.c: Add code to handle FNM_EXTMATCH.
* posix/tst-fnmatch.c: Recognize EXTMATCH flag.
* posix/tst-fnmatch.input: Add tests for extended matching.

* posix/testfnm.c: Add test for patterns with multiple ** before /.
* posix/fnmatch_loop.c: Fix problem with the test above.
ChangeLog
posix/fnmatch.c
posix/fnmatch.h
posix/fnmatch_loop.c
posix/testfnm.c
posix/tst-fnmatch.c
posix/tst-fnmatch.input