summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-03-25 02:46:42 +0000
committerPaul Smith <psmith@gnu.org>2003-03-25 02:46:42 +0000
commit276d0c7c646eef13a40fcaccbda1a56bed1310c6 (patch)
tree10f32a4a6221cf5ba7196d2f19751849e03f80e5 /ChangeLog
parent955899ef770fc289febe3f186e4533e09baa7076 (diff)
downloadgunmake-276d0c7c646eef13a40fcaccbda1a56bed1310c6.tar.gz
Fix bug #2846.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 146b332..5a0e820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-24 Paul D. Smith <psmith@gnu.org>
+
+ * remake.c (notice_finished_file):
+
+ * make.h (ENULLLOOP): Set errno = 0 before invoking the command;
+ some calls (like readdir()) return NULL in valid situations
+ without resetting errno. Fixes bug #2846.
+
2003-02-25 Paul D. Smith <psmith@gnu.org>
Port to OS/2 (__EMX__) by Andreas Buening <andreas.buening@nexgo.de>.