summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Collapse)AuthorAgeFilesLines
* More progressjan.nijtmans2022-03-171-7/+7
|
* Update doc, fix PrintSourceToObj signaturejan.nijtmans2022-03-101-5/+5
|
* Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-8/+8
|\
* | More progressjan.nijtmans2022-03-091-8/+8
| |
* | More size_tjan.nijtmans2022-03-081-6/+16
| |
* | Another round of int -> size_t for internal functionsjan.nijtmans2022-03-071-12/+12
|/
* Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-3/+3
|
* Backout part of previous commit, making compile.test work again with ↵jan.nijtmans2022-02-281-6/+6
| | | | --enable-symbols=all
* More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-10/+10
|
* Merge 8.7jan.nijtmans2022-01-131-9/+9
|\
| * Merge 8.6jan.nijtmans2022-01-131-9/+9
| |\
| | * Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
| | |
* | | Merge 8.7jan.nijtmans2021-10-081-6/+6
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-18/+18
| | |
* | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 ↵jan.nijtmans2021-04-301-1/+2
|\ \ \ | |/ / | | | | | | leftover testcases, which were skipped
| * | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-1/+2
| | |
* | | Merge 8.7jan.nijtmans2020-09-111-3/+3
|\ \ \ | |/ /
| * | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are ↵jan.nijtmans2020-09-111-3/+3
| |\ \ | | |/ | | | | | | you doing ...!)
| | * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵jan.nijtmans2020-09-111-3/+3
| | | | | | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....)
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-4/+4
| | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
| | * merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-1/+3
| | |\
| | * | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode ↵sebres2017-05-091-0/+19
| | | | | | | | | | | | | | | | back-ported as inline from trunk)
* | | | Merge 8.7jan.nijtmans2020-06-211-1/+1
|\ \ \ \ | |/ / /
| * | | Make tclStringClassTable a little bit smaller, and save a pointer access ↵jan.nijtmans2020-06-191-1/+1
| | | | | | | | | | | | | | | | when accessing the name of an entry.
* | | | Merge 8.7jan.nijtmans2019-07-251-2/+2
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword usage from all header-files (and also ↵jan.nijtmans2019-07-251-2/+2
| | | | | | | | | | | | | | | | corresponding implementations).
* | | | Merge 8.7jan.nijtmans2019-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some ↵jan.nijtmans2019-06-301-1/+1
| | | | | | | | | | | | | | | | type-casts, making it more C++-friendly.
* | | | Merge 8.7jan.nijtmans2019-06-151-0/+6
|\ \ \ \ | |/ / /
| * | | Start of implementation of string comparison operators.dkf2019-06-051-1/+7
| | | |
* | | | merge 8.7dkf2019-04-191-2/+2
|\ \ \ \ | |/ / /
| * | | Compilation for [dict getwithdefault].dkf2019-04-181-1/+3
| | | |
* | | | Minor code cleanup: More use of size_t where possible, and elimination of ↵jan.nijtmans2019-03-291-1/+1
| | | | | | | | | | | | | | | | unneeded type-casts.
* | | | Merge trunkjan.nijtmans2019-02-041-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-01-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
| | | | | | | | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill.
* | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-1/+1
|/ / / /
* | | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ \ | |/ / / | | | | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments.
| * | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵jan.nijtmans2018-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more.
* | | | Implement TIP 445dgp2018-11-131-0/+17
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-10-181-1/+1
| |\ \ \
| * \ \ \ merge 8.7dgp2018-03-101-7/+2
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-051-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2017-12-191-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-05-151-12/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-03-171-1/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-02-161-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-281-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-09-081-26/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | more revisionsdgp2016-04-291-0/+10
| | | | | | | | | | | | |