summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-151-21/+21
|\
| * Merge 8.6. Use (void *)NULL in stead of NULL for C++jan.nijtmans2023-10-151-21/+21
| |\
| | * Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-151-2/+2
| | * Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-201-1/+1
* | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-1/+1
* | | A few corrections in comments.pooryorick2023-05-051-1/+1
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-32/+32
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-15/+15
* | | Merge 8.7jan.nijtmans2022-11-281-1/+4
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-5/+5
* | | Undo unintended (internal) variable renamejan.nijtmans2022-06-081-6/+6
* | | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | | Merge 9.0jan.nijtmans2022-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Code formattingjan.nijtmans2022-04-121-1/+1
* | | | more progressjan.nijtmans2022-03-311-6/+6
* | | | More progressjan.nijtmans2022-03-301-7/+7
* | | | More progressjan.nijtmans2022-03-301-1/+1
* | | | More progressjan.nijtmans2022-03-291-3/+3
* | | | Make varIndexes a size_t[]jan.nijtmans2022-03-231-16/+16
* | | | More progressjan.nijtmans2022-03-181-29/+29
* | | | 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
| |\ \ | | |/