summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-08-27 19:15:27 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-08-27 19:15:27 (GMT)
commit06e0f28df8d23668165e0f2441b4828b0ab1fd4e (patch)
tree6d6e51d2bb58cfedf43c3f269a169609d4ff3cd6 /ChangeLog
parent3c427fe4f4fb71e562a7a67673ee59db574cd07d (diff)
downloadtcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.zip
tcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.tar.gz
tcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7926223..31e9315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-27 David Gravereaux <davygrvy@pobox.com>
+
+ * compat/strftime.c (_fmt): Removed syst array intializer that
+ couldn't take variables within it under the watcom compiler:
+ 'Initializers must be constant'. I believe Borland has this
+ strictness as well. VC++ must be non-standard about this.
+
2003-08-27 Don Porter <dgp@users.sourceforge.net>
* tests/util.test: Added new tests for remaining TclNeedSpace()