summaryrefslogtreecommitdiffstats
path: root/generic/tkConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-07-181-2/+2
|\
* | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan...jan.nijtmans2023-06-211-4/+4
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-6/+6
* | Merge 8.7jan.nijtmans2023-03-301-5/+5
|\ \
| * \ Partial fix for [85cea56c27]: The -underline option does not show an underlin...jan.nijtmans2023-03-141-5/+5
| |\ \
| | * | Fix indentation in tkConfig.cfvogel2023-03-131-5/+5
* | | | Merge 8.7. Remove some spacingjan.nijtmans2023-03-141-12/+14
|/ / /
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-36/+36
|/ /
* | off-by-one error in TIP #577 impljan.nijtmans2023-03-051-1/+1
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-5/+9
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-4/+4
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-4/+12
| * Handle the TCL_NULL_OK flag, if running with Tcl 8.7, as synonym for TK_CONFI...jan.nijtmans2022-11-231-1/+1
* | Possible addendum to [5e4e44a93b]: Always canonicalize any abbreviations for ...jan.nijtmans2022-12-011-0/+16
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-5/+7
* | Eliminate intermediate numObjects1/objc1 variablesjan.nijtmans2022-10-301-2/+1
* | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size)jan.nijtmans2022-10-241-4/+5
|\ \
| * \ Rebase to 8.7jan.nijtmans2022-10-121-4/+5
| |\ \
| | * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-4/+5
* | | | Merge 8.7jan.nijtmans2022-10-081-8/+8
|\ \ \ \ | |/ / /
| * | | TCL_INDEX_NULL_OK -> TCL_NULL_OK (following TIP #618)jan.nijtmans2022-10-071-8/+8
| |/ /
* | | TIP #642 implementationjan.nijtmans2022-10-051-16/+52
|/ /
* | Merge 8.6jan.nijtmans2022-05-071-6/+51
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-05-051-90/+90
| |\
| | * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-89/+91
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-6/+53
| |/
* | Sync TCL_INDEX_NULL_OK changes from Tcljan.nijtmans2022-04-151-18/+13
* | Make Tk 8.7 work with both TIP #613 and TIP #618jan.nijtmans2022-04-051-4/+6
* | Merge 8.7jan.nijtmans2022-03-021-15/+56
|\ \
| * | Eliminate TkIsNaN(): We can assume C99 nowjan.nijtmans2022-02-181-1/+1
| * | Oops 2jan.nijtmans2022-02-021-3/+2
| * | Oopsjan.nijtmans2022-02-021-3/+3
| * | More adaptations (use NaN/INT_MIN as internal representation)jan.nijtmans2022-02-021-9/+21
| * | Same protection for TK_OPTION_BOOLEAN too.jan.nijtmans2022-02-011-0/+4
| * | Fix the memory corruption bugjan.nijtmans2022-02-011-2/+4
| * | Merge 8.7jan.nijtmans2022-01-271-8/+16
| |\ \
| * | | Implement TK_OPTION_NULL_OK for TK_OPTION_INT (working the same as for TK_OPT...jan.nijtmans2022-01-251-3/+18
| * | | code cleanupjan.nijtmans2021-12-151-28/+16
| * | | Merge 8.7jan.nijtmans2021-12-141-8/+26
| |\ \ \
| * | | | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-5/+5
* | | | | Merge 8.7jan.nijtmans2022-01-311-1/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Slightly better error-message for "expected floating-point number", when the ...jan.nijtmans2022-01-251-1/+9
* | | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
|/ / / /
* | | | Merge 8.6jan.nijtmans2021-12-151-20/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled...jan.nijtmans2021-12-151-14/+6
* | | | TIP #577 follow-up (Enhanced index values for Tk). Now that an index may be "...jan.nijtmans2021-12-141-1/+1
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2021-12-121-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-4/+4
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-1/+1