summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Work in progress attempting a ReadChars rewrite.dgp2014-02-271-1/+119
* | remove commentdgp2014-02-271-1/+1
* | More coverage tests and bug fixes.dgp2014-02-261-2/+1
* | Reduce ReadBytes to simplest expression.dgp2014-02-241-23/+5
* | simplification trimsdgp2014-02-241-30/+4
* | Merge the stricter binary mode experiment.dgp2014-02-241-6/+18
|\ \
| * | 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
| |/
* | Refactoring repair to fix failing test.dgp2014-02-201-15/+37
* | Next coverage test to expose another refactoring error.dgp2014-02-191-1/+0
* | 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-181-1/+1
* | coverage test for -translation crdgp2014-02-181-1/+0
* | Refactor correction exposed by coverage test.dgp2014-02-181-1/+1
* | Coverage test for -translation auto handling of INPUT_SAW_CR flag.dgp2014-02-181-1/+0
* | merge 8.5dgp2014-02-123-11/+31
|\ \ | |/
| * 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-062-10/+30
| * 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
* | Revised ReadChars to restore an attempt to make sure we do not short readdgp_may_be_pointlessdgp2014-02-063-1/+41
* | merge 8.5dgp2014-02-064-767/+180
|\ \ | |/
| * Be sure to finalize the identity encoding.dgp_optimize_output_stagedgp2014-02-041-0/+1
| * merge 8.5dgp2014-02-031-3/+5
| |\
| | * Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san...jan.nijtmans2014-01-311-3/+5
| * | Simplify macro typecasting.dgp2014-01-311-6/+3
| * | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ro...dgp2014-01-311-46/+6
| * | Do not call updateStringProc directly. We have TclGetString() for that.dgp2014-01-311-10/+1
| * | Refactor to eliminate the DoWriteChars() layer.dgp2014-01-301-64/+22
| * | Eliminate DoWrite(). It duplicates WriteBytes().dgp2014-01-301-163/+2
| * | Trial: Implement DoWrite() as WriteBytes().dgp2014-01-301-0/+4
| * | Simplification and cleanup enabled by last commit.dgp2014-01-301-301/+7
| * | Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-303-13/+39
| |/
| * The outputStage field is now unused, so never allocate it.dgp2014-01-281-29/+0
| * tidy things updgp2014-01-281-194/+17
| * Working code with no staging buffer use.dgp2014-01-281-31/+97
| * WIPdgp2014-01-281-0/+69
* | Revise the Tcl_Append* machinery to tolerate NULL bytes to append.dgp2014-01-272-62/+34
* | merge 8.5dgp2014-01-241-10/+12
|\ \ | |/
| * Eliminate the copy to a staging buffer when that serves no functional purpose.dgp2014-01-241-10/+12
* | There is no need for ReadBytes() or its caller(s) to track how many bytesdgp2014-01-211-29/+18
* | Backport of bytearray append machinery to support bug fixes in ReadBytes.dgp2014-01-213-13/+98
|/
* Silence compiler warnings.dgp2014-01-211-6/+6