diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-11 16:55:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-11 16:55:44 +0000 |
commit | 4a11acf04705a07b78d8ddf71cfc90ce2607cdd8 (patch) | |
tree | 61aafd0099e1a25e584e7f768a4d41c1732b3579 /ChangeLog | |
parent | 5df75e726567954acd8cec5fb247a6124fa8a9e0 (diff) | |
download | gunmake-4a11acf04705a07b78d8ddf71cfc90ce2607cdd8.tar.gz |
Fix HAVE_BROKEN_RESTART logic.
Fix hash.h typos (only noticed when using Windows).
Update .cvsignore files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-09-11 Paul D. Smith <psmith@gnu.org> + + * hash.h (STRING_COMPARE, ISTRING_COMPARE, STRING_N_COMPARE): Fix + macro to use RESULT instead of the incorrect _RESULT_. + + * make.h (HAVE_BROKEN_RESTART): Add prototypes for atomic_stat() + and atomic_readdir(). We need to #include dirent.h to get this to + work. + * misc.c (atomic_readdir): Fix typos. + 2002-09-10 Paul D. Smith <psmith@gnu.org> * read.c (eval): Expand variable lists given to export and |