| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclCompCmds.c: removed debugging line | Miguel Sofer | 2005-03-10 | 2 | -2/+5 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 4 | -24/+40 |
|
|
* | Fix comment | dkf | 2005-03-09 | 1 | -1/+2 |
|
|
* | reverting Changelog entry (sticky tags, doh ...) | Miguel Sofer | 2005-03-09 | 1 | -10/+0 |
|
|
* | msofer-wcodes-branch created to develop a compiler/engine based on | Miguel Sofer | 2005-03-09 | 1 | -0/+10 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 2 | -14/+23 |
|
|
* | Minor typo fix. [Bug 1158247] | dkf | 2005-03-07 | 2 | -6/+10 |
|
|
* | missing Changelog entry | Miguel Sofer | 2005-03-07 | 1 | -0/+6 |
|
|
* | * generic/tclExecute.c: new peephole optimisation for INST_PUSH1; | Miguel Sofer | 2005-03-07 | 1 | -6/+27 |
|
|
* | * doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page. | davidw | 2005-03-01 | 2 | -2/+7 |
|
|
* | speed up some tests | dgp | 2005-02-24 | 1 | -7/+7 |
|
|
* | More robust new test tcltest-9.5 | dgp | 2005-02-24 | 1 | -7/+9 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 6 | -27/+47 |
|
|
* | Formatting typo [Bug 1149605] | dkf | 2005-02-23 | 2 | -2/+6 |
|
|
* | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not | hobbs | 2005-02-17 | 2 | -6/+11 |
|
|
* | * /doc/variable.n: fix for [Bug 1124160], variables are detected | Miguel Sofer | 2005-02-16 | 2 | -2/+7 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 4 | -1077/+2344 |
|
|
* | * tests/basic.test (basic-26.3): new test | Miguel Sofer | 2005-02-11 | 2 | -2/+25 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 3 | -6/+47 |
|
|
* | fix to test suite failures | vincentdarley | 2005-02-10 | 2 | -3/+17 |
|
|
* | More consistency. [Bug 1117017] | dkf | 2005-02-10 | 2 | -6/+15 |
|
|
* | * doc/CrtChannel.3: Typo: return->returns. | davidw | 2005-02-08 | 2 | -2/+6 |
|
|
* | * doc/Thread.3: One-word grammar fix. | davidw | 2005-02-06 | 2 | -2/+6 |
|
|
* | * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. | davidw | 2005-02-05 | 4 | -7/+17 |
|
|
* | Whitespace fixes and add notes to #else/#endif so it is clearer what's happening | dkf | 2005-02-03 | 1 | -25/+26 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): | mdejong | 2005-02-02 | 2 | -3/+20 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 2 | -2/+6 |
|
|
* | * unix/configure: autoconf-2.57 | dgp | 2005-01-31 | 2 | -1/+11 |
|
|
* | Restored two double-evals that were removed in the DBGX purge. | jenglish | 2005-01-30 | 2 | -2/+17 |
|
|
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build | hobbs | 2005-01-29 | 3 | -10/+49 |
|
|
* | Added test for [1109484] | dkf | 2005-01-28 | 3 | -5/+18 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 2 | -4/+51 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 17 | -368/+593 |
|
|
* | Added safety checks | dgp | 2005-01-25 | 1 | -7/+13 |
|
|
* | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 2 | -12/+17 |
|
|
* | * unix/tcl.m4 (Darwin): fixed bug with static build linking to | das | 2005-01-25 | 3 | -6/+14 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 12 | -47/+489 |
|
|
* | * generic/tclThread.c: Typo police. Fixed some nits | andreas_kupries | 2005-01-21 | 5 | -9/+16 |
|
|
* | Add documentation for Tcl_FSLink args. [Bug 1106272] | dkf | 2005-01-21 | 2 | -1/+17 |
|
|
* | regen | dkf | 2005-01-19 | 2 | -2/+155 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 7 | -120/+332 |
|
|
* | Import of libtommath 0.33 | Kevin B Kenny | 2005-01-19 | 192 | -0/+57026 |
|
|
* | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 2 | -2/+31 |
|
|
* | Routine update per Olson's tzdata2005c. Removed links to links | Kevin B Kenny | 2005-01-18 | 12 | -408/+301 |
|
|
* | added documentation on not using -lazy | vincentdarley | 2005-01-18 | 2 | -2/+6 |
|
|
* | fix to glob failure on Windows shares | vincentdarley | 2005-01-17 | 2 | -2/+23 |
|
|
* | With vfs permissions can exist on non-unix filesystems | vincentdarley | 2005-01-14 | 1 | -3/+1 |
|
|
* | D'oh! | dkf | 2005-01-14 | 1 | -2/+2 |
|
|
* | Add another test demonstrating what *should* happen, and xref to FRQ | dkf | 2005-01-14 | 1 | -2/+17 |
|
|
* | Document deep magic in compiled [expr] | dkf | 2005-01-14 | 2 | -1/+20 |
|
|