summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-05-271-11/+11
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-11/+11
| |\
| | * Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not usedjan.nijtmans2024-05-271-39/+37
* | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s...jan.nijtmans2024-05-271-38/+40
|\ \ \ | |/ /
| * | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used.jan.nijtmans2024-05-271-38/+40
* | | Merge 8.7dkf2024-05-261-30/+21
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-29/+21
| |\ \ | | |/
| | * Use the new operationsdkf2024-05-251-29/+21
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-67/+51
* | | Clean up a lot of small whitespace issues dkf2024-05-131-51/+67
* | | More whitespace cleanupdkf2024-05-101-10/+9
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-2/+2
|\ \ \ | |/ /
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-1/+1
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-1/+1
| |\ \ | | |/
| | * More type-casts (c++-compatibility)jan.nijtmans2023-09-131-5/+5
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-1/+1
* | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+2
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
* | | Merge 8.7jan.nijtmans2023-12-271-15/+15
|\ \ \ | |/ /
| * | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negativejan.nijtmans2023-12-261-18/+18
* | | Merge 8.7jan.nijtmans2023-10-191-11/+11
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-11/+11
* | | Merge 8.7jan.nijtmans2023-09-121-1/+1
|\ \ \ | |/ /
| * | Rebase to 8.7jan.nijtmans2023-07-091-3/+3
| |\ \
| | * | More progressjan.nijtmans2023-05-011-2/+2
| | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-1/+1
* | | | Merge 8.7jan.nijtmans2023-06-201-11/+11
|\ \ \ \ | |/ / /
| * | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-50/+50
| |/ /
* | | Merge 8.7jan.nijtmans2023-06-191-13/+14
|\ \ \ | |/ /
* | | Merge 9.0jan.nijtmans2023-04-011-7/+7
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2023-03-301-7/+7
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-7/+7
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-10/+10
| | | * Use TclOffset() in stead of magic calculations using sizeof(), which might gi...jan.nijtmans2022-08-261-1/+1
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-63/+63
|/ / /
* | | 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