Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -0/+13 |
|\ | |||||
| * | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -0/+13 |
| | | |||||
| * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 1 | -262/+1 |
| | | | | | | | | systems. | ||||
* | | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var. | dgp | 2012-12-13 | 1 | -0/+6 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | Backported fix for bug #1420432 (cannot set mtime for directories on windows). | patthoyts | 2006-10-01 | 1 | -1/+16 |
| | | |||||
| * | Bugs 926106 and 1353840 | Kevin B Kenny | 2005-11-15 | 1 | -1/+13 |
| | | |||||
| * | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 1 | -2/+2 |
| | | |||||
| * | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 1 | -27/+74 |
| | | | | | | | | filesystems. [Patch 760768] Also a little general cleanup. | ||||
| * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -5/+8 |
| | | |||||
| * | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -3/+3 |
| | | |||||
* | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -1/+3 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test: | ||||
* | | Small fixes to quell tests that fail on some kinds of Win systems | dkf | 2007-01-18 | 1 | -15/+9 |
| | | |||||
* | | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -2/+16 |
| | | |||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -24/+29 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | Clean up tests (mostly constraints relating to testchmod) | dkf | 2006-03-20 | 1 | -10/+9 |
| | | | | | | | | | | Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc. | ||||
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: | ||||
* | | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -1/+13 |
| | | |||||
* | | command quoting fix | dgp | 2004-10-31 | 1 | -2/+2 |
| | | |||||
* | | Minor fixes for marginally more clarity | dkf | 2004-10-31 | 1 | -10/+10 |
| | | |||||
* | | Added constraint to test that won't ever work on Unix (no drive letters!) | dkf | 2004-10-31 | 1 | -2/+2 |
| | | |||||
* | | Remove broken test constraint. [bug 1053908] | dkf | 2004-10-31 | 1 | -3/+2 |
| | | |||||
* | | Remove some of the contortions from cmdAH-8.45 | dkf | 2004-10-25 | 1 | -8/+10 |
| | | |||||
* | | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -10/+16 |
| | | |||||
* | | Simplify constraint by assuming Mac is Unix (which is true these days) | dkf | 2004-06-23 | 1 | -8/+8 |
| | | |||||
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -27/+27 |
| | | |||||
* | | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 1 | -1/+13 |
| | | |||||
* | | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 1 | -1/+10 |
| | | |||||
* | | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 1 | -2/+2 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -266/+5 |
| | | |||||
* | | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | | test suite fix for AFS | vincentdarley | 2003-09-16 | 1 | -2/+8 |
| | | |||||
* | | test suite on afs fix | vincentdarley | 2003-07-21 | 1 | -3/+13 |
| | | |||||
* | | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 1 | -29/+76 |
| | | | | | | | | filesystems. [Patch 760768] Also a little general cleanup. | ||||
* | | Cleaned up cmdAH.test to use test constraints properly. | dkf | 2003-05-12 | 1 | -240/+240 |
| | | |||||
* | | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: extends the [catch] and [return] * generic/tclCompCmds.c: commands to enable creation of a * generic/tclExecute.c: proc that is a replacement for * generic/tclInt.h: [return]. [Patch 531640] * generic/tclProc.c: * generic/tclResult.c: * tests/cmdAH.test: * tests/cmdMZ.test: * tests/error.test: * tests/proc-old.test: * library/tcltest/tcltest.tcl: The -returnCodes option to [test] failed to recognize the symbolic name "ok" for return code 0. | ||||
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -5/+8 |
|/ | |||||
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+17 |
| | |||||
* | [file attributes -permissions] is Unix-only; [catch] it for portability | dkf | 2002-07-11 | 1 | -4/+4 |
| | |||||
* | Removed exec of unix utilities from cmdAH.test [Bug 579211] | dkf | 2002-07-10 | 1 | -9/+11 |
| | |||||
* | add file link constraint | vincentdarley | 2002-07-08 | 1 | -2/+12 |
| | |||||
* | More fixing of writable-current-dir assumption. [Bug 575824] | dkf | 2002-07-04 | 1 | -128/+140 |
| | |||||
* | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to | dgp | 2002-07-02 | 1 | -2/+2 |
| | | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test: | ||||
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 1 | -4/+5 |
| | | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value. | ||||
* | * Fixed [makeFile] and [viewFile] to accurately reflect a file's | dgp | 2002-07-01 | 1 | -3/+3 |
| | | | | | | contents. Updated tests that depended on buggy behavior. Also added warning messages to "-debug 1" operations to debug test calls to (make|remove)(File|Directory). | ||||
* | unix root volume fix | vincentdarley | 2002-06-27 | 1 | -1/+9 |
| | |||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -10/+18 |
| |