diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-08-18 22:13:42 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-08-18 22:13:42 (GMT) |
commit | 030a2398e019e5f2403e0a9251e6232f6722f80a (patch) | |
tree | 80a237b8379008bf02160ab7dcb2f46e804a8ae6 /ChangeLog | |
parent | 55bfd43c59e6f99a2a5f5d167e783b918e69e28c (diff) | |
download | tcl-030a2398e019e5f2403e0a9251e6232f6722f80a.zip tcl-030a2398e019e5f2403e0a9251e6232f6722f80a.tar.gz tcl-030a2398e019e5f2403e0a9251e6232f6722f80a.tar.bz2 |
Fixed httpd's abuse of the [clock] command
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,6 +13,9 @@ 2004-08-18 Kevin Kenny <kennykb@acm.org> + * tests/httpd (httpdRespond): Corrected an abuse of the [clock] + command that caused test failures for some values of [clock clicks]. + * doc/clock.n * generic/tclBasic.c (Tcl_CreateInterp, Tcl_HideUnsafeCommands): * generic/tclClock.c (all): @@ -57,7 +60,7 @@ Scheffers, Peter da Silva and Richard Suchenwirth-Bauersachs. *** POTENTIAL INCOMPATIBILITY *** - + 2004-08-16 Miguel Sofer <msofer@users.sf.net> * doc/SetVar.3: |