summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-041-2/+2
|\
| * Merge 8.6jan.nijtmans2020-12-041-2/+2
| |\
| | * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-2/+2
| | |\
| | | \
| \ \ \
*-. \ \ \ TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-18/+18
|\ \ \ \ \ | | |/ / /
| | * | | Merge 8.7jan.nijtmans2020-10-011-1/+1
| | |\ \ \
| | * \ \ \ TIP #587 for Tcl 8.7jan.nijtmans2020-09-251-18/+18
| | |\ \ \ \
| * | \ \ \ \ Merge trunkjan.nijtmans2020-09-251-2/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Default utf-8 for source commandjan.nijtmans2020-09-201-18/+18
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2020-09-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge 8.6jan.nijtmans2020-09-281-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
| | * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-1/+1
* | | | Merge 8.7jan.nijtmans2020-09-171-5/+6
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-5/+6
* | | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-011-2/+2
| |\ \ \ | | |/ /
| * | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ | | |/ /
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | | merge 8.7dgp2020-03-171-1/+1
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-1/+1
* | | | merge 8.7dgp2020-03-061-15/+6
|\ \ \ \ | |/ / /
| * | | More unused arguments through the IO code.dgp2020-03-061-15/+6
* | | | Merge 8.7jan.nijtmans2020-02-281-14/+14
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2020-02-281-11/+17
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-031-20/+20
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-11-091-1139/+971
| |\ \ \ \ \
| * \ \ \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-11/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-13/+13
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-131-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge 8.6jan.nijtmans2020-01-131-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Silence some gcc-9 compiler warnings.jan.nijtmans2020-01-131-2/+2
* | | | | | | | Merge 8.7jan.nijtmans2019-12-021-20/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Eliminate excess eol-spacingjan.nijtmans2019-12-021-20/+20
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-11-081-1148/+971
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Rewrite comments in tclIOUtil.cpooryorick2019-11-071-1148/+971
* | | | | | | Merge 8.7jan.nijtmans2019-10-241-3/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-3/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-1/+1
* | | | | | | Merge 8.7jan.nijtmans2019-10-221-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix for [bcd1004104]pooryorick2019-10-221-1/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-07-051-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-07-051-5/+5
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati...jan.nijtmans2019-07-051-5/+5
| | |\ \ \ | | | |/ / | | |/| / | | | |/
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-4/+4
* | | | Merge 8.7jan.nijtmans2019-03-111-1/+1
|\ \ \ \ | |/ / /