| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -2/+2 |
|\ |
|
* \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -11/+1 |
|\ \
| |/ |
|
* | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
| |\ |
|
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -42/+42 |
|/ / |
|
* | | Implementation of [file tempdir]; hand-tested on OSX... | dkf | 2019-04-30 | 1 | -1/+3 |
|
|
* | | Export API | dkf | 2019-04-30 | 1 | -1/+0 |
|
|
* | | Windows implementation of TclpCreateTemporaryDirectory | dkf | 2019-04-30 | 1 | -1/+1 |
|
|
* | | Starting to implement a temporary directory creator. | dkf | 2019-04-30 | 1 | -0/+78 |
|
|
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -10/+10 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|\ \ |
|
* \ \ | merge 8.6 | jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | merge 8.5 | jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Unbreak build when HAVE_FTS is not set.
| jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
|
|
* | | | | General code style cleanup. | dkf | 2018-05-13 | 1 | -6/+6 |
|
|
* | | | | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ... | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
|
|
* | | | | merge 8.6 | dgp | 2018-05-09 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.5 | sebres | 2018-05-09 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST... | sebres | 2018-05-09 | 1 | -2/+2 |
|
|
* | | | | merge 8.6 | dgp | 2018-05-08 | 1 | -7/+7 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | merge fix for [92564326a98b5510] from 8.5 | sebres | 2018-05-08 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| | * | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/... | sebres | 2018-05-08 | 1 | -7/+7 |
|
|
* | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -15/+13 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -6/+6 |
|/ / |
|
* | | Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect value | jan.nijtmans | 2016-01-07 | 1 | -1/+1 |
|
|
* | | Only write back file attributes if any of them really changed. | jan.nijtmans | 2014-03-26 | 1 | -12/+11 |
|
|
* | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp... | jan.nijtmans | 2014-03-26 | 1 | -14/+171 |
|
|
* | | Fix 3 trivial (possible) errors, discovered by covertity.com | jan.nijtmans | 2013-09-04 | 1 | -2/+2 |
|
|
* | | [3613567]: Corrected sense of test on results of access() in temp file creation. | dkf | 2013-05-20 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Proposed solution for Bug 3598300 on MacOSX | jan.nijtmans | 2013-01-18 | 1 | -1/+1 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|
|
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -9/+45 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -39/+42 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -7/+7 |
|
|
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -4/+2 |
|
|
* | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+5 |
|
|
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -18/+20 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-29 | 1 | -16/+30 |
|
|
| | * | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code | andreas_kupries | 2006-11-07 | 1 | -1/+11 |
|
|