summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-54/+54
* No trailing ','jan.nijtmans2022-11-091-1/+1
* Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-1/+1
|\
| * Merge 8.7jan.nijtmans2022-11-071-1/+1
| |\
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-0/+1
|/ /
* | Merge 8.7jan.nijtmans2022-08-251-2/+3
|\ \ | |/
| * [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ...jan.nijtmans2022-08-251-6/+7
* | Undo unintended (internal) variable renamejan.nijtmans2022-06-081-3/+3
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-35/+35
|\ \
| * \ Merge 9.0jan.nijtmans2022-06-021-1/+1
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-05-171-1/+1
| |\ \
| * \ \ Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \ \
| * | | | more progressjan.nijtmans2022-03-311-7/+7
| * | | | More progressjan.nijtmans2022-03-301-3/+3
| * | | | More progressjan.nijtmans2022-03-291-2/+2
| * | | | More progressjan.nijtmans2022-03-291-2/+2
| * | | | More size_tjan.nijtmans2022-03-241-15/+15
| * | | | Furtherjan.nijtmans2022-03-181-7/+7
| * | | | Morejan.nijtmans2022-03-171-2/+2
| * | | | More progressjan.nijtmans2022-03-171-5/+5
| * | | | Update doc, fix PrintSourceToObj signaturejan.nijtmans2022-03-101-3/+3
| * | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-6/+6
| |\ \ \ \
| * | | | | More progressjan.nijtmans2022-03-091-6/+6
| * | | | | Merge 9.0jan.nijtmans2022-03-061-9/+8
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 9.0jan.nijtmans2022-02-271-8/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2022-02-241-2/+2
| |\ \ \ \ \ \
| * | | | | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
| * | | | | | | More progressjan.nijtmans2022-01-271-4/+4
| * | | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2022-06-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-171-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | | | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ / / / /
* | | | | | Backout part of previous commit, making compile.test work again with --enable...jan.nijtmans2022-02-281-9/+8
| |_|_|_|/ |/| | | |
* | | | | More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-8/+9
| |_|_|/ |/| | |
* | | | 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
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-13/+16
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-1/+1
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-3/+3
* | | Merge 8.7jan.nijtmans2021-10-081-16/+16
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-16/+16
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | Merge 8.7jan.nijtmans2020-09-171-20/+23
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-22/+25