summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that dicts are unordered [Bug 1032243] and add another example.dkf2004-10-041-18/+53
|
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-021-4/+4
| | | | | in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code.
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-6/+6
| | | | of symbols like TCL_OK, TCL_ERROR, etc.
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-2/+2
|
* Added example (based on TIP)dkf2004-05-271-1/+30
|
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-1/+8
|
* Fixed formatting problem (thanks Emacs... not!) that madedkf2003-04-101-3/+2
| | | | tools/tcltk-man2html.tcl barf. Thanks to George Petasis for reporting this.
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-051-0/+183
into the rest of the core, but that won't take long...