diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-18 16:44:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-18 16:44:26 (GMT) |
commit | e97ce00b8da9890c3e43d724721d2f463ad8f5a8 (patch) | |
tree | 7259c2e1b8b193e8e4a7dcb6e21d13c9a1934e85 /ChangeLog | |
parent | f063018fe11304895ff9ac81830ac933c831ca5f (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |