Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug 2531577] | dkf | 2009-01-27 | 1 | -1/+22 |
| | |||||
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 1 | -1/+16 |
| | |||||
* | Fix [Bug 1558654] | dkf | 2009-01-09 | 1 | -14/+4 |
| | |||||
* | Generate errorcodes for more cases. | dkf | 2009-01-08 | 6 | -147/+126 |
| | |||||
* | Narrow the focus of a failing test so that it succeeds (by only testing that | dkf | 2009-01-07 | 1 | -2/+2 |
| | | | | which is supposed to be tested...) | ||||
* | * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType | dgp | 2009-01-06 | 1 | -13/+26 |
| | | | | | | in certain values to construct those values with [testdstring] so there's no lack of robustness depending on the shimmer history of shared literals. | ||||
* | Fix [Bug 2006879] | dkf | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2489836] | dkf | 2009-01-06 | 1 | -1/+17 |
| | |||||
* | Fix [Bug 2481109] | dkf | 2009-01-06 | 1 | -3/+8 |
| | |||||
* | Added a test, correct a dumb blunder. | dkf | 2009-01-05 | 1 | -2/+18 |
| | |||||
* | make test case work, correct date of commit in ChangeLog | Kevin B Kenny | 2009-01-03 | 1 | -2/+3 |
| | |||||
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -1/+9 |
| | | | | | | in the case where [clock add] is presented with a bad switch. * tests/clock.test (clock-65.1) Added a test case for the above problem [Bug 2481670]. | ||||
* | fix 64bit test failures | das | 2008-12-21 | 1 | -5/+5 |
| | |||||
* | * tests/io.test: Add missing [close $f] to io-73.2. | dgp | 2008-12-19 | 1 | -4/+7 |
| | |||||
* | * tests/chanio.test: Add missing [removeFile] cleanups. | dgp | 2008-12-19 | 1 | -5/+11 |
| | |||||
* | * tests/chanio.test: Replaced [chan event] handlers that | dgp | 2008-12-19 | 1 | -5/+11 |
| | | | | | | returned TCL_RETURN return code, with more conventional ones that return TCL_OK to suppress otherwise strange writes of outdated $::errorInfo values to stderr. [Bug 2444274]. | ||||
* | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 1 | -9/+9 |
| | | | | | | | | | | | | | Rewrite the half-close to properly flush the channel, like is done for a full close, going through FlushChannel, and using the flag BG_FLUSH_SCHEDULED (async flush during close). New functions CloseWrite, CloseChannelPart, new flag CHANNEL_CLOSEDWRITE. * tests/chanio.test (chanio-28.[67]): Reactivated these tests. Replaced tclsh -> [interpreter] to get correct executable for the pipe process, and added after cancel to kill the fail timers when we are done. Removed the explicits calls to [flush], now that [close] handles this correctly. | ||||
* | Converted 'if 0' into 'knownBug' constraints | dkf | 2008-12-18 | 1 | -242/+80 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 1 | -6/+31 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | Temporarily disable half-close test because of issue in tcltest cleanup | ferrieux | 2008-12-18 | 1 | -3/+3 |
| | |||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 3 | -10/+85 |
| | |||||
* | Fix [Bug 2433936] | dkf | 2008-12-17 | 2 | -118/+34 |
| | |||||
* | Added tests for [throw] and [try]. | dkf | 2008-12-16 | 1 | -41/+563 |
| | |||||
* | Fi [Bug 2431847] | dkf | 2008-12-15 | 1 | -1/+7 |
| | |||||
* | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 1 | -1/+9 |
| | |||||
* | Added constraints | dkf | 2008-12-14 | 1 | -18/+20 |
| | |||||
* | Many improvements to docs | dkf | 2008-12-13 | 1 | -2/+2 |
| | |||||
* | Added test for gzip header access | dkf | 2008-12-12 | 1 | -1/+6 |
| | |||||
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -1/+11 |
| | | | | | | | | * tests/io.test: internal representation of the tclChannelType to contain not only the ChannelState pointer, but also a reference to the interpreter it was made in. Invalidate and recompute the internal representation when it is used in a different interpreter (Like cmdName intrep's). Added testcase. [Bug 2407783]. | ||||
* | Added basic test suite for zlib | dkf | 2008-12-11 | 1 | -0/+104 |
| | |||||
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -1/+23 |
| | | | | between 0 and -12 [Bug 2207436]. | ||||
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 2 | -4/+11 |
| | |||||
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -13/+19 |
| | |||||
* | Set the file channel to binary for size comparison on windows | patthoyts | 2008-12-09 | 1 | -3/+4 |
| | |||||
* | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 1 | -3/+4 |
| | |||||
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -1/+14 |
| | | | | | | | [string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. | ||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -3/+50 |
| | |||||
* | Moved a number of tests to the newer style. | patthoyts | 2008-11-29 | 1 | -102/+122 |
| | |||||
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded ↵ | ferrieux | 2008-11-27 | 1 | -2/+2 |
| | | | | literals. | ||||
* | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ↵ | ferrieux | 2008-11-17 | 2 | -2/+15 |
| | | | | expanded literals. | ||||
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 1 | -1/+14 |
| | |||||
* | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 1 | -238/+238 |
| | | | | | HKCR requires administrative access on many systems but HKLM is always available to the current user | ||||
* | Version bump of TclOO | dkf | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 1 | -1/+50 |
| | |||||
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
| | | | | may fail due to insufficient permissions | ||||
* | Fix test flaws exposed by -singleproc 1 -debug 1 | dgp | 2008-10-14 | 4 | -10/+11 |
| | |||||
* | Make safe-7.2 more robust to different environments | dgp | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | oops | dgp | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | add missing constraints | dgp | 2008-10-14 | 3 | -6/+8 |
| | |||||
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 1 | -1/+23 |
| |