summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-1/+4
* Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-2/+2
|\
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | Merge 8.6jan.nijtmans2022-02-101-1/+1
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-2/+2
| * More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-43/+42
| * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-1/+1
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-5/+5
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.6jan.nijtmans2020-10-131-2/+2
|\ \ | |/
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-3/+4
* | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-5/+5
|\ \ | |/
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+2
* | Merge 8.6jan.nijtmans2020-03-181-8/+8
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-8/+8
* | More deployment of TCL_UNUSED. (Travis appears happy with it).dgp2020-03-061-9/+4
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
|\ \
| * \ Merge tip-548jan.nijtmans2019-08-291-9/+8
| |\ \
* | \ \ Merge 8.6jan.nijtmans2020-02-261-3/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-3/+1
* | | Merge 8.6jan.nijtmans2019-08-281-7/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-7/+6
| * Merge 8.5jan.nijtmans2019-06-261-1/+1
| * More bytecodes are non-throwing.dgp2019-06-101-0/+1
* | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
* | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-37/+37
* | Start of implementation of string comparison operators.dkf2019-06-051-1/+7
* | Compilation for [dict getwithdefault].dkf2019-04-181-1/+9
* | More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-1/+1
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-2/+2
* | merge 8.7dgp2018-10-181-1/+1
|\ \
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | merge 8.7dgp2018-03-101-11/+12
|\ \ \ | |/ /
| * | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-11/+12
| |\ \ | | |/
| | * Newer utility routine is more suitable.dgp2018-03-091-8/+4
| | * Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-2/+2
| | * Establish 4 symbols for categories of parsed index values:dgp2018-03-071-2/+7
| | * Incorporate sebres work on the same ticket. Good stuff!dgp2018-03-071-1/+2
| | |\
| | * | rework error handling to keep test suite happy.dgp2018-03-061-7/+13
| | * | Have assembler use same index value parser as the bytecode compiler.dgp2018-03-061-13/+6
| | |/
* | | merge 8.7dgp2018-02-061-1/+1
|\ \ \ | |/ /
| * | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-1/+1
| |\ \
| * | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-1/+1
| * | | more progress in code simplificationsjan.nijtmans2017-10-301-1/+1
| |/ /
* | | merge trunkdgp2017-03-171-0/+20
|\ \ \ | |/ /
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
| |\ \ | | |/
| | * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
* | | merge trunkdgp2017-03-131-1/+1
|\ \ \ | |/ /
| * | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-1/+1