diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-04 02:12:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-04 02:12:52 +0000 |
commit | 9dc79463a9a5601439126d124e99777ebe432874 (patch) | |
tree | 2bad05769aae70786f1c5c846cb0443eb9a7aaed /ChangeLog | |
parent | 1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f (diff) | |
download | gunmake-9dc79463a9a5601439126d124e99777ebe432874.tar.gz |
Fix K&R-isms found on SunOS 4.1.4 builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-10-03 Paul D. Smith <psmith@gnu.org> + Version 3.80 released. + + * dir.c: Change hash functions to use K&R function definition style. + * function.c: Ditto. + * read.c: Ditto. + * variable.c: Ditto. + Update to automake 1.7. * Makefile.am (AUTOMAKE_OPTIONS): Update to require 1.7. |