aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
commitc3d842c8bbf7b90113ba49b3a2cfa8436cda4a87 (patch)
tree0de6d373ddcd725e4dc4959723db701cfa7452d3 /ChangeLog
parent2a65624f71954cd1d6b62818852a8b1075b535a8 (diff)
downloadegawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.gz
egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.bz2
egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.zip
Remove AC_FUNC_VPRINTF macro and header tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88bf4c21..7a0e6da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * configure.ac (AC_FUNC_VPRINTF): Remove. Not needed on current
+ systems.
+ * awk.h (HAVE_VPRINTF): Remove check.
+
2013-12-10 Scott Deifik <scottd.mail@sbcglobal.net>
* io.c (closemaybesocket): Add definition for DJGPP.