summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-1/+1
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-32/+32
|\ \ \ \ | |/ / /
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-3/+4
* | | | merge trunkjan.nijtmans2018-10-061-4/+4
|\ \ \ \ | |/ / /
| * | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-4/+4
* | | | merge trunkjan.nijtmans2018-09-131-2/+2
|\ \ \ \ | |/ / /
| * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-2/+2
* | | | Merge trunkjan.nijtmans2018-09-121-14/+45
|\ \ \ \ | |/ / /
| * | | Merging changes with 8.7hypnotoad2018-08-141-25/+4
| |\ \ \
| * \ \ \ merge 8.7dgp2018-05-241-2/+2
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-071-9/+0
| |\ \ \ \ \
| * \ \ \ \ \ Pulling changes from core-8-branchhypnotoad2017-12-131-1/+1
| |\ \ \ \ \ \
| * | | | | | | Reserve paths matching //[^/]*: for VFS mount points, and prevent callingaspect2017-11-181-14/+45
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-16/+16
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURNjan.nijtmans2018-08-021-25/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.6jan.nijtmans2018-07-311-25/+4
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Remove some actually dead codejan.nijtmans2018-07-311-25/+4
* | | | | | | remaining external API. Looks like complete now. Milestone! Still more testin...jan.nijtmans2018-07-061-4/+4
* | | | | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-1/+1
|/ / / / / /
* | | | | | General code style cleanup.dkf2018-05-131-2/+2
| |_|_|/ / |/| | | |
* | | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-9/+0
| |_|/ / |/| | |
* | | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-1/+1
| |/ / |/| |
* | | Merge core-8-6-branchjan.nijtmans2017-11-131-1/+0
|\ \ \ | |/ /
| * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-131-1/+0
| |\ \ | | |/
| | * No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-131-1/+0
| | * Cherrypick [527d354828]andy2017-08-081-1/+1
| * | Cherrypick [527d354828]andy2017-08-081-2/+2
* | | [5bfe3de008]: Modify [source] to set input EOF character but not output EOF c...andy2017-08-071-2/+2
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | | More minor style fixes.dkf2017-04-101-22/+29
* | | Merge trunk.jan.nijtmans2016-11-251-0/+1
* | | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-2/+2
|\ \ \ | |/ /
| * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-2/+2
| |\ \ | | |/
| | * Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-2/+2