| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
|
|
* | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -5/+6 |
|
|
* | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a... | jan.nijtmans | 2021-02-23 | 1 | -2/+9 |
|
|
* | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations | jan.nijtmans | 2020-12-04 | 1 | -2/+2 |
|\ |
|
* | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
|
|
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|
|
* | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | Silence some gcc-9 compiler warnings. | jan.nijtmans | 2020-01-13 | 1 | -2/+2 |
|
|
* | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -1/+1 |
|
|
* | | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati... | jan.nijtmans | 2019-07-05 | 1 | -5/+5 |
|\ \
| |/ |
|
* | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -25/+4 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
| |/ / |
|
* | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -45/+57 |
|
|
* | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -2/+3 |
|
|
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
|
|
* | | | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 1 | -10/+55 |
|\ \ \
| |/ / |
|
| * | | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 1 | -10/+55 |
|
|
* | | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 1 | -34/+50 |
|\ \ \
| |/ / |
|
| * | | Repair Claim/Disclaim imbalance | dgp | 2012-06-25 | 1 | -0/+1 |
|
|
| * | | Simplify bug fix so that active claims on the FilesystemRecord list of a thread | dgp | 2012-06-25 | 1 | -52/+17 |
| |\ \ |
|
| * \ \ | merge 8.5 | dgp | 2012-06-22 | 1 | -37/+12 |
| |\ \ \
| | |/ / |
|