summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:41:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:41:21 (GMT)
commitad24d78a8ea574457accd30663a366f6502be5bc (patch)
treeb4566b11868c676dec44dcd91a435f0d783f9e32 /ChangeLog
parentb53447957866538072ba7c85a05786927801ec14 (diff)
downloadtcl-ad24d78a8ea574457accd30663a366f6502be5bc.zip
tcl-ad24d78a8ea574457accd30663a366f6502be5bc.tar.gz
tcl-ad24d78a8ea574457accd30663a366f6502be5bc.tar.bz2
Final stage of getting dictionaries into the core. Test suite should work now!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fcd996..b643b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-04-05 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclDictObj.c: Removed commented out notes on
+ declarations to be moved to elsewhere in the Tcl core.
+
+ * generic/tclInt.h: Final stages of plumbing in.
+ * generic/tclBasic.c:
+ * generic/tclObj.c (TclInitObjSubsystem):
+
* unix/Makefile.in, win/Makefile.in, win/makefile.[bv]c: Build support.
* generic/tcl.decls: Added dict public API to stubs table.
* generic/tcl.h (Tcl_DictSearch): Added declaration of structure