Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make [namespace which] use newer option parsing code for more flexibility. | dkf | 2004-08-27 | 1 | -5/+5 |
| | |||||
* | Fix/improve tests | dkf | 2004-08-27 | 1 | -5/+15 |
| | |||||
* | Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. | dkf | 2004-08-27 | 1 | -2/+41 |
| | |||||
* | * tests/env.test: macosx fixes. | das | 2004-08-26 | 1 | -3/+3 |
| | |||||
* | * tests/timer.test (timer-10.1): Test for Bug 1016167. | dgp | 2004-08-25 | 1 | -1/+13 |
| | | | | | | * generic/tclTimer.c: Workaround for situation when a [namespace import] causes the objv[0] value to be something other than what Tcl_AfterObjCmd expects. [Bug 1016167]. | ||||
* | D'oh! Put the correct value in... :^} | dkf | 2004-08-25 | 1 | -2/+2 |
| | |||||
* | Stop test from getting stomped by preceding tests... | dkf | 2004-08-25 | 1 | -2/+2 |
| | |||||
* | Fixes to ensemble -unknown handler processing to stop [namespace import] from | dkf | 2004-08-25 | 1 | -1/+27 |
| | | | | | disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167]. | ||||
* | Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. | Kevin B Kenny | 2004-08-21 | 1 | -2/+2 |
| | |||||
* | * tests/clock.test (clock-38.1): Changed TZ setting to specify | Kevin B Kenny | 2004-08-21 | 1 | -2/+2 |
| | | | | | | CET in excruciating detail to deal with systems that lack the Posix defaults for DST changes (and to be formally correct with the change dates for CET). | ||||
* | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug ↵ | dkf | 2004-08-19 | 1 | -2/+5 |
| | | | | 1011860] | ||||
* | * library/clock.tcl (format): Changed default timezone format | Kevin B Kenny | 2004-08-19 | 1 | -7/+30 |
| | | | | | | | from alphabetic to numeric to produce scannable times in more locales. * tests/clock.test (clock-37.1): Removed now-unused 'needPST' constraint and the comments that refer to it. | ||||
* | Fixed httpd's abuse of the [clock] command | Kevin B Kenny | 2004-08-18 | 1 | -1/+2 |
| | |||||
* | unbreak Win build after TIP#173 and TIP#209 commit | Kevin B Kenny | 2004-08-18 | 1 | -2/+21 |
| | |||||
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 3 | -435/+34906 |
| | |||||
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -5/+28 |
| | |||||
* | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] | dgp | 2004-08-13 | 1 | -3/+19 |
| | | | | | * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload]. | ||||
* | Standardized constraint name | dkf | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -1/+14 |
| | | | | | | | | | | * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841] | ||||
* | * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected | dgp | 2004-08-02 | 1 | -1/+58 |
| | | | | | | * tests/compile.test (compile-12.4): flawed deletion of literal internal reps that could lead to accessing of freed memory. Thanks to Kevin Kenny for test case and fix [Bug 1001997]. | ||||
* | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] | dgp | 2004-07-30 | 1 | -3/+4 |
| | | | | | | * library/auto.tcl (auto_reset): Removed "protected" list of commands from [auto_reset]. All entries in the auto_index can be re-loaded. * library/package.tcl: Updated comment to reflect 2004-07-28 commit. | ||||
* | * library/package.tcl: Moved private command | dgp | 2004-07-28 | 1 | -14/+14 |
| | | | | | | * library/tclIndex: [pkg_compareExtension] into ::tcl::Pkg. * tests/pkg_mkIndex.test: Also moved implementation of [::pkg::create] to [::tcl::Pkg::Create]. | ||||
* | * tests/io.test: Make io-61.1 create file as binary to pass on Win32 | patthoyts | 2004-07-25 | 1 | -1/+2 |
| | |||||
* | * tests/eofchar.data (removed): Test io-61.1 now generates its own | dgp | 2004-07-23 | 2 | -852/+13 |
| | | | | * tests/io.test: file of test data as needed. | ||||
* | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -0/+17 |
| | |||||
* | * tests/socket.test: Accepted two new testcases by Stuart Casoff | andreas_kupries | 2004-07-16 | 1 | -1/+7 |
| | | | | | <stwo@users.sourceforge.net> checking that -server and -async don't go together [Tcl SF Bug 796534]. | ||||
* | Sanitized another couple of uses of the environment. | Kevin B Kenny | 2004-07-10 | 1 | -15/+19 |
| | |||||
* | Added code to restore env(LC_TIME) after the test completes, silencing | Kevin B Kenny | 2004-07-10 | 1 | -1/+10 |
| | | | | a warning from 'make TESTFLAGS="-debug 1" test'. | ||||
* | clock.test: Changed clock-2.11 so that it isn't an infinite loop when | Kevin B Kenny | 2004-07-10 | 1 | -3/+10 |
| | | | | run on a slow virtual machine. | ||||
* | * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word | dgp | 2004-07-06 | 1 | -1/+11 |
| | | | | | | | | | containing backslash-quoted value is treated correctly. * generic/tclCompile.c (TclWordKnownAtCompileTime): [Bug 986196] Corrected flaw above and the flaw that caused TCL_TOKEN_SIMPLE_WORDs to have their original word value copied ( "{a b}" ) rather than the actual value ( "a b" ). Thanks to Kevin Kenny for report and tests. | ||||
* | * tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): | Kevin B Kenny | 2004-07-06 | 1 | -1/+22 |
| | | | | | Added a test that a return code containing spaces is correctly returned. | ||||
* | Added missing constraint definition... | dkf | 2004-07-04 | 1 | -1/+3 |
| | |||||
* | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -1/+16 |
| | | | | Hemang Lavana. | ||||
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 1 | -1/+5 |
| | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. | ||||
* | tests/winPipe.test (winpipe-1.11): Fixed a bug that caused | Kevin B Kenny | 2004-07-02 | 1 | -2/+2 |
| | | | | | test to fail if the path name of the working directory contained whitespace [Bug 678430] | ||||
* | tests/io.test: Changed several tests to run the event | Kevin B Kenny | 2004-07-02 | 1 | -13/+14 |
| | | | | | | loop rather than just calling [update] periodically, avoiding intermittent failures (usually in io-29.32) that stemmed from unreaped processes on Windows. | ||||
* | added test | vincentdarley | 2004-07-02 | 1 | -0/+14 |
| | |||||
* | * tests/fileSystem.test: Minor correction to new fileSystem-9.X | dgp | 2004-06-30 | 1 | -5/+5 |
| | | | | tests so that they clean up temporary directories correctly. | ||||
* | fix to trailing slash documentation and to a filesystem 'file join' bug on ↵ | vincentdarley | 2004-06-30 | 1 | -0/+67 |
| | | | | windows | ||||
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -3/+52 |
| | |||||
* | Fix constraints so can test with tclsh as well as tcltest [Bug 736431] | dkf | 2004-06-24 | 5 | -56/+53 |
| | |||||
* | Add update to let the async events work | patthoyts | 2004-06-23 | 1 | -1/+2 |
| | |||||
* | * tests/io.test: Added -force to 18.1 and 18.2. This was failing | patthoyts | 2004-06-23 | 1 | -3/+3 |
| | | | | on WinXP. | ||||
* | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a | patthoyts | 2004-06-23 | 1 | -3/+6 |
| | | | | failure in 16.12. | ||||
* | * tests/winDde.test (createChildProcess): Added a 200-ms delay | Kevin B Kenny | 2004-06-23 | 1 | -2/+6 |
| | | | | | | | (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449] | ||||
* | 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 | 30 | -722/+719 |
| | |||||
* | Fixed constraint name and whitespace usage | dkf | 2004-06-23 | 1 | -25/+19 |
| | |||||
* | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 1 | -24/+20 |
| | |||||
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build on | Kevin B Kenny | 2004-06-22 | 1 | -7/+7 |
| | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. |