summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert the tests for bug#97069ea11a from socket.test, because it is hard to t...bug_97069ea11amax2014-04-041-33/+0
* Centralize and clarify the user of 169.254.0.0 as a non-reachable address.max2014-04-011-3/+9
* Add test cases for Bug [97069ea11a].max2014-04-011-0/+27
* Fix test failure socket-2.9: "1 {not owner}" instead of "1 {couldn't open soc...oehhar2014-04-011-9/+8
* Set return message in close if a flush error is reported (which may be an err...oehhar2014-04-011-2/+13
* Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like inf...jan.nijtmans2014-03-314-4/+25
* Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.dgp2014-03-273-5/+23
* Test iocmd-23.11 demos another segfault.dgp2014-03-271-0/+15
* Test iogt-2.4 is another segfault demo for [721ec69271].dgp2014-03-271-0/+33
* Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0jan.nijtmans2014-03-202-26/+18
|\
| * Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3jan.nijtmans2014-03-202-28/+20
|/
* Mark io-35.18b test as knownBugjan.nijtmans2014-03-091-10/+10
* New tests covering INPUT_NEED_NL flag handling. One exposes a bug.dgp2014-02-261-0/+71
* Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-243-13/+165
|\
| * Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550oehhar2014-02-111-18/+18
| * merge 8.5oehhar2014-01-302-187/+116
| |\
| * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-304-13/+171
* | | [1230597] Update test comment.dgp2014-02-191-1/+1
* | | typojan.nijtmans2014-02-122-2/+2
* | | Change the flag value to avoid merge conflict with trunk.dgp2014-02-061-1/+1
* | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-063-10/+39
* | | Check for existance of __BORLANDC__ before using its valuejan.nijtmans2014-02-061-1/+1
* | | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-042-4/+4
* | | remove duplicate declarationjan.nijtmans2014-02-041-1/+0
* | | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-042-20/+23
* | | Simplify the core output operations of channels. Reduce duplicative anddgp2014-02-043-586/+68
|\ \ \
| * | | Be sure to finalize the identity encoding.dgp_optimize_output_stagedgp2014-02-041-0/+1
| * | | merge 8.5dgp2014-02-034-15/+42
| |\ \ \ | |/ / / |/| | |
* | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-032-11/+36
* | | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san...jan.nijtmans2014-01-311-3/+5
| |_|/ |/| |
* | | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" errorjan.nijtmans2014-01-301-1/+1
* | | Eliminate the use of a staging buffer in WriteChars().dgp2014-01-301-186/+115
|\ \ \ | |_|/ |/| |
| | * Simplify macro typecasting.dgp2014-01-311-6/+3
| | * The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ro...dgp2014-01-311-46/+6
| | * Do not call updateStringProc directly. We have TclGetString() for that.dgp2014-01-311-10/+1
| | * Refactor to eliminate the DoWriteChars() layer.dgp2014-01-301-64/+22
| | * Eliminate DoWrite(). It duplicates WriteBytes().dgp2014-01-301-163/+2
| | * Trial: Implement DoWrite() as WriteBytes().dgp2014-01-301-0/+4
| | * Simplification and cleanup enabled by last commit.dgp2014-01-301-301/+7
| | * Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-303-13/+39
| |/
| * The outputStage field is now unused, so never allocate it.dgp2014-01-281-29/+0
| * tidy things updgp2014-01-281-194/+17
| * Working code with no staging buffer use.dgp2014-01-281-31/+97
| * WIPdgp2014-01-281-0/+69
| * merge 8.5dgp2014-01-272-0/+4
| |\ | |/ |/|
* | sync tcl.m4 with Tk versionjan.nijtmans2014-01-252-0/+4
* | In WriteChars(), eliminate the copy step through a staging buffer whendgp2014-01-241-10/+12
|\ \ | |/
| * Eliminate the copy to a staging buffer when that serves no functional purpose.dgp2014-01-241-10/+12
|/
* Silence compiler warnings.dgp2014-01-211-6/+6
* [a122627849] Improve stack trace from parray on not-array.dkf2013-11-241-1/+1