diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-08 17:38:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-08 17:38:09 (GMT) |
commit | 2ff193dc57cbc98a76c0012b33921dfaf2dc136a (patch) | |
tree | edb7b5cd43261e6d227f089e6b3327ef0cf026ce /generic/tclIO.c | |
parent | fa53de3d9074955a4c9f6281ca1e8750c470c85f (diff) | |
parent | 95eec569fd5209a178714384e57383629f762da6 (diff) | |
parent | 7d850a310dc724c3c077cc0c31cc4ff5167406eb (diff) | |
download | tcl-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