diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-09 18:06:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-09 18:06:34 +0000 |
commit | 3e2632b62d7633b44458d023b32706229e58a31c (patch) | |
tree | 06fd1d8366a0038a40c0b3fd86e74c1e62cf326a /posix/Makefile | |
parent | 8942a07afcba648c1766c8e94df65b92a555fdb3 (diff) | |
download | glibc-3e2632b62d7633b44458d023b32706229e58a31c.tar glibc-3e2632b62d7633b44458d023b32706229e58a31c.tar.gz glibc-3e2632b62d7633b44458d023b32706229e58a31c.tar.bz2 glibc-3e2632b62d7633b44458d023b32706229e58a31c.zip |
Regenerated
Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* posix/glob.c (glob_pattern_p): Avoid scanning past eos if
the pattern ends with a backslash and quoting is enabled.
* posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such
patterns.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 8c7ac92bc4..6766a8a17d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -65,6 +65,7 @@ lib: $(objpfx)libposix.a glob.tar: glob/ChangeLog glob/COPYING.LIB \ glob/Makefile.in glob/configure glob/configure.in glob/configure.bat\ + glob/SCOPTIONS glob/SMakefile glob/Makefile.ami \ glob/fnmatch.h glob/glob.h glob/fnmatch.c glob/glob.c tar cho$(verbose)f $@ $^ glob/%.c: %.c |