Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -40/+100 |
|\ | |||||
| * | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -28/+89 |
| |\ | |||||
| * \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| * | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -1/+0 |
| |\ \ | |||||
| * \ \ | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -22/+22 |
| |\ \ \ | |||||
* | \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -4/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+0 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -5/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-07-05 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-07-05 | 1 | -9/+9 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati... | jan.nijtmans | 2019-07-05 | 1 | -9/+9 |
| | |\ | |||||
| | | * | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificat... | jan.nijtmans | 2019-07-05 | 1 | -4/+4 |
* | | | | Merge 8.7 | dkf | 2019-05-25 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implementation of [file tempdir]; hand-tested on OSX... | dkf | 2019-04-30 | 1 | -0/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -3/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-12 | 1 | -12/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -12/+12 |
* | | | | merge 8.7 | sebres | 2018-11-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.6 | sebres | 2018-11-22 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -4/+4 |
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -10/+10 |
|\ \ \ \ | |/ / / | |||||
* | | | | TIP #494 implementation: More use of size_t in Tcl 9 | jan.nijtmans | 2018-10-08 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH | jan.nijtmans | 2018-09-05 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURN | jan.nijtmans | 2018-08-02 | 1 | -57/+0 |
| |\ \ \ \ \ | |||||
| * | | | | | | More size_t API changes (*.decls files are complete now) | jan.nijtmans | 2018-07-03 | 1 | -1/+1 |
| * | | | | | | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 1 | -2/+2 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2018-10-08 | 1 | -276/+30 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | | | |||||
| * | | | | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i... | dkf | 2018-10-07 | 1 | -276/+30 |
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-09-04 | 1 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | |||||
| * | | | | Fix [540bed4bde]: binary format can result in "integer value too large to rep... | jan.nijtmans | 2018-09-04 | 1 | -4/+4 |
* | | | | | merge 8.7 | jan.nijtmans | 2018-07-31 | 1 | -57/+0 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -57/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -57/+0 |
* | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d... | jan.nijtmans | 2018-01-17 | 1 | -137/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -7/+7 |
* | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 1 | -64/+342 |
|\ \ \ | |/ / | |||||
| * | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 1 | -1/+111 |
| * | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 1 | -66/+234 |
* | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -1/+2 |
|/ / | |||||
* | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
* | | Fix "file owned" for Cygwin: st_uid is only 16-bit there. | jan.nijtmans | 2016-07-12 | 1 | -1/+6 |
* | | Bugfix [3613671]. file owned implementation for Windows. | ashok | 2016-07-09 | 1 | -11/+6 |