| Commit message (Expand) | Author | Age | Files | Lines |
* | [77d58e3a7a] Test case independence: chanio, cmdah, env, history. | dkf | 2016-07-14 | 1 | -2/+10 |
|
|
* | Convert remaining env.test test-cases to tcltest-2 format | jan.nijtmans | 2016-02-22 | 1 | -16/+13 |
|
|
* | Add test-case which demonstrates the problem. This test-case fails in trunk (...bug_9b47029467631832 | jan.nijtmans | 2016-02-19 | 1 | -0/+13 |
|
|
* | Fix env-5.1 test-case on Cygwin (and probably other platforms which don't hav... | jan.nijtmans | 2013-11-20 | 1 | -1/+1 |
|
|
* | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | dkf | 2013-09-27 | 1 | -0/+23 |
|
|
* | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. | jan.nijtmans | 2013-06-13 | 1 | -2/+2 |
|\ |
|
| * | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64 | jan.nijtmans | 2013-06-12 | 1 | -2/+2 |
|
|
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela... | jan.nijtmans | 2013-01-06 | 1 | -1/+1 |
|
|
* | | Fix env.test, when running under wine 1.3 | jan.nijtmans | 2011-10-07 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -28/+38 |
| |\ |
|
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -19/+33 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of | das | 2007-01-19 | 1 | -6/+15 |
|
|
| | * | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -4/+4 |
|
|
| | * | test to fix for 979640 | hobbs | 2005-10-05 | 1 | -13/+8 |
|
|
| | * | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 1 | -3/+3 |
|
|
| | * | * tests/env.test: macosx fixes. | das | 2004-08-26 | 1 | -3/+3 |
|
|
| * | | Fix environment tests under CYGWIN | nijtmans | 2010-01-06 | 1 | -3/+3 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -8/+8 |
|
|
* | | | Fix [Bug 1513659]. | dkf | 2009-05-07 | 1 | -33/+74 |
|
|
* | | | Fix miguel's problem with env failures; need LANG to get [encoding system] | dkf | 2008-07-19 | 1 | -30/+32 |
|
|
* | | | Rewrite to use tcltest2 and not generate non-ascii chars in results. | dkf | 2008-07-19 | 1 | -55/+58 |
|/ / |
|
* | | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 1 | -5/+8 |
|
|
* | | * tests/env.test: With case preserved (see 2006-03-21 commit) | dgp | 2006-03-23 | 1 | -2/+2 |
|
|
* | | * tests/env.test: Preserve case of saved env vars. [Bug 1409272] | dgp | 2006-03-21 | 1 | -15/+9 |
|
|
* | | revert broken commit | dgp | 2006-03-21 | 1 | -2/+2 |
|
|
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -2/+2 |
|
|
* | | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -4/+13 |
|
|
* | | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -1/+8 |
|
|
* | | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 1 | -3/+3 |
|
|
* | | * tests/env.test: macosx fixes. | das | 2004-08-26 | 1 | -3/+3 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -2/+2 |
|
|
* | | Standardize various minor aspects of test style | dkf | 2004-05-19 | 1 | -23/+12 |
|/ |
|
* | [info exist]->[info exists]. [Bug 602566] | dkf | 2002-10-03 | 1 | -3/+3 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -17/+17 |
|
|
* | Made many tests work properly when the current directory is not writable. | dkf | 2002-07-05 | 1 | -8/+6 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -3/+3 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/env.test: removed knownBug limitation from working test | hobbs | 1999-12-04 | 1 | -2/+2 |
|
|
* | 1999-09-20 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -3/+3 |
|
|
* | * tests/env.test: | jenn | 1999-08-27 | 1 | -1/+2 |
|
|
* | Fixed bogus test for env.test | rjohnson | 1999-07-08 | 1 | -9/+4 |
|
|
* | Improved test to handle empty env array - (will raise error) | rjohnson | 1999-07-08 | 1 | -1/+4 |
|
|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -2/+2 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -3/+4 |
|
|
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -26/+135 |
|
|
* | Added tests/stack.test, to test recursion limits. | escoffon | 1998-09-30 | 1 | -3/+3 |
|
|