summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-02 20:56:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-02 20:56:05 (GMT)
commitd39d55ae2457b19db2df1d6a3d23504d28d62815 (patch)
tree628bfe789c387546a39f7eb97e9e2fc7e96e98d7 /ChangeLog
parentda0484ea856de0d8a7e42123267d14c53c5d432a (diff)
downloadtcl-d39d55ae2457b19db2df1d6a3d23504d28d62815.zip
tcl-d39d55ae2457b19db2df1d6a3d23504d28d62815.tar.gz
tcl-d39d55ae2457b19db2df1d6a3d23504d28d62815.tar.bz2
* generic/tcl.h: Removed the conditional #define of
_ANSI_ARGS_ that would support pre-prototype C compilers. Since _ANSI_ARGS_ is no longer used in tclDecls.h, it's clear no one compiling against Tcl 8.5 headers is making use of a -DNO_PROTOTYPES configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b03adf..e6d26b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-02 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.h: Removed the conditional #define of
+ _ANSI_ARGS_ that would support pre-prototype C compilers. Since
+ _ANSI_ARGS_ is no longer used in tclDecls.h, it's clear no one
+ compiling against Tcl 8.5 headers is making use of a -DNO_PROTOTYPES
+ configuration.
+
2008-09-02 Donal K. Fellows <dkf@users.sf.net>
* tests/socket.test: Rewrote so as to use tcltest2 better.