summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-11/+11
* Merge 8.7jan.nijtmans2023-03-301-1/+1
|\
| * Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | Merge 8.7. lreplace4 bcc instruction and FLT_MAX fixapnadkarni2022-11-051-0/+8
|\ \ \ | |/ /
| * | Merge core-8-branchapnadkarni2022-11-051-9/+8
| |\ \
| * | | Rewrite lreplace4 implementation not to need extra immediate operands.apnadkarni2022-11-031-2/+8
| * | | New bytecode for linsertapnadkarni2022-10-301-1/+1
| * | | Implement lreplace4 BCC instructionapnadkarni2022-10-301-2/+4
* | | | Merge 8.7jan.nijtmans2022-10-251-10/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-9/+8
| |/ /
| * | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-26/+26
| * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-93/+93
* | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ...jan.nijtmans2022-10-231-20/+22
* | | Merge 9.0jan.nijtmans2022-07-041-3/+3
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-07-041-3/+3
| |\ \ \ | | |/ /
| | * | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!)jan.nijtmans2022-07-041-4/+4
* | | | Merge 9.0jan.nijtmans2022-06-241-80/+80
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-06-241-3/+3
| |\ \ \ |/ / / / | | _ / | | /
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-3/+3
* | | Merge 8.7jan.nijtmans2022-06-231-8/+8
|\ \ \ | |/ /
| * | more "unsigned int" -> TCL_HASH_TYPEjan.nijtmans2022-06-231-8/+8
* | | Merge 8.7jan.nijtmans2022-06-131-1/+1
|\ \ \ | |/ /
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-2/+2
* | | Undo unintended (internal) variable renamejan.nijtmans2022-06-081-1/+1
* | | Merge 9.0jan.nijtmans2022-05-301-12/+4
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-271-12/+4
| |\ \ \ | | |/ /
| | * | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefsjan.nijtmans2022-05-271-12/+4
* | | | more tweaksjan.nijtmans2022-03-311-4/+4
* | | | More progressjan.nijtmans2022-03-311-2/+2
* | | | more progressjan.nijtmans2022-03-311-2/+2
* | | | More progressjan.nijtmans2022-03-311-3/+3
* | | | more progressjan.nijtmans2022-03-311-4/+4
* | | | More progressjan.nijtmans2022-03-301-13/+13
* | | | More progressjan.nijtmans2022-03-301-5/+5
* | | | More progressjan.nijtmans2022-03-291-7/+7
* | | | More progressjan.nijtmans2022-03-291-4/+4
* | | | size_t continuedjan.nijtmans2022-03-241-4/+4
* | | | More size_tjan.nijtmans2022-03-241-5/+5
* | | | Make varIndexes a size_t[]jan.nijtmans2022-03-231-1/+1
* | | | Furtherjan.nijtmans2022-03-181-2/+2
* | | | More progressjan.nijtmans2022-03-171-7/+7
* | | | Update doc, fix PrintSourceToObj signaturejan.nijtmans2022-03-101-5/+5
* | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-8/+8
|\ \ \ \ | |/ / /
* | | | More progressjan.nijtmans2022-03-091-8/+8
* | | | More size_tjan.nijtmans2022-03-081-6/+16
* | | | Another round of int -> size_t for internal functionsjan.nijtmans2022-03-071-12/+12
|/ / /
* | | Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-3/+3
* | | Backout part of previous commit, making compile.test work again with --enable...jan.nijtmans2022-02-281-6/+6
* | | More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-10/+10