Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Add tests for bugs [336441ed59] and [581937ab1e] from core-8-5-branch. | max | 2014-04-04 | 1 | -0/+29 | |
| | ||||||
* | * Rework WaitForConnect() to fix synchronous completion of asynchronous ↵ | max | 2014-04-04 | 1 | -5/+8 | |
| | | | | | | connections. * Let TcpInputProc() and TcpOutputProc() fail before calling any I/O syscalls when an asynchronous connection has failed. * Adjust the tests accordingly. | |||||
* | * More test improvements for async sockets. | max | 2014-03-14 | 1 | -19/+26 | |
| | | | | * Advance async connections whenever the channel is touched (e.g. by [chan configure]). * Add a noblock argument to WaitForConnect(), so that advancing async connections from [chan configure] doesn't block even on a blocking socket. | |||||
* | * Hide transient errors of the internal iterations of [socket -async] ↵ | max | 2014-03-11 | 1 | -5/+155 | |
| | | | | | from the script level. * More tests for corner cases. | |||||
* | WaitForConnect may only call back to CreateClientSocket when the socket is ↵ | max | 2014-03-10 | 1 | -2/+2 | |
| | | | | writable or something. When it does so for a pending socket, it is falsely assumed to have succeeded and a subsequent read/write operation will fail. | |||||
* | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ↵ | max | 2014-03-10 | 1 | -20/+179 | |
| | | | | | | more than one address. * socket.test: Extend and improve tests for [socket -async] * socket.test: Add latency measuring and calculation for Windows. | |||||
* | More debug to chase different fd in struct than in callback | oehhar | 2014-03-06 | 1 | -0/+6 | |
| | ||||||
* | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj | dkf | 2014-02-25 | 1 | -0/+9 | |
| | ||||||
* | [1230597] Update test comment. | dgp | 2014-02-19 | 1 | -1/+1 | |
|\ | ||||||
| * | [1230597] Update test comment. | dgp | 2014-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress | dgp | 2014-02-06 | 1 | -0/+9 | |
|\ \ | |/ | | | | | | | | | teardown list of imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace. | |||||
| * | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of | dgp | 2014-02-06 | 1 | -0/+9 | |
| | | | | | | | | | | imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace. | |||||
* | | add compilation for [nextto] and [yieldto]; fix [a90d9331bc] | dkf | 2014-01-22 | 1 | -5/+87 | |
|\ \ | ||||||
| * | | [a90d9331bc]: must not crash when yieldto called in vanishing namespace | dkf | 2014-01-22 | 1 | -5/+87 | |
| | | | ||||||
| * | | merge trunk | dkf | 2013-12-23 | 1 | -0/+3 | |
| |\ \ | |/ / |/| | | ||||||
| * | | merge trunk; document added instructions | dkf | 2013-12-12 | 1 | -0/+30 | |
| |\ \ | ||||||
| * \ \ | merge trunk | dkf | 2013-12-06 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | merge trunk | dkf | 2013-11-14 | 1 | -0/+28 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge trunk | dkf | 2013-10-27 | 2 | -6/+15 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge trunk | dkf | 2013-10-20 | 5 | -2/+321 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | merge trunkbug_0b874c344d | dgp | 2013-12-18 | 1 | -0/+30 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | new test, and fix for bug | mig | 2013-12-11 | 1 | -0/+30 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Draft fix for Bug 0b874c344d. Includes test. | dgp | 2013-12-05 | 1 | -0/+3 | |
|/ / / / / / | ||||||
* | | | | | | Fix env-5.1 test-case on Cygwin (and probably other platforms which don't ↵ | jan.nijtmans | 2013-11-20 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | have iso8859-1 as system-encoding) | |||||
* | | | | | socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. | max | 2013-11-12 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a ↵ | max | 2013-11-12 | 1 | -0/+28 | |
| |_|/ / |/| | | | | | | | | | | | pending [socket -async]. | |||||
* | | | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 | jan.nijtmans | 2013-10-25 | 1 | -2/+2 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13 | jan.nijtmans | 2013-10-25 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -4/+13 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | string, by allowing uppercase %X, %E and %G. | |||||
| * | | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -4/+13 | |
| | | | | | | | | | string, by allowing uppercase %X, %E and %G. | |||||
* | | | [2835313] Ensure correct stack balance when break and continue exceptions ↵ | dkf | 2013-10-20 | 2 | -0/+306 | |
|\ \ \ | | | | | | | | | | | | | are about: the hard cases with potential concealed exception generation. | |||||
| * | | | Fix handling of 'invokeExpanded' and start to do 'returnStk'. | dkf | 2013-10-19 | 1 | -0/+116 | |
| | | | | ||||||
| * | | | Do jump generation at places where INST_RETURN_IMM might occur. | dkf | 2013-10-15 | 1 | -0/+64 | |
| | | | | ||||||
| * | | | Added the tests I want to pass... | dkf | 2013-10-13 | 1 | -0/+126 | |
| | |/ | |/| | ||||||
* | | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 3 | -0/+0 | |
|\ \ \ | | |/ | |/| | ||||||
* | | | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" ↵ | jan.nijtmans | 2013-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | is more appropriate in those two places. | |||||
* | | | [98c8b3ec12] Use constraint to work around failing test; it's just a bug in the | dkf | 2013-10-10 | 1 | -1/+8 | |
| | | | | | | | | | | | | underlying library, and one that appears fixed in later versions. Not our fault if some OSes don't update. (It's also in a very esoteric spot.) | |||||
* | | | Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new ↵ | jan.nijtmans | 2013-10-10 | 1 | -0/+6 | |
| |/ |/| | | | | | test-case which makes the problem visible on UNIX as well. | |||||
* | | Fix test source-4.1 | dgp | 2013-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge forward new test, marked as knownBug, so other merges are no longer ↵ | dgp | 2013-09-27 | 1 | -0/+10 | |
|\ \ | |/ | | | | | held back. | |||||
| * | Test demonstrating need for "adjust" manipulation in TclSubstTokens. | dgp | 2013-09-25 | 1 | -0/+10 | |
| | | ||||||
* | | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | dkf | 2013-09-27 | 1 | -0/+23 | |
| | | | | | | | | smashes the array or its elements flat, This affects traces on env, links to env, and iterations over env: it makes them work as naïvely expected. | |||||
* | | [3970f54c4e]: Corrected regression in argument order processing in [unset]. | dkf | 2013-09-19 | 1 | -0/+3 | |
| | | ||||||
* | | Line numbers wrong in compiled [unset]. | dgp | 2013-09-19 | 1 | -0/+13 | |
| | | ||||||
* | | Line numbers wrong in compiled [dict with]. | dgp | 2013-09-19 | 1 | -0/+30 | |
| | | ||||||
* | | Line numbers wrong in compiled [dict exists]. | dgp | 2013-09-19 | 1 | -0/+6 | |
| | | ||||||
* | | Line numbers wrong in compiled [global] and [variable]. | dgp | 2013-09-19 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Line numbers wrong in compiled [global] and [variable]. | dgp | 2013-09-19 | 1 | -0/+10 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Line numbers wrong in compiled [namespace upvar]. | dgp | 2013-09-19 | 1 | -0/+22 | |
|\ \ \ | | |/ | ||||||
| | * | renumber tests for branch merge | dgp | 2013-09-19 | 1 | -2/+2 | |
| |/ |