Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected test name duplication | dgp | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 1 | -1/+13 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 2 | -31/+2 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 4 | -53/+6 |
| | |||||
* | Fix whitespace and add test for case when pwd can generate an error | dkf | 2004-05-19 | 1 | -16/+7 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 2 | -26/+2 |
| | |||||
* | Use constraints instead of conditional tests | dkf | 2004-05-19 | 2 | -58/+21 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 1 | -37/+2 |
| | |||||
* | Removed trailing whitespace | dkf | 2004-05-19 | 2 | -26/+2 |
| | |||||
* | Converted from conditional tests into constrained tests | dkf | 2004-05-19 | 1 | -108/+129 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 3 | -39/+3 |
| | |||||
* | Standardize whitespace handling | dkf | 2004-05-19 | 1 | -20/+1 |
| | |||||
* | Convert conditional tests into constrained tests | dkf | 2004-05-19 | 2 | -63/+29 |
| | |||||
* | Standardize various minor aspects of test style | dkf | 2004-05-19 | 1 | -23/+12 |
| | |||||
* | Convert conditional testing into constraints | dkf | 2004-05-19 | 1 | -54/+37 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 1 | -13/+1 |
| | |||||
* | Use constraints, not conditional tests | dkf | 2004-05-19 | 1 | -25/+8 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 5 | -64/+4 |
| | |||||
* | Use contraints, not conditional tests. | dkf | 2004-05-19 | 1 | -74/+62 |
| | |||||
* | Use constraints, not conditional invokation of test. | dkf | 2004-05-19 | 1 | -30/+15 |
| | |||||
* | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. | dkf | 2004-05-19 | 1 | -70/+40 |
| | |||||
* | * compat/strftime.c (_fmt, ISO8601Week): | Kevin B Kenny | 2004-05-18 | 1 | -148/+149 |
| | | | | | | | * doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944] | ||||
* | Tests of limit-exceeded callbacks and make sure that those callbacks can remove | dkf | 2004-05-18 | 1 | -1/+52 |
| | | | | the limits if they see fit (as well as extending them). | ||||
* | Changed test back to what it used to be in 7.* now that [set] counts as a | dkf | 2004-05-17 | 1 | -6/+2 |
| | | | | real command once again. :^) | ||||
* | Improved TIP#143 tests and now track the number of bytecoded commands better. | dkf | 2004-05-17 | 1 | -11/+17 |
| | |||||
* | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 1 | -1/+10 |
| | |||||
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2004-05-14 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.decls: Promoted TclpLocaltime and TclpGmtime * generic/tclIntDecls.h: from Unix-specific stubs to the generic * generic/tclIntPlatDecls.h: internal Stubs table. Reran 'genstubs' * generic/tclStubInit.c: * unix/tclUnixPort.h: * generic/tclClock.c: Changed a buggy 'GMT' timezone specification to the correct 'GMT0'. [Bug #922848] * unix/tclUnixThrd.c: Moved TclpGmtime and TclpLocaltime to unix/tclUnixTime.c where they belong. * unix/tclUnixTime.c (TclpGmtime, TclpLocaltime, TclpGetTimeZone, ThreadSafeGMTime [removed], ThreadSafeLocalTime [removed], SetTZIfNecessary, CleanupMemory): Restructured to make sure that the same mutex protects all calls to localtime, gmtime, and tzset. Added a check in front of those calls to make sure that the TZ env var hasn't changed since the last call to tzset, and repeat tzset if necessary. [Bug #942078] Removed a buggy test of the Daylight Saving Time information in 'gettimeofday' in favor of applying 'localtime' to a known value. [Bug #922848] * tests/clock.test (clock-3.14): Added test to make sure that changes to $env(TZ) take effect immediately. * win/tclWinTime.c (TclpLocaltime, TclpGmtime): Added porting layer for 'localtime' and 'gmtime' calls. | ||||
* | Expanding the tests avilable for TIP#143 features. | dkf | 2004-05-14 | 1 | -1/+129 |
| | | | | Now check that basic syntax is verified. | ||||
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -148/+151 |
| | |||||
* | TIP#129 implementation. Probably also much more breakage in the test suite too | dkf | 2004-05-13 | 1 | -68/+648 |
| | |||||
* | * generic/tclEncoding.c: | rmax | 2004-05-07 | 1 | -1/+16 |
| | | | | | | * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905). | ||||
* | vfs glob root volume fix | vincentdarley | 2004-05-07 | 1 | -0/+51 |
| | |||||
* | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. | dgp | 2004-05-05 | 1 | -2/+7 |
| | | | | | Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177] | ||||
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' | hobbs | 2004-05-04 | 2 | -5/+7 |
| | | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most. | ||||
* | * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME | hobbs | 2004-05-04 | 1 | -1/+10 |
| | |||||
* | * tests/tcltest.test: Test corrections for Mac OSX. Thanks | dgp | 2004-05-04 | 1 | -10/+19 |
| | | | | to Steven Abner (tauvan). [Bug 947440] | ||||
* | * win/tclWin32Dll.c (TclpCheckStackSpace): | Kevin B Kenny | 2004-05-03 | 1 | -1/+31 |
| | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] | ||||
* | cleaning up after new test in last commit | Miguel Sofer | 2004-05-02 | 1 | -1/+2 |
| | |||||
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -1/+6 |
| | | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757] | ||||
* | * tests/execute.test (execute-8.2): Avoid crashes when there | dgp | 2004-04-29 | 1 | -4/+9 |
| | | | | is limited system stack space (threads-enabled). | ||||
* | * doc/global.n: | Miguel Sofer | 2004-04-28 | 2 | -2/+12 |
| | | | | | | | | * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11): * tests/var.test (var-3.11): Avoid creation of unusable variables: [Bug 600812] [TIP 184]. | ||||
* | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 2 | -1/+862 |
| | | | | | 930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read. | ||||
* | Fix minor fault in [clock clicks] error message. | dkf | 2004-04-15 | 1 | -1/+4 |
| | |||||
* | * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin | dgp | 2004-04-06 | 1 | -2/+4 |
| | | | | systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808] | ||||
* | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 1 | -2/+2 |
| | |||||
* | * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> | dgp | 2004-04-02 | 1 | -4/+4 |
| | | | | "notRoot". [Bug 928353] | ||||
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 3 | -5/+16 |
| | | | | | | | | | * generic/tclCompile.h: that allows checking the bytecode's * generic/tclExecute.c: validity [Bug 729692] and the interp's * tests/interp.test (18.9): readyness [Bug 495830] before running * tests/proc.test (7.1): the command. It also changes the * tests/rename.test (6.1): mechanics of the async tests in TEBC, doing it now at command start instead of every 16 instructions. | ||||
* | fix to glob with volume relative paths, bug 898238 | vincentdarley | 2004-03-30 | 2 | -3/+28 |
| | |||||
* | fix to Tcl bug 918320 | vincentdarley | 2004-03-30 | 1 | -1/+15 |
| | |||||
* | overlooked update to tests. | dgp | 2004-03-29 | 1 | -3/+2 |
| |