summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-11-111-5/+48
|\
| * 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-141-18/+23
|\ \ \ | | |/ | |/|
| * | 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
| * | | 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.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
| * | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+12
| | |_|/ | |/| |
| * | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-2/+2
* | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-4/+4
|/ / /
* | | 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
|\ \ \ | |/ /
* | | 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
* | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-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
* | | merge 8.7dgp2018-10-181-1/+1
|\ \ \
| * | | TIP #502 implementation: Index value reform.jan.nijtmans2018-10-121-1/+1
* | | | merge trunkdgp2017-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
| |\ \ \ | | |/ /
| | * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | | | merge trunkdgp2017-06-061-2/+2
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-05-291-2/+2
| |\ \ \ | | |/ /
| | * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-2/+2
* | | | Purge more direct accesses to bytes field.dgp2016-10-071-3/+5
|/ / /
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-9/+9
|\ \ \ | |/ /
* | | No longer need to create Tcl_Obj just to make some bytecode.dgp2016-04-291-5/+2
|/ /
* | More signed/unsigned type correction.dgp2016-03-221-3/+3
|\ \
| * | (cherry-pick): Fix signed-unsigned-compare warning (reported by François Vog...jan.nijtmans2016-03-221-1/+1
|/ /
* | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc().dgp2015-07-291-1/+3
|\ \ | |/
| * [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc().dgp2015-07-291-1/+3
* | Fix some gcc compiler warnings (probably cygwin-only)jan.nijtmans2014-12-081-20/+20
|\ \ | |/
| * Fix some gcc compiler warnings (probably cygwin-only)jan.nijtmans2014-12-081-3/+3
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-051-27/+24
|\ \ | |/
| * Limit isalpha(.) calls in the expr parser to only apply to known ASCIIdgp2014-12-041-3/+4
| * Stop using isalnum(.). Its results are not portable. Replace with ourdgp2014-12-041-5/+10
| * Same issue in expr parser also tested and fixed.dgp2014-11-261-20/+12
* | Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-2/+2