summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-09-18 15:43:10 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-09-18 15:43:10 (GMT)
commit412f81264a0156c5c2b473db6adcfba85dc81ed6 (patch)
treedf04c0d67616b2726bd4ad4eafc777bdf1b82462 /ChangeLog
parent68778453cedcc72078811676bbb0ae096624bb61 (diff)
downloadtcl-412f81264a0156c5c2b473db6adcfba85dc81ed6.zip
tcl-412f81264a0156c5c2b473db6adcfba85dc81ed6.tar.gz
tcl-412f81264a0156c5c2b473db6adcfba85dc81ed6.tar.bz2
* generic/tclExecute.c (NEXT_INST_F):
* generic/tclInt.h (TCL_CT_ASSERT): new compile-time assertions, adapted from www.pixelbeat.org/programming/gcc/static_assert.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0858384..6df17e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-18 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (NEXT_INST_F):
+ * generic/tclInt.h (TCL_CT_ASSERT): new compile-time assertions,
+ adapted from www.pixelbeat.org/programming/gcc/static_assert.html
+
2008-09-17 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h: Correct the TclGetLongFromObj,