| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch | andreas_kupries | 2005-08-29 | 1 | -0/+6 |
|
|
* | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 1 | -1/+1 |
|
|
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -0/+8 |
|
|
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to | andreas_kupries | 2005-08-26 | 1 | -0/+10 |
|
|
* | Fix crashes when running Snit's test suite caused by traces forcing the interp | dkf | 2005-08-26 | 1 | -0/+7 |
|
|
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] | dkf | 2005-08-25 | 1 | -0/+4 |
|
|
* | Fix memory leak caused by throwing away a duplicated object | dkf | 2005-08-25 | 1 | -7/+13 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -0/+28 |
|
|
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -0/+7 |
|
|
* | * unix/configure.in: | mdejong | 2005-08-23 | 1 | -0/+7 |
|
|
* | * unix/tclConfig.h.in: autoheader-2.59. | das | 2005-08-22 | 1 | -2/+6 |
|
|
* | updated entry with another clash | georgeps | 2005-08-17 | 1 | -0/+3 |
|
|
* | new entry. fixed the dates on KBK's entries. | georgeps | 2005-08-17 | 1 | -3/+8 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -0/+9 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -0/+11 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -0/+16 |
|
|
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -0/+13 |
|
|
* | file rootname bug fix | vincentdarley | 2005-08-08 | 1 | -0/+5 |
|
|
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 1 | -0/+6 |
|
|
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 1 | -7/+13 |
|
|
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -4/+8 |
|
|
* | Cleaned up [binary scan] testing for NaN [Bug 1246264] | Kevin B Kenny | 2005-08-05 | 1 | -3/+6 |
|
|
* | removed refs to ldAout.tcl [Bug 1244361] | Kevin B Kenny | 2005-08-05 | 1 | -0/+5 |
|
|
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 1 | -0/+8 |
|
|
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 1 | -0/+1 |
|
|
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -0/+4 |
|
|
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -0/+7 |
|
|
* | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds | das | 2005-07-30 | 1 | -0/+5 |
|
|
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -0/+5 |
|
|
* | * win/README: Update link to msys_mingw8.zip | mdejong | 2005-07-29 | 1 | -0/+4 |
|
|
* | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -0/+14 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -359/+368 |
|
|
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 1 | -0/+10 |
|
|
* | * tests/expr.test: Consolidated equivalent constraints into | dgp | 2005-07-27 | 1 | -0/+6 |
|
|
* | * library/init.tcl ([unknown]): Corrected return code handling | dgp | 2005-07-27 | 1 | -0/+6 |
|
|
* | * unix/configure: Regen. | mdejong | 2005-07-26 | 1 | -0/+9 |
|
|
* | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 1 | -0/+4 |
|
|
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -0/+6 |
|
|
* | * unix/configure: Regen. | mdejong | 2005-07-25 | 1 | -0/+14 |
|
|
* | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-23 | 1 | -1/+10 |
|
|
* | * tests/string.test: Add string is tests for | mdejong | 2005-07-23 | 1 | -0/+7 |
|
|
* | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler | Miguel Sofer | 2005-07-23 | 1 | -0/+5 |
|
|
* | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. | dkf | 2005-07-22 | 1 | -0/+5 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -0/+9 |
|
|
* | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl | Kevin B Kenny | 2005-07-21 | 1 | -0/+13 |
|
|
* | Tk Bug 1227781 | Kevin B Kenny | 2005-07-16 | 1 | -0/+5 |
|
|
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 1 | -0/+13 |
|
|
* | Style improvements to tclCompile.c, plus bytecode printing enhancements. | dkf | 2005-07-14 | 1 | -0/+7 |
|
|
* | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the | dgp | 2005-07-13 | 1 | -0/+8 |
|
|
* | Doc clarification | dkf | 2005-07-12 | 1 | -0/+5 |
|
|