Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It seems all NaN handling is non-portable except where the platform is | dkf | 2004-05-20 | 1 | -5/+5 |
| | | | | incredibly constrained. | ||||
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 5 | -5/+174 |
| | |||||
* | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue | Kevin B Kenny | 2004-05-19 | 2 | -2/+13 |
| | | | | | | | | | where there was a sneak path from Tcl_DStringFree to SetErrorCode(0). The result was that the error code could be reset between a call to FindFirstFileEx and the check of its status return, leading to a bizarre error return of {POSIX unknown {No error}}. (Found in unplanned test - no incident logged at SourceForge.) | ||||
* | Added test based on suggestion by Miguel Sofer | dkf | 2004-05-19 | 1 | -1/+17 |
| | |||||
* | Oops! Duplicated a -constraints section, which confused tcltest | dkf | 2004-05-19 | 1 | -3/+3 |
| | |||||
* | 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 |
| |