summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-29/+0
* Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-041-2/+51
|\
| * Merge 8.6jan.nijtmans2023-09-041-2/+51
| |\
| | * Put back tiny optimization removed [76de1e42|here]jan.nijtmans2023-09-041-2/+51
* | | Second part of fix: don't use strtod any morejan.nijtmans2023-09-011-26/+41
|\ \ \ | |/ / |/| |
* | | Merge 8.6jan.nijtmans2023-09-011-105/+45
|\ \ \ | | |/ | |/|
| * | Fix [6cc8002951]: numeric parameter errors depending on whether string vs dou...jan.nijtmans2023-09-011-105/+45
| |\ \ | | |/
| | * Proposed fix for [6cc8002951]: numeric parameter errors depending on whether ...jan.nijtmans2023-09-011-110/+77
| |/
* | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-8/+1
|\ \
| * | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan...jan.nijtmans2023-06-211-7/+0
|/ /
* | TIP 660 updateapnadkarni2023-04-171-5/+4
* | Add comment in TkGetIntForIndex.fvogel2023-04-011-1/+2
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-2/+2
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-28/+34
* | Rebase to 8.7jan.nijtmans2022-10-121-4/+4
|\ \
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-4/+4
* | | Merge 8.6jan.nijtmans2022-09-101-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-3/+3
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-3/+3
* | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
* | Merge 8.7jan.nijtmans2021-05-031-1/+6
|\ \
| * | Fix bugin TkGetIntForIndex(), only visible when running Tk 8.7 with Tcl 8.6jan.nijtmans2021-05-021-2/+2
* | | Merge 8.7jan.nijtmans2021-01-281-6/+6
|\ \ \ | |/ /
| * | Make the declaration of tclIntStubsPtr match the declaration in tclStubLib.c....jan.nijtmans2021-01-141-6/+6
* | | Merge 8.7jan.nijtmans2021-01-081-1/+7
|\ \ \ | |/ /
| * | Fix obscure corner-case: Tk built with g++ and --disable-shared, with shared ...jan.nijtmans2020-12-101-0/+6
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | | Merge 8.7jan.nijtmans2020-09-151-2/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-151-2/+1
| |\ \ | | |/
| | * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-20/+20
* | | Merge 8.7jan.nijtmans2020-09-061-2/+2
|\ \ \ | |/ /
| * | Merge trunkjan.nijtmans2020-08-241-1/+1
| |\ \
| | * | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
| * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
| |/ /
* | | Plug memory leak in UnderlinePrintProc()jan.nijtmans2020-08-201-3/+0
* | | Merge trunkjan.nijtmans2020-08-201-0/+3
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2020-07-171-34/+11
|\ \ \ | |/ /
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-2/+14
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-0/+4
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-2/+12
* | | First conceptjan.nijtmans2020-06-081-21/+4
|/ /
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-3/+8
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-26/+27
|\ \
| * \ Merge trunkjan.nijtmans2020-02-261-1/+75
| |\ \
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-26/+27
* | | | Let TkGetIntForIndex() return TCL_ERROR for invalid index values, in stead of...jan.nijtmans2020-02-271-3/+3
| |/ / |/| |
* | | Add internal function TkGetIntForIndex(), which handles integer indexes and "...jan.nijtmans2020-02-241-1/+75
|/ /
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2