diff options
author | hobbs <hobbs> | 2005-03-30 05:30:59 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-03-30 05:30:59 (GMT) |
commit | b39b3b72cd4898667fe49e7f3620f786b1233087 (patch) | |
tree | 3305868b25ae6ab097d24feec54dcf6350658911 /ChangeLog | |
parent | 53f060e88ded7c62161650d8252b22e4f2d8456b (diff) | |
download | tcl-b39b3b72cd4898667fe49e7f3620f786b1233087.zip tcl-b39b3b72cd4898667fe49e7f3620f786b1233087.tar.gz tcl-b39b3b72cd4898667fe49e7f3620f786b1233087.tar.bz2 |
* win/tclWinTime.c (TclpGetDate): use time_t for 'time'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,16 +1,20 @@ +2005-03-29 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinTime.c (TclpGetDate): use time_t for 'time' + 2005-03-18 Don Porter <dgp@users.sourceforge.net> - * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks - for immediate operand usage to permit leading space and sign - characters. Restores more efficient bytecode for [incr x -1] - that got lost in the CONST string reforms of Tcl 8.4. [Bug 1165671] + * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks + for immediate operand usage to permit leading space and sign + characters. Restores more efficient bytecode for [incr x -1] + that got lost in the CONST string reforms of Tcl 8.4. [Bug 1165671] - * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): + * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): * generic/tclCmdMZ.c (Tcl_SubstObj): - * tests/basic.test (basic-46.4): Restored recursion limit - * tests/parse.test (parse-19.*): testing in nested command + * tests/basic.test (basic-46.4): Restored recursion limit + * tests/parse.test (parse-19.*): testing in nested command substitutions within direct script evaluation (Tcl_EvalEx) - that got lost in the parser reforms of Tcl 8.1. Added tests for + that got lost in the parser reforms of Tcl 8.1. Added tests for correct behavior. [Bug 1115904] 2005-03-15 Vince Darley <vincentdarley@users.sourceforge.net> |