summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-5/+5
* Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s...jan.nijtmans2024-05-271-2/+3
|\
| * Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used.jan.nijtmans2024-05-271-2/+3
| * More int -> Tcl_Sizejan.nijtmans2024-03-171-2/+2
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-6/+4
* | Clean up a lot of small whitespace issues dkf2024-05-131-4/+6
* | Code style cleanupdkf2024-05-101-170/+182
* | Merge 8.7jan.nijtmans2024-02-111-1/+0
|\ \ | |/
| * TIP #652jan.nijtmans2024-02-111-1/+0
| |\
| | * Implementation of TIP 652.pooryorick2024-02-071-1/+0
| |/ |/|
| * More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-4/+4
| * Some more int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-08-011-16/+16
* | TIP 677: Constant Variablesdkf2023-12-111-0/+4
|\ \
| * | Bytecode implementationdkf2023-12-051-0/+4
* | | int -> Tcl_Size for DTracejan.nijtmans2023-12-061-5/+5
|/ /
* | Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13apnadkarni2023-08-131-1/+1
* | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-4/+4
* | Merge 9.0jan.nijtmans2023-06-271-1/+1
* | Adapt signature of TclCompileScript() to fit better after TIP 660.dgp2023-04-241-1/+1
* | Merge trunkapnadkarni2023-04-141-1/+1
|\ \
| * \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | Merge 9.0apnadkarni2023-04-051-2/+2
|\ \ \ | |/ /
| * | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-11/+11
* | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ | |/ /
| * | 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
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-11/+11
|/ / /
* | | 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