summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | * | | | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-02-126-13/+42
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | Refactor so that CopyAndTranslateBuffer() calls on TranslateInputEOL()dgp2014-02-111-2/+16
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-02-067-779/+219
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.5dgp2014-01-272-0/+4
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Revise the Tcl_Append* machinery to tolerate NULL bytes to append.dgp2014-01-272-62/+34
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added comments raising questions about possible updates to channeldgp2014-03-213-0/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0jan.nijtmans2014-03-202-10/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0jan.nijtmans2014-03-202-26/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3jan.nijtmans2014-03-202-28/+20
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge core-8-5-branch (New tests covering INPUT_NEED_NL flag handling. One ex...jan.nijtmans2014-03-091-0/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark io-35.18b test as knownBugjan.nijtmans2014-03-091-10/+10
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New tests covering INPUT_NEED_NL flag handling. One exposes a bug.dgp2014-02-261-0/+71
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c...jan.nijtmans2014-02-263-69/+55
| |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | [8d5f5b8034] Flush internal representations in [string tolower] of unshared objdkf2014-02-252-0/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-253-13/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-243-13/+165
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ch...oehhar2014-01-304-13/+171
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3597178]: Improve documentation of what's going on with encodingsdkf2014-02-232-11/+51
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | [1230597] Update test comment.dgp2014-02-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [1230597] Update test comment.dgp2014-02-191-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | [9bf7e67b37]: minor documentation blooperdkf2014-02-161-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | typojan.nijtmans2014-02-122-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | typojan.nijtmans2014-02-122-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix execute permission bit (should not be set) for *Decls.h filesjan.nijtmans2014-02-115-0/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-1021-82/+79
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-063-10/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | check for existance of __BORLANDC__ before using its valuejan.nijtmans2014-02-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | / / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Check for existance of __BORLANDC__ before using its valuejan.nijtmans2014-02-061-1/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-042-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-042-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-042-20/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | remove duplicate declarationjan.nijtmans2014-02-041-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-042-20/+23