aboutsummaryrefslogtreecommitdiff
path: root/posix/glob/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-09 18:06:34 +0000
committerRoland McGrath <roland@gnu.org>1996-05-09 18:06:34 +0000
commit3e2632b62d7633b44458d023b32706229e58a31c (patch)
tree06fd1d8366a0038a40c0b3fd86e74c1e62cf326a /posix/glob/ChangeLog
parent8942a07afcba648c1766c8e94df65b92a555fdb3 (diff)
downloadglibc-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/glob/ChangeLog')
-rw-r--r--posix/glob/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog
index 5d6cc49797..49e23fd6e6 100644
--- a/posix/glob/ChangeLog
+++ b/posix/glob/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
Thu Mar 14 06:01:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size