summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-1/+1
* protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-4/+4
* Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-2/+2
* Merging changes with 8.7hypnotoad2018-08-141-25/+4
|\
| * merge 8.6jan.nijtmans2018-07-311-25/+4
| |\
| | * Remove some actually dead codejan.nijtmans2018-07-311-25/+4
* | | merge 8.7dgp2018-05-241-2/+2
|\ \ \ | |/ /
| * | General code style cleanup.dkf2018-05-131-2/+2
* | | merge 8.7dgp2018-03-071-9/+0
|\ \ \ | |/ /
| * | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-9/+0
* | | Pulling changes from core-8-branchhypnotoad2017-12-131-1/+1
|\ \ \ | |/ /
| * | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-1/+1
* | | Reserve paths matching //[^/]*: for VFS mount points, and prevent callingaspect2017-11-181-14/+45
|/ /
* | 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
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-14/+14
|/ /
* | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-2/+1
* | Where "interp" is only used for error-reporting, it can be allowed to be NULL...jan.nijtmans2015-10-071-10/+24
* | Increase some counter sizes related to filesystem epoch from int to size_t. A...jan.nijtmans2015-07-151-13/+25
* | If the file system changes when "cwd" changes, force a filesystem refresh on ...jan.nijtmans2015-06-231-6/+17
* | Merged the workarounds and fixes for wrapped executables on variousandreask2014-05-281-1/+85
|\ \ | |/
| * Followup on [72c54e1659]. Removed unused variable.andreask2014-05-231-1/+0
| * Workarounds and fixes for wrapped executables on various platforms andreask2014-05-221-1/+86
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-4/+4
* | revert mistaken commit of experimentdgp2013-09-231-1/+1
* | merge releasedgp2013-09-201-1/+1
* | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL.dgp2013-05-201-0/+3
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-3/+1
|\ \ | |/
| * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-3/+1
| * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-241-1/+5
| |\
| | * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-241-1/+5
| | * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
* | | unbreak Mac OSX buildjan.nijtmans2012-10-231-1/+1
* | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-52/+8
|\ \ \ | |/ /
| * | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-43/+0
* | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-3/+6
| | |
| \ \
*-. \ \ 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-071-0/+1
|\ \ \ \ | | |/ /
| | * | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-071-0/+1
| |/ /