diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-02-06 02:53:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-02-06 02:53:55 (GMT) |
commit | 00f60b40f60bea88138ff5c2c1038d7239b5145e (patch) | |
tree | f37455af111ce0f96ed90a84b7ee8f3f6471fec8 /ChangeLog | |
parent | eac924b26e7181f5813720bf155fab400ab61ddd (diff) | |
download | tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.zip tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.tar.gz tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.tar.bz2 |
doc/clock.n - minor documentation fix in %N format group
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,6 @@ 2008-02-06 Kevin B. Kenny <kennykb@acm.org> + * doc/clock.n (%N): * generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tests/clock.test (clock-1.0, clock-1.4): @@ -7,8 +8,9 @@ the analysis of $args into C code, holding on to Tcl_Objs with resolved command names, [lassign] in place of [foreach], avoiding [namespace which] - for command resolution). - + for command resolution). Corrected an error in the + explanation of the %N format group. + 2008-02-04 Don Porter <dgp@users.sourceforge.net> *** 8.5.1 TAGGED FOR RELEASE *** |