summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\
| * Merge 8.6jan.nijtmans2022-01-141-1/+1
| |\
| | * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-131-1/+1
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-2/+2
| * | Merge 8.7jan.nijtmans2021-10-111-2/+2
| |\ \ | | |/
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
* | | Merge 8.7jan.nijtmans2021-10-081-7/+7
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-7/+7
* | | Merge 8.7jan.nijtmans2021-10-061-189/+178
|\ \ \ | |/ /
| * | Rewrite comments for clarity and conciseness.pooryorick2021-10-041-189/+178
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-09-171-2/+3
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+3
* | | Merge 8.7jan.nijtmans2020-09-071-1/+1
|\ \ \ | |/ /
* | | Merge core-8-branchjan.nijtmans2020-09-051-1/+1
|\ \ \
| * | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
* | | Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
| |\ \ | | |/
| | * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-4/+4
* | | Merge 8.7jan.nijtmans2020-05-141-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-141-3/+3
| |\ \ | | |/
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-31/+31
* | | merge 8.7dgp2020-03-061-12/+5
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-12/+5
* | | Merge 8.7jan.nijtmans2020-02-281-30/+34
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-01-071-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-09-141-0/+23
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-09-031-18/+29
| |\ \ \ \
| * \ \ \ \ Merge tip-548jan.nijtmans2019-08-291-4/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-30/+30
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
| |\ \ \ \ \ \
| * | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Silence MSVC C4090 warnings when using ckrealloc(). Also make sure that Tcl i...jan.nijtmans2019-11-071-1/+1
* | | | | | Twice ckfree() -> Tcl_Free()jan.nijtmans2019-11-061-2/+2
* | | | | | Merge 8.7jan.nijtmans2019-09-121-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-09-121-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making...jan.nijtmans2019-09-121-2/+2
* | | | | | merge 8.7dgp2019-09-111-0/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6dgp2019-09-111-0/+23
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Expand acronym in comment.dgp2019-09-031-2/+2
| | * | | extends [fec0c17d39]: restrict nested compilations using same limit (interp r...sebres2019-08-301-0/+23
* | | | | Merge 8.7jan.nijtmans2019-09-031-18/+29
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-09-031-18/+29
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |