| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-09-12 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-09-12 | 1 | -4/+6 |
|
|
* | silence compiler warnings | dgp | 2005-09-09 | 1 | -5/+2 |
|
|
* | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type | andreas_kupries | 2005-09-09 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: New internal routine TclObjPrintf() | dgp | 2005-09-09 | 2 | -2/+132 |
|
|
* | added missing casts in tclStringObj.c | Kevin B Kenny | 2005-09-09 | 1 | -3/+3 |
|
|
* | * generic/tclInt.h: New internal routines TclFormatObj() | dgp | 2005-09-09 | 3 | -3/+622 |
|
|
* | Squelch warning | dkf | 2005-09-08 | 1 | -2/+2 |
|
|
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -3/+1 |
|
|
* | Oops! | dkf | 2005-09-08 | 1 | -19/+19 |
|
|
* | Added support machinery for TIP#254 tests | dkf | 2005-09-08 | 1 | -8/+269 |
|
|
* | TIP #254 implementation | dkf | 2005-09-08 | 2 | -962/+1132 |
|
|
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -36/+38 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 4 | -963/+1038 |
|
|
* | Make symbol static to stop it from being visible outside the Tcl library on | dkf | 2005-09-05 | 1 | -2/+2 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 4 | -9/+9 |
|
|
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -2/+3 |
|
|
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -16/+28 |
|
|
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to | andreas_kupries | 2005-08-26 | 2 | -10/+154 |
|
|
* | Style systematization and _ANSI_ARGS_ removal | dkf | 2005-08-26 | 1 | -1423/+1335 |
|
|
* | Remove _ANSI_ARGS_ | dkf | 2005-08-26 | 1 | -20/+18 |
|
|
* | More whitespace cleansing and _ANSI_ARGS_ purging | dkf | 2005-08-26 | 3 | -522/+445 |
|
|
* | Remove _ANSI_ARGS_ and tidy up comments | dkf | 2005-08-26 | 1 | -236/+208 |
|
|
* | Fix crashes when running Snit's test suite caused by traces forcing the interp | dkf | 2005-08-26 | 1 | -2/+5 |
|
|
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] | dkf | 2005-08-25 | 1 | -1/+7 |
|
|
* | Fix memory leak caused by throwing away a duplicated object | dkf | 2005-08-25 | 1 | -5/+4 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 11 | -56/+3461 |
|
|
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -2/+2 |
|
|
* | fix a namespace clash with pendingObjData. | georgeps | 2005-08-17 | 1 | -2/+2 |
|
|
* | Added static to prevent a namespace clash with BuiltinFuncTable. | georgeps | 2005-08-17 | 1 | -2/+2 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -19/+1 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -4/+6 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 4 | -817/+226 |
|
|
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -19/+19 |
|
|
* | Squelch a message about an unused variable. | dkf | 2005-08-09 | 1 | -9/+8 |
|
|
* | More informative comment. | dkf | 2005-08-09 | 1 | -2/+6 |
|
|
* | added nul-termination missing from earlier commit today | dgp | 2005-08-09 | 1 | -1/+2 |
|
|
* | file rootname bug fix | vincentdarley | 2005-08-08 | 1 | -2/+5 |
|
|
* | regen | dkf | 2005-08-05 | 2 | -154/+54 |
|
|
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 3 | -158/+125 |
|
|
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -2/+10 |
|
|
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 2 | -4/+4 |
|
|
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 1 | -34/+2 |
|
|
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -36/+23 |
|
|
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 4 | -27/+42 |
|
|
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -19/+41 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+8 |
|
|
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 1 | -30/+14 |
|
|
* | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 1 | -9/+6 |
|
|
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -18/+18 |
|
|