| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|\ |
|
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|
|
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -2/+2 |
|
|
* | | Mac fix | dgp | 2020-03-09 | 1 | -1/+5 |
|
|
* | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -27/+13 |
|
|
* | | Two more unused arguments. | jan.nijtmans | 2019-12-20 | 1 | -0/+2 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Eliminate excess eol-spacing | jan.nijtmans | 2019-12-02 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-11-07 | 1 | -56/+54 |
|\ \ \
| |/ / |
|
| * | | Rewrite documentation of IO subsystem. | pooryorick | 2019-11-06 | 1 | -56/+54 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -3/+15 |
|\ \ \
| |/ / |
|
* | | | 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 |
|
|