Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

54 check-ins using file generic/tclInt.h version b5068f08bd

2014-05-16
14:40
Bug fix - accept consumption of the trailing newline in crlf with no characters produced. Also dele... check-in: d407a02dd2 user: dgp tags: bug-io-32.11
12:56
More tests to demo the bug more directly. check-in: 5d33e05b29 user: dgp tags: bug-io-32.11
2014-05-15
18:38
Branch to demo bug introduced in the parent commit. check-in: face40eac7 user: dgp tags: bug-io-32.11
2014-04-21
20:01
merge 8.5 check-in: 621d5cbc6e user: dgp tags: dgp-read-bytes
2014-04-17
19:17
merge 8.5 check-in: 70bdf638d9 user: dgp tags: dgp-read-bytes
2014-04-16
20:11
merge 8.5 check-in: 97f35a8071 user: dgp tags: dgp-read-bytes
2014-03-21
14:45
missing declaration Closed-Leaf check-in: 44ad35d49a user: dgp tags: dgp-read-bytes-detour
14:07
Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 1322e9c55d user: dgp tags: dgp-read-bytes-detour
13:40
Added comment explaining the "knownBug" check-in: 76da1d965e user: dgp tags: dgp-read-bytes-detour
13:20
Convert "impossible" test to a "knownBug" test. Exposes a segfault! check-in: 85f07be907 user: dgp tags: dgp-read-bytes-detour
12:58
Restore default suppression of large file test. check-in: 29bad58a75 user: dgp tags: dgp-read-bytes-detour
12:57
Fixup ChanRead() header. Note (dstSize > 0) precondition. check-in: 466dfbd509 user: dgp tags: dgp-read-bytes-detour
12:56
io-34.21 - fix bugs in normally skipped test. io-35.18b - knownBug is not buggy on this branch. check-in: 04ade665cf user: dgp tags: dgp-read-bytes-detour
02:36
Documentation header for ChanRead() check-in: 594b1261d6 user: dgp tags: dgp-read-bytes-detour
2014-03-20
23:21
Both callers of ChanRead() have simlar epilogs. Shift that into ChanRead and refactor. check-in: bae1c688f2 user: dgp tags: dgp-read-bytes-detour
20:18
Don't allow buffer recycling to prevent or delay buffersize shrinkage. check-in: a1e82fb63e user: dgp tags: dgp-read-bytes
19:25
Stop routine clearing of CHANNEL_EOF. Only clear when there's a reason (seek, eofchar change, unget... check-in: 4da5102566 user: dgp tags: dgp-read-bytes
16:31
Use assertions about the pushback buffers to simplify their handling. Mark several things left TODO.... check-in: 059316c224 user: dgp tags: dgp-read-bytes
14:45
merge 8.5 check-in: 3f0acb898a user: dgp tags: dgp-read-bytes
2014-03-19
21:43
Let TranslateInputEOL handle the "\r$eofChar" sequence in CRLF mode. check-in: 87cabe74cb user: dgp tags: dgp-read-bytes
20:32
Complete rewrite of DoRead(). check-in: b0fec86516 user: dgp tags: dgp-read-bytes
2014-03-17
17:56
Remove long dead "BAD_BLOCKING" support code so it no longer confuses people reading/editing this co... check-in: b97275fff8 user: dgp tags: dgp-read-bytes
2014-03-11
16:51
Compress code for better single screen viewing. check-in: b1b64885a9 user: dgp tags: dgp-read-bytes
03:38
Trial rewrite of AUTO input translation. check-in: 8753583e66 user: dgp tags: dgp-read-bytes
2014-03-10
19:30
.... and then the bug fix. check-in: 626308d6df user: dgp tags: dgp-read-bytes
19:29
Test for the bug I just committed. check-in: 98fca4e9bf user: dgp tags: dgp-read-bytes
19:00
Rewrite CRLF translation to use more system calls. check-in: 6ac30093f3 user: dgp tags: dgp-read-bytes
17:58
Bring CRLF translation in parallel with others. check-in: 1e9ea0b532 user: dgp tags: dgp-read-bytes
03:09
TranslateInputEOL doesn't need to return anything. No caller cares. Other optimizations and simplif... check-in: a534865f9d user: dgp tags: dgp-read-bytes
2014-03-07
20:15
TranslateInputEOL() callers no longer need assert dstLen <= srcLen. check-in: ab50666290 user: dgp tags: dgp-read-bytes
19:43
Simplify the input eof char scan. Update some comments. check-in: ac39a58a9c user: dgp tags: dgp-read-bytes
2014-03-06
15:51
Variable "rawStart" serves no purpose. check-in: 961f9c82ce user: dgp tags: dgp-read-bytes
2014-03-05
19:41
Remove old dead code; silence compiler warnings; tidy up. check-in: df25cce286 user: dgp tags: dgp-read-bytes
17:16
Adapt CopyAndTranslateBuffer() to changes in TranslateInputEOL(). Notably no longer using the INPUT_... check-in: e9e06ab343 user: dgp tags: dgp-read-bytes
14:23
Merge repair to correct failing tests. check-in: be0a413ba3 user: dgp tags: dgp-read-bytes
2014-03-01
03:01
Fixups make the test suite almost pass (except *io-39.17) check-in: b745eb9ba4 user: dgp tags: dgp-read-bytes
2014-02-28
19:01
Bring over the ReadChars rewrite for integration into the other I/O work. check-in: 22a9f73877 user: dgp tags: dgp-read-bytes
18:36
another coverage test. check-in: fc0ec64788 user: dgp tags: dgp-read-bytes
2014-02-27
20:11
remove comment check-in: 5d763d1af8 user: dgp tags: dgp-read-bytes
2014-02-26
20:28
merge 8.5 check-in: 27707adf73 user: dgp tags: dgp-read-bytes
11:26
More coverage tests and bug fixes. check-in: 929bdbd0af user: dgp tags: dgp-read-bytes
2014-02-24
21:25
Reduce ReadBytes to simplest expression. check-in: fa8b2ead5a user: dgp tags: dgp-read-bytes
21:01
simplification trims check-in: d5fce7db96 user: dgp tags: dgp-read-bytes
20:53
merge 8.5 check-in: bf1327f687 user: dgp tags: dgp-read-bytes
19:11
Merge the stricter binary mode experiment. check-in: b3f0eb6d21 user: dgp tags: dgp-read-bytes
2014-02-20
03:51
Refactoring repair to fix failing test. check-in: 2e3d8aa19c user: dgp tags: dgp-read-bytes
2014-02-19
03:45
Next coverage test to expose another refactoring error. check-in: 7ee5a61b87 user: dgp tags: dgp-read-bytes
03:36
Shortcut ReadBytes() when it's a no-op. check-in: cc398cf78d user: dgp tags: dgp-read-bytes
2014-02-18
23:20
Callers of TranslateInputEOL are expected to manage the INPUT_NEED_NL flag. check-in: 0426499beb user: dgp tags: dgp-read-bytes
21:27
Another coverage test that reveals refactoring error. check-in: be16a4865e user: dgp tags: dgp-read-bytes
18:35
coverage test for -translation cr check-in: b79ce5761c user: dgp tags: dgp-read-bytes
18:26
Refactor correction exposed by coverage test. check-in: 8619f9ff5d user: dgp tags: dgp-read-bytes
17:54
Coverage test for -translation auto handling of INPUT_SAW_CR flag. Demonstrates refactor failure. check-in: 18b306d083 user: dgp tags: dgp-read-bytes
2014-02-12
18:46
merge 8.5 check-in: 19731e45f5 user: dgp tags: dgp-read-bytes