summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-18 16:44:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-18 16:44:26 (GMT)
commite97ce00b8da9890c3e43d724721d2f463ad8f5a8 (patch)
tree7259c2e1b8b193e8e4a7dcb6e21d13c9a1934e85 /ChangeLog
parentf063018fe11304895ff9ac81830ac933c831ca5f (diff)
downloadtcl-e97ce00b8da9890c3e43d724721d2f463ad8f5a8.zip
tcl-e97ce00b8da9890c3e43d724721d2f463ad8f5a8.tar.gz
tcl-e97ce00b8da9890c3e43d724721d2f463ad8f5a8.tar.bz2
* doc/BoolObj.3: Rewrite of documentation dropping many details
about the internals of Tcl_Objs. Shorter documentation focuses on the function and use of the routines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a6eab0..04bf525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-05-18 Don Porter <dgp@users.sourceforge.net>
+ * doc/BoolObj.3: Rewrite of documentation dropping many details
+ about the internals of Tcl_Objs. Shorter documentation focuses on
+ the function and use of the routines.
+
* generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so
* generic/tclObj.c: that only string values like "yes" and "false"
* tests/obj.test: are kept as the "boolean" Tcl_ObjType. The