summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-18 20:54:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-18 20:54:54 (GMT)
commit4459bed11ee445f9e2a6f0263e2b93a31add3dfe (patch)
treef6520152938217e3e1b7c6844e04e8cd77c8c63b /ChangeLog
parent50396dd2bcd7655741791d49bc4ba7a88fa5c2b9 (diff)
downloadtcl-4459bed11ee445f9e2a6f0263e2b93a31add3dfe.zip
tcl-4459bed11ee445f9e2a6f0263e2b93a31add3dfe.tar.gz
tcl-4459bed11ee445f9e2a6f0263e2b93a31add3dfe.tar.bz2
* generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around
Tcl_ExprBooleanObj. * generic/tclCmdMZ.c ([string is boolean/true/false]): Rewrite dropping string-based Tcl_GetBoolean call, so that internal reps are kept for subsequent quick boolean operations. * generic/tclExecute.c: Dropped most special handling of the "boolean" Tcl_ObjType, since that type should now be rarely encountered. * 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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04bf525..45fd42b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2005-05-18 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around
+ Tcl_ExprBooleanObj.
+
+ * generic/tclCmdMZ.c ([string is boolean/true/false]): Rewrite
+ dropping string-based Tcl_GetBoolean call, so that internal reps
+ are kept for subsequent quick boolean operations.
+
+ * generic/tclExecute.c: Dropped most special handling of the
+ "boolean" Tcl_ObjType, since that type should now be rarely
+ encountered.
+
* 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.