summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-04-11 19:50:35 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-04-11 19:50:35 (GMT)
commitba77b0f515bbc2711d9866058bffe9ddfc1689e3 (patch)
treea46fc6a0815d0b37139d0ca94a595e95c2d0dfdc /ChangeLog
parent3ee834f25a30385b3e02482a94bb2352d7313189 (diff)
parentfd792c9f458c4366e1ebc367e45cf7e50a0637ea (diff)
downloadtcl-ba77b0f515bbc2711d9866058bffe9ddfc1689e3.zip
tcl-ba77b0f515bbc2711d9866058bffe9ddfc1689e3.tar.gz
tcl-ba77b0f515bbc2711d9866058bffe9ddfc1689e3.tar.bz2
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation
FossilOrigin-Name: beba7a8c8c5e2acd7fddd5bafae03d55d1f4e46e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75b90f3..e1b2f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-11 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinInit.c: [Bug 3448512]: clock scan "1958-01-01" fails only
+ * win/tcl.m4: in debug compilation.
+ * win/configure:
+ * unix/tcl.m4: Use NDEBUG consistantly meaning: no debugging.
+ * unix/configure:
+
2012-04-04 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinSock.c: [Bug 510001]: TclSockMinimumBuffers needs plat imp