summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-05-08 17:38:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-05-08 17:38:09 (GMT)
commit2ff193dc57cbc98a76c0012b33921dfaf2dc136a (patch)
treeedb7b5cd43261e6d227f089e6b3327ef0cf026ce /generic/tclIO.c
parentfa53de3d9074955a4c9f6281ca1e8750c470c85f (diff)
parent95eec569fd5209a178714384e57383629f762da6 (diff)
parent7d850a310dc724c3c077cc0c31cc4ff5167406eb (diff)
downloadtcl-2ff193dc57cbc98a76c0012b33921dfaf2dc136a.zip
tcl-2ff193dc57cbc98a76c0012b33921dfaf2dc136a.tar.gz
tcl-2ff193dc57cbc98a76c0012b33921dfaf2dc136a.tar.bz2
Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)
Large overhaul of I/O read operations - Protects integer overflow of buffers, reusing append machinery - Forces -buffersize changes to take place when commanded - Uses assertions to simplify code in "can't happen" situations - Eliminated duplication of -translation processing - Fixes bugs io-35.18b and io-35.20