summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* More progressjan.nijtmans2022-03-171-2/+2
* Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-30/+30
|\
| * Merge 8.7jan.nijtmans2022-02-101-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
* | | | More progressjan.nijtmans2022-03-091-30/+30
* | | | More size_tjan.nijtmans2022-03-081-2/+2
* | | | More progressjan.nijtmans2022-03-061-32/+32
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-1/+1
* | | | More WIPjan.nijtmans2022-01-261-3/+3
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-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-5/+5
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-4/+4
|\ \ \ | |/ /
* | | 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-10-131-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
* | | Merge 8.7jan.nijtmans2020-10-091-5/+5
|\ \ \ | |/ /
| * | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-5/+5
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-171-1/+2
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+2
* | | Merge 8.7jan.nijtmans2020-08-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-03-181-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-181-8/+8
| |\ \ | | |/
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-8/+8
* | | merge 8.7dgp2020-03-061-9/+4
|\ \ \ | |/ /
| * | More deployment of TCL_UNUSED. (Travis appears happy with it).dgp2020-03-061-9/+4
* | | Merge 8.7jan.nijtmans2020-02-281-2/+2
|\ \ \ | |/ /
| * | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
| |\ \
| | * \ Merge tip-548jan.nijtmans2019-08-291-9/+8
| | |\ \
* | | \ \ Merge 8.7jan.nijtmans2020-02-261-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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.7jan.nijtmans2019-08-281-7/+6
|\ \ \ \ | |/ / /
| * | | 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
* | | Merge 8.7jan.nijtmans2019-08-151-1/+1
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
* | | Merge 8.7jan.nijtmans2019-06-301-37/+37
|\ \ \ | |/ /
| * | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-37/+37
* | | Merge 8.7jan.nijtmans2019-06-151-1/+6
|\ \ \ | |/ /
| * | Start of implementation of string comparison operators.dkf2019-06-051-1/+7
* | | merge 8.7dgp2019-06-101-0/+1
|\ \ \
| * \ \ merge 8.6dgp2019-06-101-0/+1
| |\ \ \ | | |/ / | |/| / | | |/