summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:25:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:25:08 (GMT)
commitfdae48118c13223e176a192699aad3cd2643d30e (patch)
treeebe2a533e59c1223387882653bd2ee98bf67da3f /ChangeLog
parent677e85edc90d09942a06fc0f7ee0885669caa5e0 (diff)
downloadtcl-fdae48118c13223e176a192699aad3cd2643d30e.zip
tcl-fdae48118c13223e176a192699aad3cd2643d30e.tar.gz
tcl-fdae48118c13223e176a192699aad3cd2643d30e.tar.bz2
Build support for dicts on Unix and Windows, plus public API (structure
declaration and stubs entries.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76f59d1..8fcd996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-04-05 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * 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
+ to allow user code to iterate over dictionaries.
+
* doc/DictObj.3: New files containing dictionary
* doc/dict.n: implementation, documentation and tests
* generic/tclDictObj.c: as mandated by TIP #111.