summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-05-171-2/+2
|\
| * Merge 8.7jan.nijtmans2022-05-171-2/+2
| |\
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
| | * Fix merge conflict previous commitjan.nijtmans2022-01-171-2/+0
| | * Merge 8.6jan.nijtmans2022-01-171-0/+2
| | |\
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-8/+14
| | | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-4/+4
* | | | Merge 9.0jan.nijtmans2022-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Code formattingjan.nijtmans2022-04-121-1/+1
* | | | More progressjan.nijtmans2022-03-291-7/+7
* | | | More progressjan.nijtmans2022-03-061-8/+8
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | More progressjan.nijtmans2022-01-271-3/+3
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-9/+9
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-5/+5
* | | 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
| |\ \ \ | | |/ /