summaryrefslogtreecommitdiffstats
path: root/generic/tkConsole.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-1/+1
* more places convertedjan.nijtmans2013-01-241-2/+2
* Merge core-8-5-branchjan.nijtmans2013-01-241-4/+4
|\
* \ Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-3/+2
|\ \ | |/
| * Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-2/+1
| |\
| | * Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-2/+1
| * | fix commentjan.nijtmans2013-01-151-1/+1
* | | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-1/+1
|\ \ \ | |/ /
| * | Don't use deprecated "case" any more.jan.nijtmans2013-01-151-1/+1
| |\ \ | | |/
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-6/+7
|\ \ \ | |/ /
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-6/+7
| |\ \ | | |/
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-5/+5
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-4/+0
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-2/+2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+0
* | | Much more cleaning up of result handling.dkf2012-07-231-2/+6
* | | _Xconst -> constjan.nijtmans2012-02-211-1/+1
|\ \ \ | |/ /
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-8/+0
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-8/+1
| |\ \ | | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+17
|\ \ \ | |/ /
| * | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+19
| |\ \ | | |/
| | * Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+19
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-2/+2
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-2/+2
| | * * generic/tkInt.h: Thread safety for the data structures ofdgp2006-06-051-317/+455
| | * * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bumpdgp2006-06-011-2/+11
| | * * generic/tkConsole.c: backport fix for bug 756840 & sync whitespacedas2005-06-231-8/+26
| | * Backported [console] rename fix. [Bug 1016385]dkf2005-06-031-42/+38
| * | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+20
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+3
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-3/+4
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-2/+4
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-79/+85
* | | * README: Bump version number to 8.6a0dgp2008-04-011-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to accountdgp2007-09-171-2/+2
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-2/+2
* | * generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restoredgp2007-09-101-2/+2
* | * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-2/+2
* | * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bumpdgp2006-06-011-2/+11
* | * generic/tkConsole.c: Added exit handler to clean up the interpdgp2006-03-211-8/+27
* | * generic/tkConsole.c: Added exit handler to clean up the interpdgp2006-03-201-5/+27
* | corrected silly cut/paste/forget to modify error in the name of thedgp2006-03-161-2/+2
* | Revisions to Tk_CreateConsoleWindow to tolerate case when no console channelsdgp2006-03-161-26/+27
* | * generic/tkConsole.c: Substantial rewrite of [console] support.dgp2006-03-161-299/+356