summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-07-021-1/+1
|\
| * 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
* | 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
|\ \ | |/
| * Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-09-021-0/+1
* | merge core-8-6-branchjan.nijtmans2017-05-081-2/+2
|\ \ | |/
| * Don't use sizeof(struct) when the structure has a char array as last element:...jan.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
|/
* 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
* | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-16/+23
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-8/+10
* | | TIP 337dgp2008-12-091-3/+5
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-7/+7
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-6/+6
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-6/+6
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-26/+26
|/ /
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* | Plug potential memory leak...dkf2005-11-221-1/+2
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-13/+12
* | Fix problem in default selection handler outlined by test select-9.5dkf2005-11-141-12/+14
* | Format for style and remove non-ANSI declsdkf2005-10-171-587/+585
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
|/