diff options
author | davygrvy <davygrvy@pobox.com> | 2003-08-27 19:15:27 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-08-27 19:15:27 (GMT) |
commit | 06e0f28df8d23668165e0f2441b4828b0ab1fd4e (patch) | |
tree | 6d6e51d2bb58cfedf43c3f269a169609d4ff3cd6 | |
parent | 3c427fe4f4fb71e562a7a67673ee59db574cd07d (diff) | |
download | tcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.zip tcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.tar.gz tcl-06e0f28df8d23668165e0f2441b4828b0ab1fd4e.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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() |