summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Expand)AuthorAgeFilesLines
* [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ...jan.nijtmans2022-08-251-6/+7
* Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-1/+1
|\
* | 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
| * 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
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-16/+16
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-22/+25
* | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
|\ \ | |/
* | merge 8.6dgp2020-04-021-22/+8
|\ \ | |/
| * Adapt another caller. This one had a bug when (TCL_UTF_MAX == 4) because itdgp2020-04-021-22/+8
* | Merge 8.6jan.nijtmans2020-03-181-5/+5
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-5/+5
* | more unused argumentsdgp2020-03-061-6/+3
* | Merge 8.7jan.nijtmans2020-02-131-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2019-09-251-3/+3
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-06-091-1/+1
| |\ \ \
| * | | | Merge 8.7jan.nijtmans2019-03-161-1/+1
* | | | | Merge tip-548jan.nijtmans2019-08-291-7/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge tip-548jan.nijtmans2019-08-151-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| | |/ / | |/| |
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
|/ / /
* | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-1/+1
|/ /
* | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-4/+4
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-3/+3
* | merge 8.7dgp2018-10-241-1/+1
|\ \
| * | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn...jan.nijtmans2018-10-211-1/+1
* | | merge 8.7dgp2018-10-181-1/+1
|\ \ \ | |/ /
| * | Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-1/+1
* | | merge 8.7dgp2018-02-151-5/+5
|\ \ \ | |/ /
| * | Guarantee the buffer is large enough it will not be overrun.dgp2018-02-151-1/+2
| * | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C...jan.nijtmans2018-02-141-4/+3
* | | merge 8.7dgp2018-02-091-1/+1
|\ \ \ | |/ /
| * | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-2/+2
* | | merge 8.7dgp2018-02-061-2/+2
|\ \ \ | |/ /
| * | merge core-8-branchjan.nijtmans2017-12-191-2/+2
| |\ \
| * | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-3/+3
* | | | merge 8.7dgp2017-12-191-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-191-2/+2
| |/ /
* | | merge trunkdgp2017-04-271-18/+16
|\ \ \ | |/ /
| * | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-18/+16
| |\ \ | | |/
| | * A better way of getting source file location information when disassembling.dkf2017-04-221-18/+16
* | | merge trunkdgp2017-04-061-8/+4
|\ \ \ | |/ /
| * | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E...jan.nijtmans2017-03-311-8/+4
| * | Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly...andy2016-11-241-2/+2
| * | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-2/+2
* | | Purge more direct accesses to bytes field.dgp2016-10-071-3/+1