diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-12 22:15:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-12 22:15:58 +0000 |
commit | d7ebcadadbfc100af64cc4c18580a6373bd52738 (patch) | |
tree | c66f531406bd1e48a85a02fc70e8688d9b4221f3 /ChangeLog | |
parent | 4a11acf04705a07b78d8ddf71cfc90ce2607cdd8 (diff) | |
download | gunmake-d7ebcadadbfc100af64cc4c18580a6373bd52738.tar.gz |
Fixups for the release. One bug fix, some automake complaint fixes,
and a function return type fix for older systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-09-12 Paul D. Smith <psmith@gnu.org> + + * Makefile.am (loadavg_SOURCES, loadavg.c): Tiptoe around automake + so it doesn't complain about getloadavg.c. + + * commands.c (set_file_variables): Make sure we always alloca() at + least 1 character for the value of $? (for '\0'). + 2002-09-11 Paul D. Smith <psmith@gnu.org> * hash.h (STRING_COMPARE, ISTRING_COMPARE, STRING_N_COMPARE): Fix |