Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed message catalog file names to lowercase | Kevin B Kenny | 2005-08-17 | 67 | -0/+0 |
| | |||||
* | added /usr/lib/zoneinfo for antique glibc | Kevin B Kenny | 2005-08-12 | 1 | -1/+2 |
| | |||||
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 4 | -21/+72 |
| | |||||
* | regen unix/configure | Kevin B Kenny | 2005-08-11 | 1 | -994/+2421 |
| | |||||
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 13 | -1433/+694 |
| | |||||
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 4 | -23/+38 |
| | |||||
* | 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 | 2 | -2/+10 |
| | |||||
* | remove obsolete comment | dgp | 2005-08-08 | 1 | -2/+1 |
| | |||||
* | 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 | 4 | -158/+131 |
| | |||||
* | Typo (spotted by George Staplin) | dkf | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 2 | -8/+15 |
| | |||||
* | Further nonPortable [binary] test cleanup | Kevin B Kenny | 2005-08-05 | 1 | -10/+1 |
| | |||||
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 3 | -7/+23 |
| | |||||
* | Cleaned up [binary scan] testing for NaN [Bug 1246264] | Kevin B Kenny | 2005-08-05 | 2 | -22/+22 |
| | |||||
* | removed refs to ldAout.tcl [Bug 1244361] | Kevin B Kenny | 2005-08-05 | 3 | -3/+6 |
| | |||||
* | typo fixes | dgp | 2005-08-05 | 1 | -6/+6 |
| | |||||
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 3 | -4/+12 |
| | | | | | | | apparently missing word to complete a sentence. * generic/tclObj.c (Tcl_DbDecrRefCount): Fixed whitespace nit in panic message. | ||||
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 2 | -34/+3 |
| | |||||
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 2 | -36/+27 |
| | |||||
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 5 | -27/+49 |
| | | | | | | * generic/tclEvent.c: order of finalization routines. * generic/tclInt.h: [Bug 1251399] * generic/tclObj.c: | ||||
* | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds | das | 2005-07-30 | 2 | -13/+40 |
| | | | | for bugs/changes in behaviour in Mac OS X 10.4 Tiger. | ||||
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 3 | -21/+61 |
| | |||||
* | * win/README: Update link to msys_mingw8.zip | mdejong | 2005-07-29 | 2 | -2/+6 |
| | |||||
* | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 13 | -248/+254 |
| | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf. | ||||
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 5 | -366/+409 |
| | | | | | | | | * unix/tclUnixPipe.c (TclpOpenFile): use the O_APPEND flag for * tests/exec.test (exec-19.1): files opened in a pipeline like ">>this". Note that Windows cannot support such access; there is no equivalent flag on the handle that can be set at the kernel-call level. The test is unix-specific in every way. [Bug 1245953] | ||||
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 2 | -30/+24 |
| | | | | | | | | kept per-thread to prevent different threads from stomping on each others' formatting prescriptions. ***POTENTIAL INCOMPATIBILITY*** Multi-threaded programs that set the value of ::tcl_precision will now have to set it in each thread. | ||||
* | * tests/expr.test: Consolidated equivalent constraints into | dgp | 2005-07-27 | 6 | -207/+208 |
| | | | | | | | | | * tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work. | ||||
* | * library/init.tcl ([unknown]): Corrected return code handling | dgp | 2005-07-27 | 2 | -4/+20 |
| | | | | | in the portions of [unknown] that expand incomplete commands during interactive operations. [Bug 1214462]. | ||||
* | * unix/configure: Regen. | mdejong | 2005-07-26 | 3 | -1/+24 |
| | | | | | | | | * unix/configure.in: Check for a $prefix/share directory and add it the the package if found. This will check for Tcl packages in /usr/local/share when Tcl is configured with the default dist install. [patch 1231015] | ||||
* | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 2 | -9/+10 |
| | | | | | per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194] | ||||
* | typo | dgp | 2005-07-26 | 1 | -2/+2 |
| | |||||
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 3 | -19/+36 |
| | | | | | * tests/trace.test (trace-34.4): command delete traces fire while the command still exists. [Bug 1047286] | ||||
* | Getting more systematic about style | dkf | 2005-07-25 | 3 | -535/+597 |
| | |||||
* | D'oh! [Bug 1244358] | dkf | 2005-07-25 | 1 | -3/+3 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2005-07-25 | 5 | -2886/+1336 |
| | | | | | | | | | | | | | * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Split confused search for tclsh on PATH and build and install locations into two macros. SC_PROG_TCLSH searches just the PATH. SC_BUILD_TCLSH determines the name of the tclsh executable in the Tcl build directory. [Tcl bug 1160114] [Tcl patch 1244153] | ||||
* | Getting more systematic about style | dkf | 2005-07-24 | 28 | -8706/+9361 |
| | |||||
* | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-23 | 7 | -79/+86 |
| | | | | | | | | * library/history.tcl: use of Tcl 8.4 features. Forward port of * library/init.tcl: appropriate portions of [Patch 1237755]. * library/package.tcl: * library/safe.tcl: * library/word.tcl: | ||||
* | * tests/string.test: Add string is tests for | mdejong | 2005-07-23 | 3 | -14/+58 |
| | | | | | | functionality that was not tested. * win/README: Update msys + mingw URL. Remove old Cygwin + mingw info. | ||||
* | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler | Miguel Sofer | 2005-07-23 | 2 | -2/+8 |
| | | | | warnings for uninitialised variables. | ||||
* | Getting more systematic about style | dkf | 2005-07-23 | 3 | -1308/+1371 |
| | |||||
* | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. | dkf | 2005-07-22 | 2 | -9/+30 |
| | |||||
* | regen | dkf | 2005-07-21 | 3 | -3/+22 |
| | |||||
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 9 | -113/+1281 |
| | |||||
* | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl | Kevin B Kenny | 2005-07-21 | 6 | -1469/+88 |
| | |||||
* | fix compile error | dgp | 2005-07-21 | 1 | -2/+2 |
| |