summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use longer dashes (where available)dkf2004-05-211-5/+5
|
* Typo!dkf2004-05-211-2/+2
|
* Added examples.dkf2004-05-211-1/+28
|
* Added some more examples; there are actually examples scattered through the ↵dkf2004-05-211-12/+39
| | | | file anyway.
* One more fix; this time it really does let this file build...dkf2004-05-211-9/+15
|
* Make TCL_COMPILE_DEBUG path through TEBC work...dkf2004-05-212-8/+9
|
* Variables should only ever be declarated at the start of a block...dkf2004-05-212-3/+8
|
* 2004-05-21 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2004-05-212-1114/+1285
| | | | | | | | | | * generic/tclExecute.c (TclExecuteByteCode): reorganised TEBC automatic variables, defining them in tight blocks instead of at the function level. This has three purposes: - it simplifies the analysis of individual instructions - it is preliminary work to the non-recursive engine - it allows a better register allocation by the optimiser; under gcc3.3, this results in up to 10% runtime in some tests
* Added examplesdkf2004-05-201-1/+39
|
* Added examples.dkf2004-05-201-2/+61
|
* It seems all NaN handling is non-portable except where the platform isdkf2004-05-201-5/+5
| | | | incredibly constrained.
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-205-5/+174
|
* * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-192-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 Soferdkf2004-05-191-1/+17
|
* Oops! Duplicated a -constraints section, which confused tcltestdkf2004-05-191-3/+3
|
* Enable a test of limiting tight loops.dkf2004-05-193-9/+16
|
* Silly errordkf2004-05-191-2/+2
|
* Spelling whoops! Moved constraint declaration to near top of filedkf2004-05-191-2/+3
|
* Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-1932-1227/+986
| | | | necessary.
* corrected test name duplicationdgp2004-05-191-2/+2
|
* * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem asandreas_kupries2004-05-193-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 documentationvincentdarley2004-05-194-11/+65
|
* Fix whitespacedkf2004-05-192-31/+2
|
* Fix whitespacedkf2004-05-194-53/+6
|
* Fix whitespace and add test for case when pwd can generate an errordkf2004-05-191-16/+7
|
* Remove trailing whitespacedkf2004-05-192-26/+2
|
* Use constraints instead of conditional testsdkf2004-05-192-58/+21
|
* Fix whitespacedkf2004-05-191-37/+2
|
* Removed trailing whitespacedkf2004-05-192-26/+2
|
* Converted from conditional tests into constrained testsdkf2004-05-191-108/+129
|
* Remove trailing whitespacedkf2004-05-193-39/+3
|
* Standardize whitespace handlingdkf2004-05-191-20/+1
|
* Convert conditional tests into constrained testsdkf2004-05-192-63/+29
|
* Standardize various minor aspects of test styledkf2004-05-191-23/+12
|
* Convert conditional testing into constraintsdkf2004-05-191-54/+37
|
* Remove trailing whitespacedkf2004-05-191-13/+1
|
* Use constraints, not conditional testsdkf2004-05-191-25/+8
|
* Remove trailing whitespacedkf2004-05-195-64/+4
|
* Use contraints, not conditional tests.dkf2004-05-191-74/+62
|
* Use constraints, not conditional invokation of test.dkf2004-05-191-30/+15
|
* Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.dkf2004-05-193-71/+81
|
* * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-184-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 exampledkf2004-05-182-4/+12
|
* Added exampledkf2004-05-182-1/+15
|
* Whitespace fix.dkf2004-05-181-3/+1
|
* Minor whitespace fix.dkf2004-05-181-10/+1
|
* no messagedavygrvy2004-05-181-0/+5
|
* * win/makefile.vc: now generates a tclConfig.sh from Pat Thoytsdavygrvy2004-05-181-2/+78
| | | | [Patch 909911]
* Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth!dkf2004-05-182-74/+96
|
* Ensure that single quotes don't come at the start of a line, even when quoted.dkf2004-05-181-3/+3
|