summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-08-11 21:48:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-08-11 21:48:21 (GMT)
commit6b79f6992ce81472621494c66d999cb6863d0c29 (patch)
tree43ac2dd9c467736a009018e1629cd22049e831f0 /ChangeLog
parent8cf0a4f7e51f09188275ae72e26f90d0a9a43e34 (diff)
downloadtcl-6b79f6992ce81472621494c66d999cb6863d0c29.zip
tcl-6b79f6992ce81472621494c66d999cb6863d0c29.tar.gz
tcl-6b79f6992ce81472621494c66d999cb6863d0c29.tar.bz2
* generic/tclInt.h: remove redundant ops in TclNewStringObj macro
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b881c80..c9c8159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-10 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclInt.h: remove redundant ops in TclNewStringObj macro
+
+2007-08-10 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was
causing a leak.