diff options
author | Paul Smith <psmith@gnu.org> | 2006-04-07 01:43:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-04-07 01:43:44 +0000 |
commit | f222b19158a91b121af29a6a8eb5d74aa591078a (patch) | |
tree | dffe00254df4fae89052c3a7af1eb0c92392d03f /ChangeLog | |
parent | 776d8b7bc2ff83f8ebf5d357ec89e3bbe6d83962 (diff) | |
download | gunmake-f222b19158a91b121af29a6a8eb5d74aa591078a.tar.gz |
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2006-04-06 Paul D. Smith <psmith@gnu.org> + + * configure.in: Removed AM_C_PROTOTYPES. Starting now on we + require an ISO C 1989 standard compiler and runtime library. + + * Makefile.am: Remove the ansi2knr feature. + + * make.h: Remove the PARAMS() macro definition and all uses of it. + + * amiga.h, ar.c, arscan.c: Remove all uses of the PARAMS() macro. + * commands.c, commands.h, config.h-vms.template: Ditto. + * dep.h, dir.c, expand.c, filedef.h, function.c: Ditto. + * implicit.c, job.c, job.h, main.c, read.c, remake.c: Ditto. + * rule.c, rule.h, variable.h, vmsdir.h, vmsjobs.c, vpath.c: Ditto. + + * NEWS: Update. + 2006-04-01 Paul D. Smith <psmith@gnu.org> Version 3.81 released. |