diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-02-01 19:48:22 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-02-01 19:48:22 (GMT) |
commit | b6d2ba95de66b5c89d10d8861df1b8d02ec7dcc2 (patch) | |
tree | 0b45b8ab91562620a255d76f95bbd7ce80fc33af /ChangeLog | |
parent | 8ca7da652a892daee3f4847a3003b6c2abb621d0 (diff) | |
download | tcl-b6d2ba95de66b5c89d10d8861df1b8d02ec7dcc2.zip tcl-b6d2ba95de66b5c89d10d8861df1b8d02ec7dcc2.tar.gz tcl-b6d2ba95de66b5c89d10d8861df1b8d02ec7dcc2.tar.bz2 |
2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
* doc/Tcl.n: Added headings to the eleven paragraphs, to improve
formatting in the tools that attempt to extract tables of contents
from the manual pages. [Bug 627455]
* generic/tclClock.c: Expanded mutex protection around the setting
of env(TZ) and the thread-unsafe call to tzset(). [Bug 656660]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> + + * doc/Tcl.n: Added headings to the eleven paragraphs, to improve + formatting in the tools that attempt to extract tables of contents + from the manual pages. [Bug 627455] + + * generic/tclClock.c: Expanded mutex protection around the setting + of env(TZ) and the thread-unsafe call to tzset(). [Bug 656660] + 2003-01-31 Don Porter <dgp@users.sourceforge.net> * tests/tcltest.test: Cleaned up management of file/directory |