summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* fix failing testdgp2014-11-061-4/+11
* [5adc350683] Reworked the management of the EOF states to re-enable thedgp2014-11-031-43/+139
* Work in progress restoring ability to [read] after [eof] and get non-emptydgp2014-10-282-29/+79
* merge 8.5dgp2014-10-181-6/+8
|\
| * [10dc6daa37] New fix for [gets] on non-blocking channel. This timedgp2014-10-181-6/+8
| |\
| | * [10dc6daa37] [gets] on a non-blocking channel must take care so thatdgp2014-10-171-0/+6
| |/
* | missed a bumpdgp2014-10-131-1/+1
* | Bump to 8.5.17dgp2014-10-101-1/+1
|/
* [bf7135428c] Restore the Tcl_Write() return value logic.dgp2014-10-101-1/+4
* [ed29c4da21] Don't let BLOCKED state get converted into a channel error.dgp2014-10-101-5/+23
* Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-082-2/+2
* [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-3/+2
* [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-101-5/+4
* merge 8.5; stamp release datedgp2014-08-221-20/+8
|\
| * Same results; simpler logic.dgp_slow_readdgp2014-08-221-21/+7
| * Test fix for likely cause of reported I/O slowdown.dgp2014-08-211-0/+2
| * Docs for Tcl_CreateChannelHandler() state that the registered handler procaku_reviewdgp2014-08-201-1/+1
* | merge 8.5dgp2014-08-121-1/+1
|\ \ | |/
| * Accommodate the "udp" package, and any other Tcl package that expects adgp2014-08-121-1/+1
* | merge 8.5dgp2014-08-021-0/+3
|\ \ | |/
| * Another Preserve/Release on channels is needed during IO finalization.dgp2014-08-021-0/+3
* | merge 8.5dgp2014-08-021-1/+1
|\ \ | |/
| * Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-1/+1
* | merge 8.5dgp2014-08-015-51/+77
|\ \ | |/
| * Backport the cheaper Preserve/Release on channels.dgp2014-08-015-51/+77
| |\
| | * Complete transformation off Tcl_Preserve() legacy onto ref counting.dgp2014-07-301-15/+7
| | * Reduce the cost of Preserve/Release on channelsdgp2014-07-305-43/+74
| | * [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a dgp2014-07-291-22/+32
| | * Revise MBRead() to be used in both sync and async modes.dgp2014-07-281-44/+34
| | * Push MBWrite() differences out to callers.dgp2014-07-271-27/+22
| | * Rework MBWrite() so it can be used in both sync and async modes.dgp2014-07-271-68/+41
| | * Use common MBError() routine for sync and async operations.dgp2014-07-261-25/+24
| | * Extend the "move buffer" implementation to cover the async case.dgp2014-07-261-11/+175
| | * simplify moveBytes selection logicdgp2014-07-241-3/+1
| | * Make sure MoveBytes error reporting reproduces what CopyData does. Bugward c...dgp2014-07-241-0/+8
| | * Make sure MoveBytes records read error messages.dgp2014-07-241-1/+5
| | * Extend the buffer move optimization to the "same encodings" case.dgp2014-07-231-2/+3
| | * merge trunkdgp2014-07-2215-98/+346
| | |\
| | | * [12b0997ce7] Plug memleak in iocmd.tf-32.0 .bug_12b0997ce7dgp2014-07-221-23/+40
| | | * [75b8433707] Revised fix for memleak in oo instance list management.dgp2014-07-191-0/+7
| | | |\
| | | | * [75b8433707] Plug a subtle memory leak in TclOO. bug_75b8433707dkf2014-07-181-0/+1
| | | |/
| | | * [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-185-45/+206
| | | * Revised fix for memleak in [info frame]. Still pretty ugly, but not moredgp2014-07-171-1/+9
| | | * [9969cf8ca6] Move the bailout when the ->rewind flag is set down after alldgp2014-07-171-4/+4
| | | * Backout checkin that broke test io-39.1.dgp2014-07-161-9/+1
| | | * Repair improper assertion.dgp2014-07-161-1/+1
| | | * Assert an equality test, not an assignmentdgp2014-07-161-1/+1
| | | |\ | | |_|/ | |/| |
| | | * [6a2d339e50] Plug memleak in INST_STR_REPLACE instruction.dgp2014-07-161-0/+2
| | | * Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-7/+48
| | | * [726349fab8] Stop leaking compression dictionary on zlib xform channel close.dgp2014-07-151-0/+4