summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ \ | |/ /
| * | Refinements of FlushChannel() and its callers. Notably includes removaldgp2014-05-283-99/+67
| |\ \
| | * | Update comment to explain assumptions.dgp_flush_channeldgp2014-05-281-3/+10
| | * | Further simplifications to FlushChannel(). This makes clear thedgp2014-05-282-81/+38
| | * | Expand the IsBufferFull() macro to check non-NULL bufPtr..dgp2014-05-281-7/+10
| | * | Increase size of test io-29.34 so that it more portably tests the case wheredgp2014-05-282-2/+11
| | * | Move code that can only matter in the first loop iteration out of the loop.dgp2014-05-271-13/+6
| |/ /
| * | Comment out lines of test io-53.4 that appear to do nothing of any value.dgp2014-05-241-5/+5
* | | Merged the workarounds and fixes for wrapped executables on variousandreask2014-05-281-1/+85
|\ \ \ | |/ /
| * | Followup on [72c54e1659]. Removed unused variable.andreask2014-05-231-1/+0
| * | Workarounds and fixes for wrapped executables on various platforms andreask2014-05-221-1/+86
* | | eliminate two unused variables.jan.nijtmans2014-05-231-2/+0
* | | Ditto [dict append], [dict incr], and [dict lappend]. Update description of ...andy2014-05-211-4/+7
* | | Ditto [dict unset].andy2014-05-211-1/+2
* | | Update dict man page to state that [dict set] returns the updated dictionary ...andy2014-05-211-1/+1
* | | Fix gcc warning (signed-unsigned compare)jan.nijtmans2014-05-211-1/+1
* | | Fix c&p errors in test descriptionsmax2014-05-211-4/+4
| | |
| \ \
*-. \ \ Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in partic...dgp2014-05-207-239/+196
|\ \ \ \ | | |/ /
| | * | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, indgp2014-05-204-161/+172
| | |\ \