Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarified meaning of dictionary values following discussion on comp.lang.tcl. | dkf | 2007-12-31 | 1 | -5/+10 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -17/+14 |
| | | | | | | | | | hash table used in dictionaries to additionally keep all entries in the hash table in a linked list, which is only ever added to at the end. This makes iteration over all entries in the dictionary in key insertion order a trivial operation, and so cleans up a great deal of complexity relating to dictionary representation and stability of iteration order. | ||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -5/+5 |
| | | | | generation works | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -2/+4 |
| | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -4/+2 |
| | |||||
* | Fix [Bug 1415725] | dkf | 2006-01-26 | 1 | -2/+2 |
| | |||||
* | * doc/CrtChannel.3: | das | 2004-11-12 | 1 | -3/+3 |
| | | | | | | | | | | | | * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make html'. * tools/tcltk-man2html.tcl: added faked support for bullet point lists, i.e. *nroff ".IP \(bu" syntax. | ||||
* | Fix typo | dkf | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | Docs for TIP#201 and TIP#212; this allows these TIPs to become Final | dkf | 2004-10-08 | 1 | -6/+38 |
| | |||||
* | Clarify that dicts are unordered [Bug 1032243] and add another example. | dkf | 2004-10-04 | 1 | -18/+53 |
| | |||||
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -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 highlighting | dkf | 2004-09-18 | 1 | -6/+6 |
| | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | Added example (based on TIP) | dkf | 2004-05-27 | 1 | -1/+30 |
| | |||||
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -1/+8 |
| | |||||
* | Fixed formatting problem (thanks Emacs... not!) that made | dkf | 2003-04-10 | 1 | -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 this | dkf | 2003-04-05 | 1 | -0/+183 |
into the rest of the core, but that won't take long... |