diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-05 01:41:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-05 01:41:21 (GMT) |
commit | ad24d78a8ea574457accd30663a366f6502be5bc (patch) | |
tree | b4566b11868c676dec44dcd91a435f0d783f9e32 /ChangeLog | |
parent | b53447957866538072ba7c85a05786927801ec14 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |