diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-12 23:21:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-12 23:21:04 (GMT) |
commit | 5c57bce0a0440c73bd76ec096ffa1c3d0f525b9f (patch) | |
tree | b25e6c22ddc9fcd22aa3620d1debe028b7cd571e /ChangeLog | |
parent | 1969f4d63cdf7429ac325c01e8d15c4fcd94afc0 (diff) | |
download | tcl-5c57bce0a0440c73bd76ec096ffa1c3d0f525b9f.zip tcl-5c57bce0a0440c73bd76ec096ffa1c3d0f525b9f.tar.gz tcl-5c57bce0a0440c73bd76ec096ffa1c3d0f525b9f.tar.bz2 |
Implementation of [dict merge] subcommand, based on [FRQ 745851]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-03-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + IMPLEMENTATION OF TIP#163 + * generic/tclDictObj.c (DictMergeCmd): This is based on work by Joe + * tests/dict.test (dict-20.*): English in Tcl [FRQ 745851] + * doc/dict.n: but not exactly. + 2004-03-10 Kevin B. Kenny <kennykb@acm.org> * generic/tclGetDate.y (TclGetDate): Fix so that |