summaryrefslogtreecommitdiffstats
path: root/generic/tclDisassemble.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-11-151-1/+1
|\ \ \ | |/ /
* | | Implement TIP 445dgp2018-11-131-39/+51
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-241-1/+1
| |\ \
| * \ \ merge 8.7dgp2018-10-181-1/+1
| |\ \ \
| * \ \ \ merge 8.7dgp2018-02-151-5/+5
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-02-091-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-02-061-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2017-12-191-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-04-271-18/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-04-061-8/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Purge more direct accesses to bytes field.dgp2016-10-071-3/+1
| * | | | | | | | | | merge trunkdgp2016-07-091-3/+136
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More ByteCode revisions.dgp2016-04-301-13/+17
| * | | | | | | | | | | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType.dgp2016-04-041-12/+4
| * | | | | | | | | | | Revise "instname" ObjType to use proposed routinesdgp2016-04-041-7/+24
| * | | | | | | | | | | Revise the "instname" Tcl_ObjType to use the routines.dgp2016-03-241-9/+10
* | | | | | | | | | | | Merge 8.7jan.nijtmans2018-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn...jan.nijtmans2018-10-211-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-6/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Merge 8.7jan.nijtmans2018-06-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /