diff options
author | davidw <davidw> | 2005-02-05 09:15:37 (GMT) |
---|---|---|
committer | davidw <davidw> | 2005-02-05 09:15:37 (GMT) |
commit | f198740c86117c5d124f1131ff3127ba20141c68 (patch) | |
tree | 99f62246f61c53c8fedf039c2fa392f4fc34823e /ChangeLog | |
parent | e5de9528c47b0d8428ea81f5fbb9da883158b435 (diff) | |
download | tcl-f198740c86117c5d124f1131ff3127ba20141c68.zip tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.gz tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.bz2 |
* doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.
* doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath
documentation.
* generic/tclPathObj.c: Cleaned up typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-02-05 David N. Welton <davidw@dedasys.com> + + * doc/Thread.3: Fixed sentence describing flags for + Tcl_CreateThread. + + * doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath + documentation. + + * generic/tclPathObj.c: Cleaned up typo in comment. + 2005-02-02 Mo DeJong <mdejong@users.sourceforge.net> * generic/tclProc.c (TclInitCompiledLocals): |