summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
|\
| * Merge trunkjan.nijtmans2020-09-101-3/+1
| |\
| | * Merge 8.6jan.nijtmans2020-09-101-3/+1
| | |\ | |_|/ |/| |
| * | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-101-1/+1
| |/
| * New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
| * Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
| * Merge trunk. Fix C++ builds, also for TCL_UTF_MAX=4 and TCL_UTF_MAX=6jan.nijtmans2020-05-231-2/+2
| |\
| * | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-9/+9
| |/
| * Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-2/+2
| |\
| * \ Merge 8.6jan.nijtmans2020-05-181-1/+2
| |\ \
| * | | TIP 569 remove lint commentsdgp2020-03-181-1/+0
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-31/+33
| * | | Merge 8.6jan.nijtmans2019-07-021-1/+1
| |\ \ \
| * | | | Eliminate some redundant type-castsjan.nijtmans2019-06-211-1/+1
| * | | | Merge trunkjan.nijtmans2019-05-101-3/+3
| |\ \ \ \
| | * | | | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-2/+2
| | * | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
| | * | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
| * | | | | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-1/+1
| * | | | | Merge trunkjan.nijtmans2018-11-251-3/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-3/+3
| * | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-2/+2
| |/ / / /
| * | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
| * | | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-191-0/+1
| |\ \ \ \
| * \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-081-2/+2
| |\ \ \ \ \
| * | | | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+1
* | | | | | | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-33/+32
| |_|_|_|_|/ |/| | | | |
* | | | | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-3/+3
| * | | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-141-1/+2
| | |_|_|/ | |/| | |
* | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo...jan.nijtmans2020-05-181-1/+2
|/ / / /
* | | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-191-1/+1
| |_|/ |/| |
* | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-09-021-0/+1
| |/ |/|
* | Don't use sizeof(struct) when the structure has a char array as last element:...jan.nijtmans2017-05-081-2/+2
|/
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-1/+1
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-10/+10
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-10/+10
* Much more cleaning up of result handling.dkf2012-07-231-46/+41
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-3/+3
| | * Backport of fixes for [Bug 1353414]dkf2005-11-221-12/+15
| * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-16/+16
* | | tkSelect.c: Fix for [Bug #3164879] (memory allocation bugjenglish2011-01-241-3/+3
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-061-4/+4
* | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-291-4/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-9/+9