Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable a test of limiting tight loops. | dkf | 2004-05-19 | 3 | -9/+16 |
| | |||||
* | Silly error | dkf | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | Spelling whoops! Moved constraint declaration to near top of file | dkf | 2004-05-19 | 1 | -2/+3 |
| | |||||
* | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 32 | -1227/+986 |
| | | | | necessary. | ||||
* | corrected test name duplication | dgp | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 3 | -7/+120 |
| | | | | | | | | | | | | | * tclIO.h: [SF Tcl Bug 462317], see ChangeLog entry 2001-09-26. The fix done at that time is incomplete. It is possible to get around it if the actual read operation is defered and not executed in the event handler itself. Instead of tracking if we are in an read caused by a synthesized fileevent we now track if the OS has delivered a true event = actual data and bypass the driver if a read finds that there is no actual data waiting. The flag is cleared by a short or full read. | ||||
* | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 4 | -11/+65 |
| | |||||
* | 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 | 3 | -71/+81 |
| | |||||
* | * compat/strftime.c (_fmt, ISO8601Week): | Kevin B Kenny | 2004-05-18 | 4 | -170/+241 |
| | | | | | | | * 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] | ||||
* | Added example | dkf | 2004-05-18 | 2 | -4/+12 |
| | |||||
* | Added example | dkf | 2004-05-18 | 2 | -1/+15 |
| | |||||
* | Whitespace fix. | dkf | 2004-05-18 | 1 | -3/+1 |
| | |||||
* | Minor whitespace fix. | dkf | 2004-05-18 | 1 | -10/+1 |
| | |||||
* | no message | davygrvy | 2004-05-18 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: now generates a tclConfig.sh from Pat Thoyts | davygrvy | 2004-05-18 | 1 | -2/+78 |
| | | | | [Patch 909911] | ||||
* | Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth! | dkf | 2004-05-18 | 2 | -74/+96 |
| | |||||
* | Ensure that single quotes don't come at the start of a line, even when quoted. | dkf | 2004-05-18 | 1 | -3/+3 |
| | |||||
* | More adaptations to understand .SS macros. | dkf | 2004-05-18 | 4 | -16/+32 |
| | |||||
* | Added support .SS macros. | dkf | 2004-05-18 | 2 | -4/+14 |
| | |||||
* | Added documentation for TIP#143 limits and a few interesting examples. | dkf | 2004-05-18 | 2 | -23/+132 |
| | |||||
* | Stop a compiler warning. | dkf | 2004-05-18 | 1 | -1/+2 |
| | |||||
* | Tests of limit-exceeded callbacks and make sure that those callbacks can remove | dkf | 2004-05-18 | 3 | -4/+63 |
| | | | | the limits if they see fit (as well as extending them). | ||||
* | * generic/tclExecute.c (TclExecuteByteCode): added comments to | Miguel Sofer | 2004-05-18 | 2 | -21/+61 |
| | | | | classify the variables according to their use in TEBC. | ||||
* | Added example | dkf | 2004-05-17 | 2 | -2/+22 |
| | |||||
* | Added example | dkf | 2004-05-17 | 2 | -2/+15 |
| | |||||
* | Changed test back to what it used to be in 7.* now that [set] counts as a | dkf | 2004-05-17 | 2 | -6/+6 |
| | | | | real command once again. :^) | ||||
* | Improved TIP#143 tests and now track the number of bytecoded commands better. | dkf | 2004-05-17 | 3 | -13/+24 |
| | |||||
* | Example updates/additions. | dkf | 2004-05-17 | 3 | -5/+32 |
| | |||||
* | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 3 | -5/+23 |
| | |||||
* | Docbug. [Bug 953374] | dkf | 2004-05-17 | 2 | -2/+7 |
| | |||||
* | (FIXED PATCH) | Miguel Sofer | 2004-05-17 | 2 | -12/+17 |
| | | | | | * generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for compiledLocals addressing. | ||||
* | oops ... reverting last (buggy) commit | Miguel Sofer | 2004-05-17 | 2 | -14/+12 |
| |