summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdkf2014-06-236-14/+36
|\
| * ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-224-14/+14
| |\
| | * ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-224-14/+14
| | |\
| | | * previous commit was not quite right, this one should be betterbug_2f9df4c4fajan.nijtmans2014-06-201-14/+14
| | | * ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-204-12/+12
| | |/
| * | [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
| |\ \ | | |/
| | * [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
| * | [b47b176adf] Stop segfault when variability in mutex lock schedules cause dgp2014-06-191-0/+6
* | | cleaning up option processing throughout Tcl to use common functions/languagedkf2014-06-2311-181/+185
|/ /
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-1714-56/+58
* | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linuxdgp2014-06-161-2/+56
|\ \ | |/
| * [1758a0b603] socket-2.13 : Workaround the broken select() in some Linuxdgp2014-06-161-3/+58
| |\
| | * merge 8.5bug_1758a0b603dgp2014-06-161-0/+41
| | |\ | | |/ | |/|
| | * Additional check for an error condition on the socket.dgp2014-06-121-1/+7
| | * Workaround the broken select() in some Linux kernels that fails to reportdgp2014-06-111-3/+52
* | | merge socket test from 8.5dgp2014-06-161-0/+42
|\ \ \ | |/ /
| * | Draft test for [1758a0b603].dgp2014-06-131-0/+41
| |/
* | [311e61d12a] Generate error code in *all* places where commands are looked up.dkf2014-06-161-1/+2
* | [cb042d294e] Improve consistency of [dict] wrong-args error messages.dkf2014-06-153-41/+41
* | [1b0266d8bb] Make [dict replace] and [dict remove] have canonicalization sema...dkf2014-06-154-161/+287
|\ \
| * | Some more cleaning upbug_1b0266d8bbdkf2014-06-151-36/+44
| * | Make [dict replace] and [dict remove] guarantee result canonicality.dkf2014-06-152-95/+84
| * | Improved the error messages. dkf2014-06-074-39/+104
| * | merge trunkdkf2014-06-063-5/+83
| |\ \ | |/ / |/| |
* | | Tests socket*-2.12 test for DiscardOutput() updates.dgp2014-06-051-1/+39
|\ \ \ | | |/ | |/|
| * | Test socket-2.12 covers the DiscardOutput() update.dgp2014-06-051-1/+39
* | | When too many chars are read by ReadChars() and we trim the limits to get it ...dgp2014-06-052-4/+44
|\ \ \ | |/ /
| * | merge forkdgp2014-06-050-0/+0
| |\ \
| | * | Fixed a tricky interaction of IO system and encodings which couldandreask2014-06-051-2/+21
| * | | When too many chars are read by ReadChars() and we trim the limits todgp2014-06-052-4/+44
| |/ /
| | * merge trunkdkf2014-06-064-15/+29
| | |\ | |_|/ |/| |
* | | Add missing calls to Tcl_DecrRefCount() in string object man page examples.andy2014-06-041-1/+4
* | | Revise DiscardOutput() to account for revisions to the loop in FlushChannel()...dgp2014-06-041-0/+5
|\ \ \ | |/ /
| * | Revise DiscardOutput() to account for revisions to the loop in FlushChannel()dgp2014-06-041-0/+5
| * | merge fork of 8.5 branchdgp2014-06-034-27/+42
| |\ \
* | | | Valgrind doesn't like use of uninitialized variables.dgp2014-06-041-1/+1
| | | |
| \ \ \
*-. \ \ \ [734138ded8] Revisions so that unreported errors don't get lost duringdgp2014-06-033-13/+19
|\ \ \ \ \ | | | |/ / | | |/| |
| | * | | Backport I/O core fixes made known by async socket work on trunk.dgp2014-06-031-7/+15
| | |\ \ \ | | |/ / / | |/| | |
| * | | | These edits make all tests outside of socket-14.* pass on OSX Mavericks.dgp_async_socketdgp2014-06-031-1/+3
| * | | | These edits make the tests socket-14.11.[01] stop hanging, but also introducedgp2014-06-023-12/+16
|/ / / /
| * | | win socket -async: do not loose connect notification by temporarily stop conn...oehhar2014-05-301-6/+14
| |\ \ \
| | * | | Try not to loose FD_CONNECT by switching monitoring off.bug_336441ed59oehhar2014-05-291-5/+9
| | * | | merge core-8-5-branchoehhar2014-05-2938-1664/+2195
| | |\ \ \ | | |/ / / | |/| | |
| | | | * more tests, cleaning up the code a bitdkf2014-06-042-16/+42
| | | | * merge trunkdkf2014-06-031-60/+75
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Improve robustness of the socket tests against systems that support IPv6, but...max2014-06-021-60/+75
| | | | * [1b0266d8bb] Working towards ensuring that all dict operations are sufficient...dkf2014-06-032-25/+63
| |_|_|/ |/| | |
* | | | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP...dgp2014-05-313-13/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Correct the interest masks in the Tcl_CreateFileHandler() calls indgp2014-05-313-13/+14
| |/ /
* | | Refinements of FlushChannel() and its callers. Notably includes removal of th...dgp2014-05-293-118/+73
|\ \ \ | |/ /