Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | dkf | 2024-05-26 | 1 | -6/+2 |
|\ | |||||
| * | merge 8.6 | dkf | 2024-05-26 | 1 | -6/+2 |
| |\ | |||||
| | * | Use the new operations | dkf | 2024-05-25 | 1 | -6/+2 |
| * | | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well. | jan.nijtmans | 2024-04-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -2/+2 |
* | | | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 Use TclHasInternalRep() macro in more places. | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Tcl_NewBooleanObj() is better here than Tcl_NewIntObj | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
* | | | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change) | jan.nijtmans | 2024-04-04 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Backout [0a9ae478ac], as requested | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
* | | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency) | jan.nijtmans | 2024-04-04 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2024-04-02 | 1 | -22/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-04-02 | 1 | -26/+20 |
| |\ \ | | |/ | |||||
| | * | Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra... | jan.nijtmans | 2024-04-02 | 1 | -11/+18 |
| | |\ | |||||
| | * | | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice... | jan.nijtmans | 2024-04-02 | 1 | -20/+13 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-28 | 1 | -8/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Proposed fix for [0df5906dd7] | jan.nijtmans | 2023-09-28 | 1 | -8/+25 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -10/+10 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
* | | | | More protections for invalid argc values | jan.nijtmans | 2022-04-01 | 1 | -7/+9 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-03-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix compiler warnings, due to the use of macro's | jan.nijtmans | 2022-03-21 | 1 | -1/+1 |
* | | | | | Use size_t in Tcl_MainEx() | jan.nijtmans | 2022-02-25 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a st... | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-02-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-02-01 | 1 | -6/+7 |
| |\ \ | | |/ | |||||
| | * | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ... | jan.nijtmans | 2022-02-01 | 1 | -10/+11 |
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -3/+4 |
| * | | take advantage of what we know re: argv guarantees [https://www.iso-9899.info... | bch | 2022-01-28 | 1 | -7/+5 |
| * | | rejig argv/argc handling in response to investigation prompted by [https://ar... | bch | 2022-01-28 | 1 | -9/+17 |
* | | | take advantage of what we know re: argv guarantees [https://www.iso-9899.info... | bch | 2022-01-29 | 1 | -6/+4 |
* | | | be more strict about using argv[0] | bch | 2022-01-28 | 1 | -2/+4 |
* | | | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: cur... | bch | 2022-01-28 | 1 | -9/+15 |
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -5/+0 |
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-09 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. Don't inline functions which are too big to be inlined (according ... | jan.nijtmans | 2020-10-09 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |