| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -22/+6 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -497/+552 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -168/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+70 |
|
|
* | silence compiler warning | dgp | 2005-09-16 | 1 | -2/+1 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -8/+5 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -42/+13 |
|
|
* | Purge remnants of old dictionary rep interlocking code; it only ever worked | dkf | 2005-07-04 | 1 | -44/+25 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -5/+21 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -2/+2 |
|
|
* | * generic/tclDictObj.c: Updated callers to call new routine. | dgp | 2005-04-21 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -13/+13 |
|
|
* | Stop losing result codes in [dict with] in some circumstances | dkf | 2004-10-19 | 1 | -3/+2 |
|
|
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -15/+13 |
|
|
* | Fix comments... | dkf | 2004-10-11 | 1 | -3/+3 |
|
|
* | Fix things so we can pass our own test suite for TIP#212... | dkf | 2004-10-08 | 1 | -3/+3 |
|
|
* | Core of implementation of TIP#212 | dkf | 2004-10-08 | 1 | -60/+379 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -18/+11 |
|
|
* | Remove unneeded label | dkf | 2004-10-02 | 1 | -2/+1 |
|
|
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -72/+136 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -7/+3 |
|
|
* | Stop [dict unset] from leaking objects. [Bug 989093 in part] | dkf | 2004-07-11 | 1 | -2/+4 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -1/+2 |
|
|
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -5/+91 |
|
|
* | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] | dkf | 2004-01-14 | 1 | -18/+45 |
|
|
* | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] | dkf | 2004-01-14 | 1 | -14/+47 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -10/+10 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -3/+5 |
|
|
* | Fixed memory leak caused by confusion about string ownership. [Bug 731706] | dkf | 2003-05-07 | 1 | -3/+5 |
|
|
* | Stopped warning about uninitialised variables in DictIncrCmd | dkf | 2003-04-29 | 1 | -26/+21 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -13/+60 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -3/+1 |
|
|
* | Yet more warning killing, this time reported by Miguel Sofer by private chat. | dkf | 2003-04-07 | 1 | -1/+2 |
|
|
* | Stopped compilers from moaning about switch fall-through. [Bug 716327] | dkf | 2003-04-07 | 1 | -1/+5 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 1 | -20/+31 |
|
|
* | Converted new files from DOS line endings to usual line endings. | dgp | 2003-04-05 | 1 | -2519/+2519 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 1 | -40/+1 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+2558 |
|
|