summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2020-03-171-14/+1
|\
| * TIP 569 - remove lint commentsdgp2020-03-171-15/+1
* | merge 8.7dgp2020-03-061-135/+67
|\ \ | |/
| * More TCL_UNUSED deploymentdgp2020-03-061-137/+68
* | Merge 8.7jan.nijtmans2020-02-281-40/+100
|\ \ | |/
| * Merge tip-548jan.nijtmans2019-08-291-28/+89
| |\
| * \ Merge tip-548jan.nijtmans2019-08-151-3/+3
| |\ \ | | |/
| * | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+0
| |\ \
| * \ \ Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-22/+22
| |\ \ \
* | \ \ \ Merge 8.7jan.nijtmans2019-08-151-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge 8.7jan.nijtmans2019-08-141-1/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-021-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-1/+0
| |/ /
* | | Merge 8.7jan.nijtmans2019-07-051-9/+9
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-07-051-9/+9
| |\ \ | | |/ | |/|
| | * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati...jan.nijtmans2019-07-051-9/+9
| | |\
| | | * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificat...jan.nijtmans2019-07-051-4/+4
* | | | Merge 8.7dkf2019-05-251-0/+1
|\ \ \ \ | |/ / /
| * | | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-0/+1
* | | | Merge 8.7jan.nijtmans2019-04-011-3/+3
|\ \ \ \ | |/ / /
| * | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-3/+3
* | | | Merge 8.7jan.nijtmans2019-03-081-1/+1
|\ \ \ \ | |/ / /
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2018-12-121-12/+12
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-12/+12
* | | | merge 8.7sebres2018-11-221-1/+1
|\ \ \ \ | |/ / /
| * | | merge 8.6sebres2018-11-221-1/+1
| |\ \ \ | | |/ /
| | * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-1/+1
| | |\ \ | | | |/
| | | * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-4/+4
* | | | Merge 8.7jan.nijtmans2018-11-151-10/+10
|\ \ \ \ | |/ / /
* | | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-3/+3
|\ \ \ \
| * \ \ \ Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-4/+4
| |\ \ \ \
| * \ \ \ \ Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURNjan.nijtmans2018-08-021-57/+0
| |\ \ \ \ \
| * | | | | | More size_t API changes (*.decls files are complete now)jan.nijtmans2018-07-031-1/+1
| * | | | | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-2/+2
* | | | | | | Merge 8.7jan.nijtmans2018-10-081-276/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-276/+30
* | | | | | Merge 8.7jan.nijtmans2018-09-041-4/+4
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Fix [540bed4bde]: binary format can result in "integer value too large to rep...jan.nijtmans2018-09-041-4/+4
* | | | | merge 8.7jan.nijtmans2018-07-311-57/+0
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | merge 8.6jan.nijtmans2018-07-311-57/+0
| |\ \ \ | | |/ /
| | * | Remove some actually dead codejan.nijtmans2018-07-311-57/+0
* | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-137/+0
|\ \ \ \ | |/ / /
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-1/+1
|/ / /
* | | redundant end-of-line spacingjan.nijtmans2017-03-151-7/+7
|\ \ \ | |/ /
| * | redundant end-of-line spacingjan.nijtmans2017-03-151-7/+7
* | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-64/+342
|\ \ \ | |/ /
| * | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-1/+111
| * | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-66/+234