summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSend.c
Commit message (Expand)AuthorAgeFilesLines
* Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-261-62/+62
|\
| * Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-231-62/+62
|/
* Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-1/+1
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
|\
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
| | * Backport fix for [Bug 3546073]jenglish2012-07-311-5/+3
| * | fix typodgp2012-10-051-1/+1
| * | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-021-0/+2
* | | typodgp2012-09-151-1/+1
* | | 3567812 3567779 Repaired regressions in 3546073 fix.dgp2012-09-151-0/+3
* | | more auditing of error codesdkf2012-07-301-1/+2
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-1/+4
* | | merge trunkdkf2012-07-281-5/+2
|\ \ \
| * \ \ silence compiler warningsdgp2012-07-241-1/+1
| |\ \ \ | | |/ /
| | * | silence compiler warningsdgp2012-07-241-1/+1
| * | | Fix for [Bug 3546073]:jenglish2012-07-231-5/+2
| |\ \ \ | | |/ /
| | * | Fix for [Bug 3546073]:root2012-07-231-5/+2
* | | | Much more cleaning up of result handling.dkf2012-07-231-14/+15
|/ / /
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | Apply (a version of) [Patch 2917663].dkf2009-12-201-30/+50
| * | [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-251-3/+47
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-16/+12
* | | Consistent use of variable names in RestrictEventnijtmans2010-05-111-6/+5
* | | Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.dkf2009-12-201-32/+52
* | | [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-251-22/+66
* | | Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-2/+3
* | | CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-24/+25
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-55/+54
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-3/+1
* | Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-031-2/+4
* | Tackle [Bug 1711985]dkf2007-05-031-7/+7
* | Minor syntactic stuffdkf2007-02-271-74/+74
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-2/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+112
* | Whitespace/style/ANSI improvementsdkf2005-10-211-516/+484
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
|/
* * unix/tkUnixSend.c (Tk_SetAppName): Fixed a compiler warning.rmax2002-08-131-5/+3
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-18/+20
* * unix/tkUnixSend.c: Using Tcl_GetTime instead of TclpGetTime.rmax2002-07-181-3/+3
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-18/+5
* * unix/tkUnixSend.c (TkSendCleanup): special cleanup ofhobbs2002-06-171-3/+15
* unix/tkUnixSend.c (TkSendCleanup): free send-related resourceshobbs2002-04-121-1/+34
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-3/+3
* * Merged 8.1 branch into the main trunkstanton1999-04-161-47/+60
* * unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memorystanton1999-02-041-4/+7