| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -16/+12 |
|
|
* | Speed up [upvar] and [uplevel] by not forcing level references to be parsed | dkf | 2004-10-01 | 1 | -1/+2 |
|
|
* | Typo | dkf | 2004-09-29 | 1 | -2/+2 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -66/+18 |
|
|
* | Whitespace/formatting policing | dkf | 2004-09-27 | 1 | -133/+122 |
|
|
* | removed some workarounds for Bug 868489 | Kevin B Kenny | 2004-09-27 | 1 | -6/+2 |
|
|
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check | Kevin B Kenny | 2004-09-11 | 1 | -2/+2 |
|
|
* | Minor mods to latest commit to correct bugs and compiler warnings on | dgp | 2004-09-10 | 1 | -8/+11 |
|
|
* | One less crazy long/wide aunt in the attic [Bug 868489] | dkf | 2004-09-10 | 1 | -25/+155 |
|
|
* | Add missing objTypes to catalog | dkf | 2004-07-07 | 1 | -1/+3 |
|
|
* | Fixed [Bug 886231] properly this time rather than with a broken version that | dkf | 2004-06-18 | 1 | -2/+2 |
|
|
* | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 1 | -11/+68 |
|
|
* | * generic/tclObj.c: Added missing space in panic message. | dgp | 2004-06-17 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2004-05-06 | 1 | -19/+11 |
|
|
* | Corrected "short circuit" conversion of int to double. Reported by
| Kevin B Kenny | 2004-04-19 | 1 | -1/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Fixed object hashing bozo-ness. The code as it stood looked like a | dkf | 2004-03-30 | 1 | -22/+12 |
|
|
* | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 1 | -1/+3 |
|
|
* | Speed improvements to SetBooleanFromAny's string handling | dkf | 2004-01-28 | 1 | -153/+204 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -19/+19 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -38/+21 |
|
|
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 1 | -1/+2 |
|
|
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -1/+2 |
|
|
* | * generic/tcl.h: Revert change made on 2003-07-21 | mdejong | 2003-07-24 | 1 | -14/+109 |
|
|
* | Check that the thread incrementing or decrementing | mdejong | 2003-07-22 | 1 | -1/+47 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Converted internal rep | dgp | 2003-05-23 | 1 | -8/+18 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Corrected variable use of the | dgp | 2003-05-12 | 1 | -7/+4 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -25/+9 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 1 | -6/+9 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 1 | -1/+2 |
|
|
* | * generic/tcl.h: Revert earlier change that | mdejong | 2003-01-17 | 1 | -1/+7 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 1 | -10/+14 |
|
|
* | 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-24 | 1 | -4/+8 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2002-08-14 | 1 | -37/+7 |
|
|
* | * docs/BoolObj.3: added description of valid string reps for a | Miguel Sofer | 2002-08-07 | 1 | -97/+117 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2002-08-07 | 1 | -2/+2 |
|
|
* | * generic/tclObj.c (Tcl_NewObj): added conditional code for | Miguel Sofer | 2002-08-07 | 1 | -1/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -4/+3 |
|
|
* | Hex values on 64-bit machines can be booleans too! [Bug 548686] | dkf | 2002-04-26 | 1 | -3/+25 |
|
|
* | reversed accidental commit of unfinished sources | hobbs | 2002-02-27 | 1 | -10/+21 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 1 | -21/+10 |
|
|
* | * generic/tclInt.h: | dgp | 2002-02-22 | 1 | -3/+3 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -7/+417 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 1 | -10/+10 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -1/+2 |
|
|
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ... | Miguel Sofer | 2001-11-16 | 1 | -1/+425 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: | hobbs | 2001-06-28 | 1 | -2/+13 |
|
|