aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-07 21:45:04 +0000
committerRoland McGrath <roland@gnu.org>1995-08-07 21:45:04 +0000
commitb25c5d66b27045e44e435dbc65b6213840d377f6 (patch)
tree78b446fbaa5a428221ba12eb32c6ed8b88fa5841 /ChangeLog
parent99a9e88e55c4cb46ce645aedac3e5d1a906dfd69 (diff)
downloadglibc-b25c5d66b27045e44e435dbc65b6213840d377f6.tar
glibc-b25c5d66b27045e44e435dbc65b6213840d377f6.tar.gz
glibc-b25c5d66b27045e44e435dbc65b6213840d377f6.tar.bz2
glibc-b25c5d66b27045e44e435dbc65b6213840d377f6.zip
* stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
* posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0feb593697..3b4b5818f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
+
+ * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
+ (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
+
* sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure
when __stdio_open fails with a code other than ENFILE or EMFILE.