summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-20 20:32:35 (GMT)
committerericm <ericm>2000-07-20 20:32:35 (GMT)
commita3b08d83c4950ebd5fe493e21133368255026472 (patch)
treeb4eae40fdd7d51340d862b8ec8307dadc7b0eb77 /ChangeLog
parent36c983a93395d03061b02a8ac82105313991650f (diff)
downloadtcl-a3b08d83c4950ebd5fe493e21133368255026472.zip
tcl-a3b08d83c4950ebd5fe493e21133368255026472.tar.gz
tcl-a3b08d83c4950ebd5fe493e21133368255026472.tar.bz2
ChangeLog commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b33ae..dc6f4d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-07-20 Eric Melski <ericm@ajubasolutions.com>
+
+ * generic/tclStubInit.c:
+ * generic/tclObj.c:
+ * generic/tclInt.h:
+ * generic/tclHash.c:
+ * generic/tclDecls.h:
+ * generic/tcl.h:
+ * generic/tcl.decls:
+ * doc/Hash.3: Reverted patch from Paul Duffin to extend hash tables
+ to allow custom key types, such as Tcl_Obj *'s, and others; it
+ seems to break Tk.
+
2000-07-19 Eric Melski <ericm@ajubasolutions.com>
* generic/tclStubInit.c: