Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 2 | -10/+45 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -20/+30 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -0/+24 |
| | |||||
* | marked test as nonPortable | vincentdarley | 2003-12-16 | 1 | -2/+2 |
| | |||||
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -2/+95 |
| | |||||
* | better filesystem tests with more informative results | vincentdarley | 2003-12-12 | 1 | -8/+16 |
| | |||||
* | new filesystem tests | vincentdarley | 2003-12-12 | 2 | -3/+124 |
| | |||||
* | fixed tests and constraints and setup so works x-platform | vincentdarley | 2003-12-09 | 1 | -20/+53 |
| | |||||
* | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 2 | -3/+120 |
| | |||||
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -1/+9 |
| | |||||
* | * generic/tclParse.c: Corrected faulty check for trailing white | dgp | 2003-11-24 | 1 | -1/+12 |
| | | | | | space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]. * tests/parse.test: New tests for the bug. | ||||
* | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from | dgp | 2003-11-21 | 1 | -5/+14 |
| | | | | core-8-4-branch. | ||||
* | * tests/compile.test (compile-16.22.0): Improved test for the | dgp | 2003-11-20 | 1 | -4/+7 |
| | | | | recent fix for Bug 845412. | ||||
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -1/+8 |
| | | | | expansion machinery now... | ||||
* | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] | dgp | 2003-11-17 | 1 | -1/+48 |
| | | | | recently fixed by 2003-11-15 commit to regcomp.c by Pavel Goran. | ||||
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine | dkf | 2003-11-16 | 1 | -12/+68 |
| | | | | checks for async events fairly frequently. [Bug 746722] | ||||
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -13/+5 |
| | |||||
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 25 | -553/+1068 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Tcl.n: of the new leading {expand} syntax on words. * generic/tcl.h: Parses such words as the new Tcl_Token type * generic/tclBasic.c: TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx * generic/tclCompile.c: and the bytecode compiler/execution engine * generic/tclCompile.h: to recognize the new token type. New opcodes * generic/tclExecute.c: INST_LIST_VERIFY and INST_INVOKE_EXP and a new * generic/tclParse.c: operand type OPERAND_ULIST1 are defined. Docs * generic/tclTest.c: and tests are included. * tests/basic.test: * tests/compile.test: * tests/parse.test: * library/auto.tcl: Replaced several [eval]s used to perform * library/package.tcl: argument expansion with the new syntax. * library/safe.tcl: In the test files lindex.test and lset.test, * tests/cmdInfo.test: replaced use of [eval] to force direct * tests/encoding.test: string evaluation with use of [testevalex] * tests/execute.test: which more directly and robustly serves the * tests/fCmd.test: same purpose. * tests/http.test: * tests/init.test: * tests/interp.test: * tests/io.test: * tests/ioUtil.test: * tests/iogt.test: * tests/lindex.test: * tests/lset.test: * tests/namespace-old.test: * tests/namespace.test: * tests/pkg.test: * tests/pkgMkIndex.test: * tests/proc.test: * tests/reg.test: * tests/trace.test: * tests/upvar.test: * tests/winConsole.test: * tests/winFCmd.test: | ||||
* | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more | hobbs | 2003-11-12 | 1 | -8/+5 |
| | | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue. | ||||
* | Make cmdIL.test more self-contained [Bug 838384] | dkf | 2003-11-10 | 1 | -29/+50 |
| | |||||
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -1/+9 |
| | |||||
* | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] | dgp | 2003-11-05 | 1 | -1/+35 |
| | | | | | failure of TclpInitLibraryPath() to properly handle .. in the path of the executable. | ||||
* | mac resource freeing fix | vincentdarley | 2003-10-23 | 1 | -1/+5 |
| | |||||
* | corrected new msgcat tests to work on case-sensitive filesystems | dgp | 2003-10-21 | 1 | -13/+32 |
| | | | | | (where ROOT.msg and root.msg are different files) and to better use tcltest's makeFile and removeFile commands. | ||||
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 1 | -20/+31 |
| | |||||
* | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 1 | -2/+2 |
| | |||||
* | Test to detect a sharing problem with TIP#127 exposed in tclbench | dkf | 2003-10-14 | 1 | -1/+10 |
| | | | | Thanks DGP for helping develop this. | ||||
* | regsub fix | vincentdarley | 2003-10-14 | 1 | -1/+14 |
| | |||||
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 2 | -5/+106 |
| | |||||
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -1/+18 |
| | |||||
* | Added constraint to the new tests. | dgp | 2003-10-08 | 1 | -9/+10 |
| | |||||
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -4/+19 |
| | | | | because of a negative 'length' parameter. [Bug 769812] | ||||
* | * tests/cmdAH.test: | dgp | 2003-10-07 | 8 | -317/+313 |
| | | | | | | | | | | | * tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: | ||||
* | * tests/pid.test: Corrected temporary file management issues | dgp | 2003-10-07 | 1 | -11/+16 |
| | | | | uncovered by -debug 1 test operations. [Bug 675655] | ||||
* | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 1 | -1/+3 |
| | | | | | the current directory, so that tests can depend on ability to write files. [Bug 575837] | ||||
* | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 2 | -38/+23 |
| | | | | * tests/ioCmd.test: included regexp-special chars. [Bug 775394] | ||||
* | * tests/regexp.test: Matched [makeFile] with [removeFile]. | dgp | 2003-10-07 | 2 | -11/+19 |
| | | | | * tests/regexpComp.test: [Bug 675652] | ||||
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 1 | -3/+3 |
| | | | | happens, not for any particular result. [Bug 685991] | ||||
* | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 9 | -19/+19 |
| | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: | ||||
* | fix for [Bug 816641] - faulty execution and catch stack management. | Miguel Sofer | 2003-10-04 | 1 | -1/+10 |
| | |||||
* | fixed inconsistent handling of file separators in file join | vincentdarley | 2003-09-30 | 1 | -1/+80 |
| | |||||
* | improved test description | dgp | 2003-09-29 | 1 | -2/+4 |
| | |||||
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -13/+448 |
| | |||||
* | trace.test remove knownBug | vincentdarley | 2003-09-24 | 1 | -12/+13 |
| | |||||
* | * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] | dgp | 2003-09-24 | 1 | -1/+34 |
| | | | | and [Bug 811483]. | ||||
* | Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] | dkf | 2003-09-19 | 1 | -2/+2 |
| | |||||
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ↵ | Miguel Sofer | 2003-09-19 | 1 | -1/+9 |
| | | | | | | calls that may cause traces on ::errorInfo or ::errorCode to corrupt the stack [Bug 804681] ---------------------------------------------------------------------- | ||||
* | test suite fix for AFS | vincentdarley | 2003-09-16 | 1 | -2/+8 |
| | |||||
* | minor filesystem bug fixes | vincentdarley | 2003-09-16 | 1 | -3/+43 |
| | |||||
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 2 | -54/+108 |
| |