summaryrefslogtreecommitdiff
path: root/glob/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-03-01 17:07:10 +0000
committerRoland McGrath <roland@redhat.com>1996-03-01 17:07:10 +0000
commit5f1e98e59b781e74c6e6f0f2f3368172577144f5 (patch)
tree488a1bfd9f5edfe8ac652bec537640bf678d8d64 /glob/ChangeLog
parentf4020bfba8d5f823cda4c3a9bf2288479ab22dca (diff)
downloadgunmake-5f1e98e59b781e74c6e6f0f2f3368172577144f5.tar.gz
Updated from libc
Diffstat (limited to 'glob/ChangeLog')
-rw-r--r--glob/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/glob/ChangeLog b/glob/ChangeLog
index 1dd02ef..911a487 100644
--- a/glob/ChangeLog
+++ b/glob/ChangeLog
@@ -1,3 +1,18 @@
+Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * posix/glob.c (glob): Use prototype in getlogin decl.
+
+Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
+ defines GNU extensions.
+ * posix/fnmatch.c: Likewise.
+
+Fri Jan 12 13:40:01 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * posix/glob.c (glob): Add parens in glob call flags arg for
+ GLOB_BRACE case.
+
Thu Dec 14 02:28:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,