| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ / |
|
* | | | 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 threadbug_3024359 | dgp | 2012-06-25 | 1 | -52/+17 |
| |\ \ |
|
| * \ \ | merge 8.5 | dgp | 2012-06-22 | 1 | -37/+12 |
| |\ \ \
| | |/ / |
|
| * | | | merge 8.5 | dgp | 2012-06-22 | 1 | -2/+11 |
| |\ \ \ |
|
| * \ \ \ | merge 8.5 | dgp | 2012-06-21 | 1 | -28/+1 |
| |\ \ \ \ |
|
| * | | | | | Only record the filesystemEpoch when it actually marks the validity of | dgp | 2012-06-21 | 1 | -2/+2 |
|
|
| * | | | | | merge 8.5 | dgp | 2012-06-20 | 1 | -10/+4 |
| |\ \ \ \ \ |
|
| * | | | | | | Next draft fix. This one appears to solve the problem, at least as demo'd | dgp | 2012-06-18 | 1 | -46/+40 |
|
|
| * | | | | | | More work in progress. | dgp | 2012-06-13 | 1 | -38/+7 |
|
|
| * | | | | | | Convert function calls to macros. | dgp | 2012-06-12 | 1 | -21/+31 |
|
|
| * | | | | | | First draft patch to fix Bug 3024359. No reliable test yet. | dgp | 2012-06-11 | 1 | -10/+90 |
|
|
* | | | | | | | FilesystemRecord structs no longer need refcounting | dgp | 2012-06-22 | 1 | -34/+10 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | FilesystemRecord structs no longer need refcounting. | dgp | 2012-06-22 | 1 | -34/+11 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Revise the order of memory free, so that bugs that attempt to access freed me... | dgp | 2012-06-22 | 1 | -2/+11 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Revise the order of memory free, so that bugs that attempt to access freed | dgp | 2012-06-22 | 1 | -2/+11 |
| | |_|/ /
| |/| | | |
|
* | | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 1 | -26/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 1 | -26/+1 |
| | |/ /
| |/| | |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 1 | -9/+4 |
|\ \ \ \ \
| | |/ / / |
|
| | * | | | Purge more dead fs path code. | dgp | 2012-06-20 | 1 | -4/+3 |
| | |\ \ \
| |/ / / /
| | | | _ |
|