summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new operationsdkf2024-05-251-6/+2
* Tcl_NewBooleanObj() is better here than Tcl_NewIntObjjan.nijtmans2024-04-101-1/+1
* Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-4/+4
* encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-4/+4
* Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-021-11/+18
|\
| * 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
| * | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-2/+2
| |\ \ \ | | |/ /
| * | | merge 8.7dgp2020-03-171-1/+0
| |\ \ \ | | |/ /
| | * | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
| * | | Merge 8.7jan.nijtmans2020-03-071-2/+1
| |\ \ \ | | |/ /
| | * | moredgp2020-03-061-2/+1
| * | | Merge 8.7jan.nijtmans2020-02-281-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2020-02-281-2/+3
| |\ \ \ | | |/ /
| | * | Merge 8.7jan.nijtmans2020-02-261-1/+1
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2020-01-071-1/+1
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-10-011-36/+15
| | |\ \ \ \
| | * \ \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-4/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| | |\ \ \ \ \ \ \
| | * | | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-2/+2
| | |/ / / / / / /
| * | | | | | | | Merge 8.7jan.nijtmans2020-02-211-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge 8.6jan.nijtmans2020-02-211-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Merge 8.7jan.nijtmans2020-01-071-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 8.7jan.nijtmans2019-09-291-36/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtfjan.nijtmans2019-09-291-1/+2
| | * | | | | Merge 8.6jan.nijtmans2019-09-291-37/+15
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 8.7jan.nijtmans2019-09-141-4/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
| | | |_|_|/ | | |/| | |
| | * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
| | * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
| | * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-4/+2
| | | |_|/ | | |/| |
| * | | | Fix handling of length (size_t)-1 in tclMain.c. This should fix handling of c...jan.nijtmans2019-08-111-1/+1
| * | | | Merge 8.7jan.nijtmans2019-03-081-5/+12
| |\ \ \ \ | | |/ / /
| | * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-5/+12
| * | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-4/+4
| |\ \ \ \ | | |/ / /
| * | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-4/+5
| * | | | 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-1/+1
| |\ \ \ \ | | |/ / /