summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...nijtmans@users.sourceforge.net2014-02-101-1/+1
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish@flightlab.com2013-02-271-10/+10
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...nijtmans@users.sourceforge.net2013-02-271-10/+10
* Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-46/+41
* Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-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]donal.k.fellows@manchester.ac.uk2005-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 bedonal.k.fellows@manchester.ac.uk2011-03-121-16/+16
* | | tkSelect.c: Fix for [Bug #3164879] (memory allocation bugjenglish@flightlab.com2011-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.donal.k.fellows@manchester.ac.uk2010-01-021-9/+9
* | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!donal.k.fellows@manchester.ac.uk2009-07-231-16/+23
* | | Merge of TkAqua Cocoa portdas2009-06-291-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-8/+10
* | | TIP 337dgp@users.sourceforge.net2008-12-091-3/+5
* | | Lots of small changes to make code more pretty and C89-like.donal.k.fellows@manchester.ac.uk2008-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.donal.k.fellows@manchester.ac.uk2008-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).donal.k.fellows@manchester.ac.uk2008-04-271-26/+26
|/ /
* | Eliminate use of (VOID*) casts when calling memset or memcpy.donal.k.fellows@manchester.ac.uk2007-04-171-2/+2
* | Plug potential memory leak...donal.k.fellows@manchester.ac.uk2005-11-221-1/+2
* | ANSIfy and reduce casting of NULL to promote readabilitydonal.k.fellows@manchester.ac.uk2005-11-171-13/+12
* | Fix problem in default selection handler outlined by test select-9.5donal.k.fellows@manchester.ac.uk2005-11-141-12/+14
* | Format for style and remove non-ANSI declsdonal.k.fellows@manchester.ac.uk2005-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):jenglish@flightlab.com2003-01-141-4/+5
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***das2002-08-311-2/+2
* Applied companion patch for Tcl Patch 585105,dgp@users.sourceforge.net2002-08-051-3/+3
* * Updates to handle change in type of tablePtrdgp@users.sourceforge.net2002-01-171-10/+14
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp@users.sourceforge.net2002-01-171-2/+2
* * generic/tkBind.c (TkBindFree):dgp@users.sourceforge.net2002-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