summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge 8.6jan.nijtmans2020-09-101-10/+10
| |\ \ | | |/
| | * Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-101-10/+10
* | | Merge 8.7jan.nijtmans2020-05-141-18/+17
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-141-18/+17
| |\ \ | | |/
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-36/+32
| | |\
| | | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-131-6/+5
| | |/
* | | merge 8.7dgp2020-03-061-100/+41
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-100/+41
* | | Merge 8.7jan.nijtmans2020-02-281-26/+58
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-4/+36
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ | | |/ /
| * | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-2/+2
| |\ \ \
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | | Merge 8.7jan.nijtmans2019-08-151-15/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.7jan.nijtmans2019-08-141-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-15/+15
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-011-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-2/+2
| |/ /
* | | merge 8.7dkf2019-04-191-0/+32
|\ \ \ | |/ /
| * | Compilation for [dict getwithdefault].dkf2019-04-181-0/+32
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-2/+2
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-3/+3
|\ \ \ | |/ /
* | | merge 8.7 (regression fix [e3f481f187], conflicts resolved)sebres2019-02-011-29/+33
|\ \ \ | |/ /
| * | merge 8.6 (regression fix [e3f481f187], conflicts resolved)sebres2019-02-011-29/+33
| |\ \ | | |/
| | * TclPushVarName: rewritten iterators over token-strings considering utf-8 mult...sebres2019-01-311-29/+33
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-4/+7
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-17/+17
|\ \ \ | |/ /
* | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-3/+3
* | | merge trunkjan.nijtmans2018-06-271-3/+3
|\ \ \ | |/ /
* | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-6/+6
|\ \ \ | |/ /
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-2/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2018-05-231-3/+15
|\ \ \ | |/ /
| * | merge 8.6dgp2018-04-191-3/+15
| |\ \ | | |/
| | * Array trace firing must come before argument checking might raise error.dgp2018-04-171-3/+4
| | * Gentler fallback.dgp2018-04-171-2/+2
| | * [array set] must fire array traces. Don't disrupt that by reporting argumentdgp2018-04-171-0/+11
* | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-5/+7
|/ /
* | redundant end-of-line spacingjan.nijtmans2017-03-151-2/+2
|\ \ | |/
| * redundant end-of-line spacingjan.nijtmans2017-03-151-2/+2
* | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+99
|\ \ | |/
| * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+99
* | merge 8.6dgp2016-10-211-11/+0
|\ \ | |/
| * EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble.dgp2016-10-201-11/+0
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-6/+6
|/
* make some MODULE_SCOPE symbols staticjan.nijtmans2015-12-151-6/+39
* Issue the correct auxType when compiling [array set].dkf2015-12-121-1/+1
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-13/+13
|\
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-2/+2
| * One more (interp==NULL) shortcut.dgp2014-12-221-1/+1