Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert the tests for bug#97069ea11a from socket.test, because it is hard to ↵bug_97069ea11a | max | 2014-04-04 | 1 | -33/+0 |
| | | | | test with the socket command in a platform-independent way. As the bug is in tclIOChan.c and should be tested there with a dummy channel driver that can reliably reproduce the situation that suppresses the error message. | ||||
* | Centralize and clarify the user of 169.254.0.0 as a non-reachable address. | max | 2014-04-01 | 1 | -3/+9 |
| | |||||
* | Add test cases for Bug [97069ea11a]. | max | 2014-04-01 | 1 | -0/+27 |
| | |||||
* | Fix test failure socket-2.9: "1 {not owner}" instead of "1 {couldn't open ↵ | oehhar | 2014-04-01 | 1 | -9/+8 |
| | | | | socket address already in use}" by only setting returned error message if not jet set. | ||||
* | Set return message in close if a flush error is reported (which may be an ↵ | oehhar | 2014-04-01 | 1 | -2/+13 |
| | | | | error from a background flush). Ticket [97069ea11a] | ||||
* | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵ | jan.nijtmans | 2014-03-31 | 4 | -4/+25 |
| | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad]) | ||||
* | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. | dgp | 2014-03-27 | 3 | -5/+23 |
| | |||||
* | Test iocmd-23.11 demos another segfault. | dgp | 2014-03-27 | 1 | -0/+15 |
| | |||||
* | Test iogt-2.4 is another segfault demo for [721ec69271]. | dgp | 2014-03-27 | 1 | -0/+33 |
| | |||||
* | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 2 | -26/+18 |
|\ | |||||
| * | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3 | jan.nijtmans | 2014-03-20 | 2 | -28/+20 |
|/ | |||||
* | Mark io-35.18b test as knownBug | jan.nijtmans | 2014-03-09 | 1 | -10/+10 |
| | |||||
* | New tests covering INPUT_NEED_NL flag handling. One exposes a bug. | dgp | 2014-02-26 | 1 | -0/+71 |
| | |||||
* | Do not reopen a win serial channel for serial detection. There are issues ↵ | oehhar | 2014-02-24 | 3 | -13/+165 |
|\ | | | | | | | with some Bluetooth virtual com. Fix bug [2413550], patch by Rolf Schroedter | ||||
| * | Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550 | oehhar | 2014-02-11 | 1 | -18/+18 |
| | | |||||
| * | merge 8.5 | oehhar | 2014-01-30 | 2 | -187/+116 |
| |\ | |||||
| * | | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ↵ | oehhar | 2014-01-30 | 4 | -13/+171 |
| | | | | | | | | | | | | channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter. | ||||
* | | | [1230597] Update test comment. | dgp | 2014-02-19 | 1 | -1/+1 |
| | | | |||||
* | | | typo | jan.nijtmans | 2014-02-12 | 2 | -2/+2 |
| | | | |||||
* | | | Change the flag value to avoid merge conflict with trunk. | dgp | 2014-02-06 | 1 | -1/+1 |
| | | | |||||
* | | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of | dgp | 2014-02-06 | 3 | -10/+39 |
| | | | | | | | | | | | | | | | 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. | ||||
* | | | Check for existance of __BORLANDC__ before using its value | jan.nijtmans | 2014-02-06 | 1 | -1/+1 |
| | | | |||||
* | | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 2 | -4/+4 |
| | | | |||||
* | | | remove duplicate declaration | jan.nijtmans | 2014-02-04 | 1 | -1/+0 |
| | | | |||||
* | | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 2 | -20/+23 |
| | | | |||||
* | | | Simplify the core output operations of channels. Reduce duplicative and | dgp | 2014-02-04 | 3 | -586/+68 |
|\ \ \ | | | | | | | | | dead code. | ||||
| * | | | Be sure to finalize the identity encoding.dgp_optimize_output_stage | dgp | 2014-02-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | merge 8.5 | dgp | 2014-02-03 | 4 | -15/+42 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 2 | -11/+36 |
| | | | | |||||
* | | | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before ↵ | jan.nijtmans | 2014-01-31 | 1 | -3/+5 |
| |_|/ |/| | | | | | | | | sanity check ? | ||||
* | | | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
| | | | |||||
* | | | Eliminate the use of a staging buffer in WriteChars(). | dgp | 2014-01-30 | 1 | -186/+115 |
|\ \ \ | |_|/ |/| | | |||||
| | * | Simplify macro typecasting. | dgp | 2014-01-31 | 1 | -6/+3 |
| | | | |||||
| | * | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ↵ | dgp | 2014-01-31 | 1 | -46/+6 |
| | | | | | | | | | | | | | | | routine. It's also static to the tclIO.c file. | ||||
| | * | Do not call updateStringProc directly. We have TclGetString() for that. | dgp | 2014-01-31 | 1 | -10/+1 |
| | | | |||||
| | * | Refactor to eliminate the DoWriteChars() layer. | dgp | 2014-01-30 | 1 | -64/+22 |
| | | | |||||
| | * | Eliminate DoWrite(). It duplicates WriteBytes(). | dgp | 2014-01-30 | 1 | -163/+2 |
| | | | |||||
| | * | Trial: Implement DoWrite() as WriteBytes(). | dgp | 2014-01-30 | 1 | -0/+4 |
| | | | |||||
| | * | Simplification and cleanup enabled by last commit. | dgp | 2014-01-30 | 1 | -301/+7 |
| | | | |||||
| | * | Refactor WriteChars() and WriteBytes() into simple wrappers of a common | dgp | 2014-01-30 | 3 | -13/+39 |
| |/ | | | | | routine Write(). | ||||
| * | The outputStage field is now unused, so never allocate it. | dgp | 2014-01-28 | 1 | -29/+0 |
| | | |||||
| * | tidy things up | dgp | 2014-01-28 | 1 | -194/+17 |
| | | |||||
| * | Working code with no staging buffer use. | dgp | 2014-01-28 | 1 | -31/+97 |
| | | |||||
| * | WIP | dgp | 2014-01-28 | 1 | -0/+69 |
| | | |||||
| * | merge 8.5 | dgp | 2014-01-27 | 2 | -0/+4 |
| |\ | |/ |/| | |||||
* | | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 2 | -0/+4 |
| | | |||||
* | | In WriteChars(), eliminate the copy step through a staging buffer when | dgp | 2014-01-24 | 1 | -10/+12 |
|\ \ | |/ | | | it is not required for channel translation. | ||||
| * | Eliminate the copy to a staging buffer when that serves no functional purpose. | dgp | 2014-01-24 | 1 | -10/+12 |
|/ | |||||
* | Silence compiler warnings. | dgp | 2014-01-21 | 1 | -6/+6 |
| | |||||
* | [a122627849] Improve stack trace from parray on not-array. | dkf | 2013-11-24 | 1 | -1/+1 |
| |