| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new operations | dkf | 2024-05-25 | 1 | -6/+2 |
|
|
* | Tcl_NewBooleanObj() is better here than Tcl_NewIntObj | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
|
|
* | Backout [0a9ae478ac], as requested | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
|
|
* | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 1 | -4/+4 |
|
|
* | Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra... | jan.nijtmans | 2024-04-02 | 1 | -11/+18 |
|\ |
|
| * | 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 |
|
|
| * | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| * | | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
| |\ \ \
| | |/ / |
|
| | * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -2/+1 |
| |\ \ \
| | |/ / |
|
| | * | | more | dgp | 2020-03-06 | 1 | -2/+1 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| | |\ \ |
|
| | * \ \ | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| | |\ \ \ |
|
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-10-01 | 1 | -36/+15 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+1 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -4/+2 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -2/+2 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | /
| | | | |_|_|_|/
| | | |/| | | | |
|
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | |/ / / / / / |
|
| | * | | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-29 | 1 | -36/+15 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf | jan.nijtmans | 2019-09-29 | 1 | -1/+2 |
|
|
| | * | | | | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 1 | -37/+15 |
| | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -4/+2 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
| | | |_|_|/
| | |/| | | |
|
| | * | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
|
|
| | * | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
|
|
| | * | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -4/+2 |
| | | |_|/
| | |/| | |
|
| * | | | | Fix handling of length (size_t)-1 in tclMain.c. This should fix handling of c... | jan.nijtmans | 2019-08-11 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -5/+12 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 1 | -5/+12 |
|
|
| * | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -4/+4 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -4/+5 |
|
|
| * | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|