diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-01 17:07:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-01 17:07:03 +0000 |
commit | 4a9af5c70897a71fe0999a1369146a43dc72414e (patch) | |
tree | 8d50a69a92bc4f2ce10d5ba957bb552d9298269a /posix/glob | |
parent | 01fec49ca690d8dad140117577bf0832a745ce48 (diff) | |
download | glibc-4a9af5c70897a71fe0999a1369146a43dc72414e.tar glibc-4a9af5c70897a71fe0999a1369146a43dc72414e.tar.gz glibc-4a9af5c70897a71fe0999a1369146a43dc72414e.tar.bz2 glibc-4a9af5c70897a71fe0999a1369146a43dc72414e.zip |
Regenerated
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.
Diffstat (limited to 'posix/glob')
-rw-r--r-- | posix/glob/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index 1dd02efc03..911a48748d 100644 --- a/posix/glob/ChangeLog +++ b/posix/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, |