summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-28 17:59:28 -0400
committerPaul Smith <psmith@gnu.org>2013-04-28 17:59:28 -0400
commit441b64335590ab91854b997bec07a9578086d895 (patch)
tree1ef33d76f43c79d7e0effcc0177625054a35d591 /ChangeLog
parent8b034b7d18a08d3a2378e5b6fc9fbdd1b658f142 (diff)
downloadgunmake-441b64335590ab91854b997bec07a9578086d895.tar.gz
Remove support for pre-ANSI variadic function calls.
We've required support for ANSI C (ISO C 89) or better for quite a while. Get rid of the old varags.h, doprnt() stuff and simply assume ANSI C variadic function capability and basic C runtime library support (vfprintf, vsprintf, etc.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91802ae..254f926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-04-28 Paul Smith <psmith@gnu.org>
+ * configure.ac: Remove support for pre-ANSI variadic function calls.
+ * makeint.h: Ditto.
+ * misc.c: Ditto.
+ * config.ami.template: Ditto.
+ * config.h-vms.template: Ditto.
+ * config.h.W32.template: Ditto.
+ * configh.dos.template: Ditto.
+
Implement a "per-job" output synchronization option.
* main.c (decode_output_sync_flags): Recognize the new option.