summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeorgeps <georgeps>2005-08-17 23:51:58 (GMT)
committergeorgeps <georgeps>2005-08-17 23:51:58 (GMT)
commit8f7a3c7bd3fa36208b402a2bca4912b258e300ae (patch)
tree2b86785cbe251feb4a640d65a90dfd7cc6bf3ff5
parentc571cc6a4f29c81a3ca8d6a0ab42c6a44187a5f1 (diff)
downloadtcl-8f7a3c7bd3fa36208b402a2bca4912b258e300ae.zip
tcl-8f7a3c7bd3fa36208b402a2bca4912b258e300ae.tar.gz
tcl-8f7a3c7bd3fa36208b402a2bca4912b258e300ae.tar.bz2
new entry. fixed the dates on KBK's entries.
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c03c6a2..9d57ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2004-08-17 Kevin Kenny <kennykb@acm.org>
+2005-08-17 George Peter Staplin <GeorgePS@XMission.com>
+
+ * generic/tclBasic.c eliminate a namespace clash caused by
+ BuiltinFuncTable not being static.
+
+2005-08-17 Kevin Kenny <kennykb@acm.org>
* generic/tclEvent.c (Tcl_Finalize): Removed a copy-and-paste
accident that caused a (mostly harmless) double finalize of the
@@ -7,7 +12,7 @@
clock-50.1 into two tests, with a more permissive check on the
error message for an out-of-range value.
-2004-08-12 Kevin Kenny <kennykb@acm.org>
+2005-08-12 Kevin Kenny <kennykb@acm.org>
* generic/tclClock.c (MktimeObjCmd):
* library/clock.tcl (GetSystemTimeZone, LoadZoneinfoFile,
@@ -18,7 +23,7 @@
Changed ::tcl::clock::Mktime to check for failure, and added a
test case that mimics failure but is really success.
-2004-08-11 Kevin Kenny <kennykb@acm.org>
+2005-08-11 Kevin Kenny <kennykb@acm.org>
* generic/tclEvent.c: Eliminated the USE_THREAD_STORAGE
* generic/tclInt.h: option (which is on in every build