summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-02-271-8/+9
|\
| * More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-8/+9
* | Merge 9.0jan.nijtmans2022-02-241-2/+2
|\ \ | |/
| * 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
* | | | 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.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
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
| |\ \ | | |/
* | | Since Tcl_NumUtfChars() now can return a value of more that 32 bits ....jan.nijtmans2020-04-261-2/+2
* | | Change a few variables from type "int" to "size_t". Always test TCL_UTF_MAX f...jan.nijtmans2020-04-201-1/+1
* | | merge 8.7dgp2020-04-021-22/+8
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2020-03-181-5/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-181-5/+5
| |\ \ | | |/
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-5/+5
* | | merge 8.7dgp2020-03-061-6/+3
|\ \ \ | |/ /
| * | more unused argumentsdgp2020-03-061-6/+3
* | | Merge 8.7jan.nijtmans2020-02-281-8/+6
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-1/+1
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-291-7/+5
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-3/+3
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
* | | | | Merge 8.7jan.nijtmans2020-01-201-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 8.7jan.nijtmans2019-08-151-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| | |/ / | |/| |
| * | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2019-02-251-4/+4
|\ \ \ | |/ /
| * | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-4/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-3/+3
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-3/+3
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | Merge 8.7jan.nijtmans2018-12-111-18/+18
|\ \ \ | |/ /