summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* * generic/tkSelect.c (Tk_CreateSelHandler):jenglish2003-01-141-4/+5
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-10/+14
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-2/+2
* * generic/tkBind.c (TkBindFree):dgp2002-01-041-3/+3
* * library/console.tcl:hobbs2001-07-031-17/+102
* * generic/tkWindow.c: Updated [selection] command entry to useericm2000-08-071-254/+298
* Fixed ANSI-style function definitions so that they work on K&Rredman1999-08-131-2/+2
* * unix/tkUnixSelect.c:stanton1999-06-031-20/+87
* * Merged 8.1 branch into the main trunkstanton1999-04-161-36/+94
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1341