Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | Systematizing the formatting | dkf | 2005-07-21 | 15 | -4527/+4823 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-20 | 8 | -1735/+1933 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-19 | 9 | -1535/+1599 |
| | |||||
* | Systematizing the formatting | dkf | 2005-07-19 | 7 | -923/+1087 |
| | | | | | Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much. | ||||
* | Formatting systematization. | dkf | 2005-07-19 | 1 | -263/+309 |
| | | | | | Also removed check of result of ckalloc() for NULL; it will never succeed (ckalloc will *always* panic on failure) | ||||
* | Getting more systematic about style | dkf | 2005-07-19 | 2 | -568/+566 |
| | |||||
* | socket wrong#args message now follows the general conventions | dkf | 2005-07-17 | 1 | -16/+6 |
| | |||||
* | Try again :-} | dkf | 2005-07-17 | 1 | -2/+3 |
| | |||||
* | Ugh; convert unfortunate tab back to a space | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | D'oh | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | oops; how did I reorder those fields? :-( | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-17 | 17 | -11234/+11620 |
| | |||||
* | Tk Bug 1227781 | Kevin B Kenny | 2005-07-16 | 2 | -1/+8 |
| | |||||
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 4 | -10/+110 |
| | |||||
* | Whitespace/comment tidying | dkf | 2005-07-15 | 1 | -931/+914 |
| | |||||
* | More tidying up | dkf | 2005-07-15 | 1 | -204/+190 |
| | |||||
* | More minor tinkering with comments and code-layout | dkf | 2005-07-14 | 1 | -13/+14 |
| | |||||
* | Stop warning | dkf | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Oops | dkf | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Style improvements to tclCompile.c, plus bytecode printing enhancements. | dkf | 2005-07-14 | 3 | -918/+892 |
| | |||||
* | copy/paste/fail-to-modify error in comment. | dgp | 2005-07-13 | 1 | -2/+2 |
| | |||||
* | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the | dgp | 2005-07-13 | 3 | -103/+126 |
| | | | | | | | * win/tclWinSock.c: value returned by Tcl_GetHostName() ([info hostname]). Also re-order initialization of the value on Windows to favor GetComputerName() over gethostname() as a source of the information. | ||||
* | Doc clarification | dkf | 2005-07-12 | 2 | -2/+8 |
| | |||||
* | Purely style-guide cleansing | dkf | 2005-07-11 | 2 | -2216/+2110 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-07-09 | 3 | -50/+1128 |
| | | | | | | | | | | | | | | | | | Reimplement long and wide type integer division and modulus operations so that the smallest and largest integer values are handled properly. The divide operation is more efficient since it no longer does a modulus or negation and only checks for a remainder when the quotient will be a negative number. The modulus operation is now a bit more complex because of a number of special cases dealing with the smallest and largest integers. * tests/expr.test: Add test cases for division and modulus operations on the smallest and largest integer values for 32 and 64 bit types. [Patch 1230205] | ||||
* | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. | dgp | 2005-07-06 | 2 | -27/+16 |
| | |||||
* | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. | dgp | 2005-07-05 | 2 | -3/+5 |
| | |||||
* | * generic/tclUtil.c: Converted TclFormatInt() into a macro. | dgp | 2005-07-05 | 6 | -104/+32 |
| | | | | | | | | * generic/tclInt.decls: [RFE 1194015] * generic/tclInt.h: * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | * generic/tclNamesp.c: Allow for [namespace import] of a command | dgp | 2005-07-05 | 3 | -3/+18 |
| | | | | | * tests/namespace.test: over a previous [namespace import] of itself without throwing an error. [RFE 1230597] | ||||
* | Style-guide reformat and get rid of gcc warning | dkf | 2005-07-05 | 1 | -1360/+1355 |
| | |||||
* | Much whitespace/style tidying up | dkf | 2005-07-05 | 1 | -622/+590 |
| |