summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More tests to demo the bug more directly.dgp2014-05-161-0/+39
|
* Branch to demo bug introduced in the parent commit.dgp2014-05-151-0/+20
|
* Fixups make the test suite almost pass (except *io-39.17)dgp2014-03-011-7/+6
|
* Bring over the ReadChars rewrite for integration into the other I/O work.dgp2014-02-281-2/+273
|\
| * tidy up.dgp_read_charsdgp2014-02-281-4/+2
| |
| * More ReadChars rewriting. Test suite now passes.dgp2014-02-281-21/+173
| | | | | | | | | | Note that this reform simplifies ReadChars a fair bit (at least in my eyes). Also it does away with the use of an INPUT_NEED_NL flag, using the same strategy for partial \r\n sequences as is used for incomplete multibyte chars.
| * Work in progress attempting a ReadChars rewrite.dgp2014-02-271-1/+119
| |
* | another coverage test.dgp2014-02-281-0/+15
| |
* | remove commentdgp2014-02-271-1/+1
| |
* | merge 8.5dgp2014-02-261-0/+71
|\ \ | |/
| * New tests covering INPUT_NEED_NL flag handling. One exposes a bug.dgp2014-02-261-0/+71
| |
* | More coverage tests and bug fixes.dgp2014-02-262-2/+57
| |
* | Reduce ReadBytes to simplest expression.dgp2014-02-241-23/+5
| |
* | simplification trimsdgp2014-02-241-30/+4
| |
* | merge 8.5dgp2014-02-243-13/+165
|\ \ | |/
| * Do not reopen a win serial channel for serial detection. There are issues ↵oehhar2014-02-243-13/+165
| |\ | | | | | | | | | with some Bluetooth virtual com. Fix bug [2413550], patch by Rolf Schroedter
| | * Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550oehhar2014-02-111-18/+18
| | |
| | * merge 8.5oehhar2014-01-302-187/+116
| | |\
| | * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ↵oehhar2014-01-304-13/+171
| | | | | | | | | | | | | | | | channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter.
* | | | Merge the stricter binary mode experiment.dgp2014-02-242-7/+19
|\ \ \ \
| * | | | Simplify ReadBytes based on new constraints.dgp_experimentdgp2014-02-211-0/+5
| | | | |
| * | | | fix type errordgp2014-02-211-1/+1
| | | | |
| * | | | Switch consistently on the narrower def of binary mode.dgp2014-02-201-5/+9
| | | | |
| * | | | Can we send some binary reads down the char-reading path?dgp2014-02-201-5/+8
| |/ / /
| * | | [1230597] Update test comment.dgp2014-02-191-1/+1
| | | |
* | | | Refactoring repair to fix failing test.dgp2014-02-201-15/+37
| | | |
* | | | Next coverage test to expose another refactoring error.dgp2014-02-192-1/+14
| | | |
* | | | Shortcut ReadBytes() when it's a no-op.dgp2014-02-191-1/+4
| | | |
* | | | Callers of TranslateInputEOL are expected to manage the INPUT_NEED_NL flag.dgp2014-02-181-0/+14
| | | |
* | | | Another coverage test that reveals refactoring error.dgp2014-02-182-1/+15
| | | |
* | | | coverage test for -translation crdgp2014-02-182-1/+14
| | | |
* | | | Refactor correction exposed by coverage test.dgp2014-02-181-1/+1
| | | |
* | | | Coverage test for -translation auto handling of INPUT_SAW_CR flag.dgp2014-02-182-1/+15
| | | | | | | | | | | | Demonstrates refactor failure.
* | | | merge 8.5dgp2014-02-126-13/+42
|\ \ \ \ | |/ / /
| * | | typojan.nijtmans2014-02-122-2/+2
| | | |
| * | | Change the flag value to avoid merge conflict with trunk.dgp2014-02-061-1/+1
| | | |
| * | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-063-10/+39
| | | | | | | | | | | | | | | | | | | | imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace.
| * | | Check for existance of __BORLANDC__ before using its valuejan.nijtmans2014-02-061-1/+1
| | | |
* | | | Refactor so that CopyAndTranslateBuffer() calls on TranslateInputEOL()dgp2014-02-111-2/+16
| | | | | | | | | | | | instead of duplicating so much of its function. Note the testing gaps.
* | | | This patch is not pointless. Tests encoding-25.* demonstrate its utility.dgp2014-02-073-1/+41
|\ \ \ \
| * | | | Revised ReadChars to restore an attempt to make sure we do not short readdgp_may_be_pointlessdgp2014-02-063-1/+41
|/ / / / | | | | | | | | | | | | | | | | because of a false notion of limited storage space. The test suite does not appear to demonstrate any case where this matters. Could be an incomplete test suite, or an example of pointless code.
* | | | merge 8.5dgp2014-02-067-779/+219
|\ \ \ \ | |/ / /
| * | | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-042-4/+4
| | | |
| * | | remove duplicate declarationjan.nijtmans2014-02-041-1/+0
| | | |
| * | | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-042-20/+23
| | | |
| * | | Simplify the core output operations of channels. Reduce duplicative anddgp2014-02-043-586/+68
| |\ \ \ | | | | | | | | | | dead code.
| | * | | Be sure to finalize the identity encoding.dgp_optimize_output_stagedgp2014-02-041-0/+1
| | | | |
| | * | | merge 8.5dgp2014-02-034-15/+42
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-032-11/+36
| | | | |
| * | | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before ↵jan.nijtmans2014-01-311-3/+5
| | |_|/ | |/| | | | | | | | | | sanity check ?