summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidw <davidw>2005-02-05 09:15:37 (GMT)
committerdavidw <davidw>2005-02-05 09:15:37 (GMT)
commitf198740c86117c5d124f1131ff3127ba20141c68 (patch)
tree99f62246f61c53c8fedf039c2fa392f4fc34823e /ChangeLog
parente5de9528c47b0d8428ea81f5fbb9da883158b435 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0b741..66fd08a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):