| Commit message (Expand) | Author | Age | Files | Lines |
* | Variables should only ever be declarated at the start of a block... | dkf | 2004-05-21 | 2 | -3/+8 |
|
|
* | 2004-05-21 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2004-05-21 | 2 | -1114/+1285 |
|
|
* | Added examples | dkf | 2004-05-20 | 1 | -1/+39 |
|
|
* | Added examples. | dkf | 2004-05-20 | 1 | -2/+61 |
|
|
* | It seems all NaN handling is non-portable except where the platform is | dkf | 2004-05-20 | 1 | -5/+5 |
|
|
* | 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 |
|
|
* | 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 neces... | dkf | 2004-05-19 | 32 | -1227/+986 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): added comments to | Miguel Sofer | 2004-05-18 | 2 | -21/+61 |
|
|