Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -2/+2 |
| | |||||
* | Fix error in example. [Bug 2016740] | dkf | 2008-07-15 | 1 | -2/+2 |
| | |||||
* | 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 | -6/+10 |
| | | | | | | | | | 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. | ||||
* | Improved documentation of Tcl_DictObjDone to make it clearer how to use it. ↵ | dkf | 2007-06-29 | 1 | -14/+18 |
| | | | | [Bug 1710795] | ||||
* | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -2/+2 |
| | |||||
* | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -3/+4 |
| | |||||
* | Clarify that dicts are unordered [Bug 1032243] and add another example. | dkf | 2004-10-04 | 1 | -2/+3 |
| | |||||
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -18/+14 |
| | | | | | 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 | -8/+8 |
| | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -8/+9 |
| | |||||
* | Stronger wording & example. [Bug 940843] | dkf | 2004-04-26 | 1 | -9/+54 |
| | |||||
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+184 |
into the rest of the core, but that won't take long... |