summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-07-18 08:16:06 (GMT)
committerdas <das>2009-07-18 08:16:06 (GMT)
commit87edf9c39870a062040ef47d131ee19dfc4161d8 (patch)
treebbbe37737b068b56e8123167731e9d795b799685 /ChangeLog
parent47696f530aabf1a5ddab3d36eb8481b469d44397 (diff)
downloadtcl-87edf9c39870a062040ef47d131ee19dfc4161d8.zip
tcl-87edf9c39870a062040ef47d131ee19dfc4161d8.tar.gz
tcl-87edf9c39870a062040ef47d131ee19dfc4161d8.tar.bz2
* unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to
disable NRE assert()s and threaded allocator range checks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cd5e76..4d978f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-18 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to
+ disable NRE assert()s and threaded allocator range checks.
+
2009-07-16 Don Porter <dgp@users.sourceforge.net>
* generic/tclBinary.c: Removed unused variables.