summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-1/+1
|\
| * Merge 8.7jan.nijtmans2020-11-111-5/+48
| |\
| * \ Merge 8.7jan.nijtmans2020-10-141-18/+23
| |\ \
| * | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-4/+4
* | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
|\ \ \ \
* \ \ \ \ Merge 8.7jan.nijtmans2020-11-181-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants...jan.nijtmans2020-11-181-5/+5
| | |_|/ | |/| |
* | | | Merge 8.7dkf2020-11-081-4/+50
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-10-241-17/+22
| |\ \ \ | | | |/ | | |/|
| * | | Tricky case in function calls.dkf2020-08-241-3/+30
| * | | Implementation of TIP 582: comments in expressionsdkf2020-08-221-2/+18
* | | | Merge 8.7jan.nijtmans2020-10-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-10-131-1/+1
| |\ \ \
| | * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+2
* | | | | merge 8.7dgp2020-09-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Restore change with correction.dgp2020-09-281-8/+8
| * | | | Revert change that made test expr-20.2 fail.dgp2020-09-281-7/+7
* | | | | Merge 8.7jan.nijtmans2020-09-281-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-281-7/+7
| |\ \ \ \ | | |/ / /
| | * | | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-8/+8
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| | * | | Revert change in ParseLexeme() toojan.nijtmans2020-04-231-2/+3
| | * | | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-3/+2
| | |\ \ \
| | | * | | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has nodgp2020-04-141-3/+2
| | | * | | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f...jan.nijtmans2019-01-041-3/+3
* | | | | | Merge 8.7jan.nijtmans2020-09-171-7/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+12
| | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2020-08-131-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-2/+2
| | |_|/ | |/| |
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2020-02-281-16/+16
|\ \ \ \ | |/ / /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-6/+6
| |\ \ \
| * | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-10/+10
| |/ / /
| * | | Merge 8.6jan.nijtmans2019-06-261-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7. Also eliminate some spacing before line-endingsjan.nijtmans2019-06-241-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2019-06-151-6/+43
|\ \ \ \ | |/ / /
| * | | And fix the silly errordkf2019-06-051-2/+2
| * | | And the command version of the new operators too.dkf2019-06-051-1/+1
| * | | Start of implementation of string comparison operators.dkf2019-06-051-5/+42
* | | | Merge 8.7jan.nijtmans2019-03-241-1/+1
|\ \ \ \ | |/ / /
| * | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-1/+1
* | | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-2/+2
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-2/+2
* | | | Implement TIP 445dgp2018-11-131-3/+5
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-10-181-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \ \