summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-27 19:59:31 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-27 19:59:31 (GMT)
commit5ae4e609229f4f6627a9d5d6e3a9aad6b61fbbec (patch)
tree485242b3b8ea8dd14322c4f42a8f3e9acaf350c8 /ChangeLog
parent6221ab7a6f6578462654bc7ab0b8e16a329ee2c4 (diff)
downloadtcl-5ae4e609229f4f6627a9d5d6e3a9aad6b61fbbec.zip
tcl-5ae4e609229f4f6627a9d5d6e3a9aad6b61fbbec.tar.gz
tcl-5ae4e609229f4f6627a9d5d6e3a9aad6b61fbbec.tar.bz2
removed some workarounds for Bug 868489
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87fdebf..5f8cbea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
eliminating any need for mutex protection around [clock scan].
Also, changed the Makefiles so that 'make gendate' is
available on Windows as well as Unix.
+
+ * generic/tclCmdAH.c (Tcl_FormatObjCmd): Removed some grubby
+ * generic/tclObj.c (SetBooleanFromAny): work-around code
+ that was needed only
+ because of Bug 868489.
2004-09-27 Vince Darley <vincentdarley@users.sourceforge.net>