| Commit message (Expand) | Author | Age | Files | Lines |
* | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|
|
* | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return... | jan.nijtmans | 2018-10-06 | 1 | -4/+4 |
|
|
* | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
|
|
* | Merging changes with 8.7 | hypnotoad | 2018-08-14 | 1 | -25/+4 |
|\ |
|
| * | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -25/+4 |
| |\ |
|
| | * | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -25/+4 |
|
|
* | | | merge 8.7 | dgp | 2018-05-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | General code style cleanup. | dkf | 2018-05-13 | 1 | -2/+2 |
|
|
* | | | merge 8.7 | dgp | 2018-03-07 | 1 | -9/+0 |
|\ \ \
| |/ / |
|
| * | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -9/+0 |
|
|
* | | | Pulling changes from core-8-branch | hypnotoad | 2017-12-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin... | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
|
|
* | | | Reserve paths matching //[^/]*: for VFS mount points, and prevent calling | aspect | 2017-11-18 | 1 | -14/+45 |
|/ / |
|
* | | Merge core-8-6-branch | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo... | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
| |\ |
|
| | * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo... | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
|
|
| | * | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -1/+1 |
|
|
| * | | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -2/+2 |
|
|
* | | | [5bfe3de008]: Modify [source] to set input EOF character but not output EOF c... | andy | 2017-08-07 | 1 | -2/+2 |
|
|
* | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | | More minor style fixes. | dkf | 2017-04-10 | 1 | -22/+29 |
|
|
* | | | Merge trunk. | jan.nijtmans | 2016-11-25 | 1 | -0/+1 |
|
|
* | | | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -2/+2 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -14/+14 |
|/ / |
|
* | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -2/+1 |
|
|
* | | Where "interp" is only used for error-reporting, it can be allowed to be NULL... | jan.nijtmans | 2015-10-07 | 1 | -10/+24 |
|
|
* | | Increase some counter sizes related to filesystem epoch from int to size_t. A... | jan.nijtmans | 2015-07-15 | 1 | -13/+25 |
|
|
* | | If the file system changes when "cwd" changes, force a filesystem refresh on ... | jan.nijtmans | 2015-06-23 | 1 | -6/+17 |
|
|
* | | Merged the workarounds and fixes for wrapped executables on various | andreask | 2014-05-28 | 1 | -1/+85 |
|\ \
| |/ |
|
| * | Followup on [72c54e1659]. Removed unused variable. | andreask | 2014-05-23 | 1 | -1/+0 |
|
|
| * | Workarounds and fixes for wrapped executables on various platforms
| andreask | 2014-05-22 | 1 | -1/+86 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -4/+4 |
|
|
* | | revert mistaken commit of experiment | dgp | 2013-09-23 | 1 | -1/+1 |
|
|
* | | merge release | dgp | 2013-09-20 | 1 | -1/+1 |
|
|
* | | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL. | dgp | 2013-05-20 | 1 | -0/+3 |
|
|
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -3/+1 |
|
|
| * | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for... | jan.nijtmans | 2012-10-24 | 1 | -1/+5 |
| |\ |
|
| | * | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 1 | -1/+5 |
|
|
| | * | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|
|
* | | | unbreak Mac OSX build | jan.nijtmans | 2012-10-23 | 1 | -1/+1 |
|
|
* | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | jan.nijtmans | 2012-10-23 | 1 | -52/+8 |
|\ \ \
| |/ / |
|
| * | | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 1 | -43/+0 |
|
|
* | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -3/+6 |
|
|
| | | | |
| \ \ | |
*-. \ \ | 3554250 Overlooked one field of cleanup in the thread exit handler | dgp | 2012-08-07 | 1 | -0/+1 |
|\ \ \ \
| | |/ / |
|
| | * | | 3554250 Overlooked one field of cleanup in the thread exit handler | dgp | 2012-08-07 | 1 | -0/+1 |
| |/ / |
|