summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7dkf2024-05-261-6/+2
|\
| * merge 8.6dkf2024-05-261-6/+2
| |\
| | * Use the new operationsdkf2024-05-251-6/+2
| * | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well.jan.nijtmans2024-04-291-1/+1
| |\ \ | | |/
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-2/+2
* | | Clean up a lot of small whitespace issues dkf2024-05-131-2/+2
* | | Merge 8.7jan.nijtmans2024-04-101-1/+1
|\ \ \ | |/ /
| * | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-1/+1
| |\ \ | | |/
| | * Tcl_NewBooleanObj() is better here than Tcl_NewIntObjjan.nijtmans2024-04-101-1/+1
* | | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change)jan.nijtmans2024-04-041-5/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-041-4/+4
| |\ \ | | |/
| | * Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-4/+4
* | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-11/+11
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-041-4/+4
| |\ \ | | |/
| | * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-4/+4
* | | Merge 8.7jan.nijtmans2024-04-021-22/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-021-26/+20
| |\ \ | | |/
| | * Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-021-11/+18
| | |\
| | * | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice...jan.nijtmans2024-04-021-20/+13
* | | | Merge 8.7jan.nijtmans2023-09-281-8/+25
|\ \ \ \ | |/ / /
| * | | Proposed fix for [0df5906dd7]jan.nijtmans2023-09-281-8/+25
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-10/+10
* | | | Merge 8.7jan.nijtmans2022-11-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2022-10-211-4/+4
|\ \ \ \ | |/ / /
* | | | More protections for invalid argc valuesjan.nijtmans2022-04-011-7/+9
* | | | Merge 9.0jan.nijtmans2022-03-211-1/+1
|\ \ \ \
| * | | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-1/+1
* | | | | Use size_t in Tcl_MainEx()jan.nijtmans2022-02-251-1/+1
|/ / / /
* | | | Merge 8.7jan.nijtmans2022-02-021-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-02-021-2/+2
| |\ \ \ | | |/ /
| | * | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a st...jan.nijtmans2022-02-021-2/+2
* | | | Merge 8.7jan.nijtmans2022-02-011-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge 8.6jan.nijtmans2022-02-011-6/+7
| |\ \ | | |/
| | * Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-011-10/+11
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-3/+4
| * | take advantage of what we know re: argv guarantees [https://www.iso-9899.info...bch2022-01-281-7/+5
| * | rejig argv/argc handling in response to investigation prompted by [https://ar...bch2022-01-281-9/+17
* | | take advantage of what we know re: argv guarantees [https://www.iso-9899.info...bch2022-01-291-6/+4
* | | be more strict about using argv[0]bch2022-01-281-2/+4
* | | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: cur...bch2022-01-281-9/+15
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-4/+4
|\ \ \ | |/ /
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-5/+0
|\ \ \ | |/ /
| * | Simplifications when assuming VS 2015 or laterjan.nijtmans2020-12-171-5/+0
* | | 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-10-091-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. Don't inline functions which are too big to be inlined (according ...jan.nijtmans2020-10-091-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-171-5/+6
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-5/+6