summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkKevin B Kenny2014-06-2999-4107/+6146
|\
| * Fix mismatch of Tcl_Preserve() / Tcl_Release().dgp2014-06-261-2/+1
| |\
| | * Fix mismatch of Tcl_Preserve() / Tcl_Release().dgp2014-06-261-2/+1
| * | Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer().dgp2014-06-241-127/+50
| |\ \ | | |/
| | * Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer().dgp2014-06-241-127/+50
| * | Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::te...jan.nijtmans2014-06-231-33/+33
| |\ \ | | |/
| | * Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::te...jan.nijtmans2014-06-231-33/+33
| * | 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
| * | [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
| | | | | |\ | | |_|_|_|/ | |/| | | |