summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* Merge 8.6jan.nijtmans2023-03-301-1/+1
|\
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | Merge core-8-branchapnadkarni2022-11-051-9/+8
|\ \
| * | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-9/+8
* | | Rewrite lreplace4 implementation not to need extra immediate operands.apnadkarni2022-11-031-2/+8
* | | New bytecode for linsertapnadkarni2022-10-301-1/+1
* | | Implement lreplace4 BCC instructionapnadkarni2022-10-301-2/+4
|/ /
* | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-26/+26
* | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-93/+93
* | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!)jan.nijtmans2022-07-041-4/+4
* | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-3/+3
* | more "unsigned int" -> TCL_HASH_TYPEjan.nijtmans2022-06-231-8/+8
* | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefsjan.nijtmans2022-05-271-12/+4
* | Merge 8.6jan.nijtmans2022-01-131-9/+9
|\ \ | |/
| * Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-18/+18
* | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-1/+2
* | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-3/+3
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-3/+3
| * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-4/+4
| * merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-1/+3
| |\
| * | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode bac...sebres2017-05-091-0/+19
* | | Make tclStringClassTable a little bit smaller, and save a pointer access when...jan.nijtmans2020-06-191-1/+1
* | | Eliminate "register" keyword usage from all header-files (and also correspond...jan.nijtmans2019-07-251-2/+2
* | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-1/+1
* | | Start of implementation of string comparison operators.dkf2019-06-051-1/+7
* | | Compilation for [dict getwithdefault].dkf2019-04-181-1/+3
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-1/+1
* | | merge 8.7dgp2018-10-181-1/+1
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2018-09-281-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Another patch contributed by Gustaf Neumann: shifting negative numbers is und...jan.nijtmans2018-09-281-1/+1
* | | | merge 8.7dgp2018-03-101-7/+2
|\ \ \ \ | |/ / /
| * | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-7/+2
| |\ \ \ | | |/ /
| | * | Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-2/+2
| | * | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-9/+0
| | * | Establish 4 symbols for categories of parsed index values:dgp2018-03-071-1/+3
| | * | try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-2/+4
* | | | merge 8.7dgp2018-03-051-0/+7
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-03-011-0/+7
| |\ \ \ | | |/ /
| | * | Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-0/+7
| | |/
* | | merge 8.7dgp2017-12-191-2/+2
|\ \ \ | |/ /
| * | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-191-2/+2
| * | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
* | | merge trunkdgp2017-05-151-12/+12
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-091-12/+12
| |\ \ | | |/
| | * Let local variables declared from within macro's always start with underscore...jan.nijtmans2017-05-091-12/+12
* | | merge trunkdgp2017-03-171-1/+3
|\ \ \ | |/ /
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-1/+3
| |\ \ | | |/