summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-23 10:39:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-23 10:39:33 (GMT)
commitcb37c28cf9df9a8ebdca318c7f03f697e5b5ee7d (patch)
tree1bc0bc631c40f95af5a19d0b893abb7791875b17 /ChangeLog
parent9c56563bbe703e1bd7c267c6a43c8f62b978ae11 (diff)
downloadtcl-cb37c28cf9df9a8ebdca318c7f03f697e5b5ee7d.zip
tcl-cb37c28cf9df9a8ebdca318c7f03f697e5b5ee7d.tar.gz
tcl-cb37c28cf9df9a8ebdca318c7f03f697e5b5ee7d.tar.bz2
Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj.
Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d74b73c..6b520e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-04-23 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclDecls.h: Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj
+ and Tcl_SetBooleanObj as macros using Tcl_NewIntObj, Tcl_DbNewLongObj
+ and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same,
+ it only eliminates code duplication.
+
2013-04-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclDecls.h: Implement many Tcl_*Var* functions and