summaryrefslogtreecommitdiffstats
path: root/generic/tkConsole.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-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
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-8/+1
|\ \ | |/
* | 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/+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
* | 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
* | More bits of ANSIfyingdkf2005-11-111-195/+197
* | * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.das2005-06-231-2/+2
* | Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfodkf2005-03-191-35/+34
* | Fix for [Bug 756840]Joe Mistachkin2004-06-261-1/+16
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-5/+1
* | Fixed memory leak (bug 802435)chengyemao2003-09-201-11/+11
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-5/+5
* * generic/tkConsole.c (ConsoleCmd): correct return that shouldhobbs2002-04-121-2/+2
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-4/+1
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-4/+4
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+5
* * TIP 44 changes specific to the Mac anddgp2001-08-061-6/+6
* Just added comments about a Win2K OS bug with GetStdHandle(STD_OUTPUT_HANDLE).davidg2000-07-181-1/+18
* * generic/tkColor.c:hobbs1999-11-191-2/+2
* * generic/tkConsole.c: Allow tcl to open CON and NUL, even for stdredman1999-07-301-16/+104
* Cast third argument of Tcl_DStringAppend to (int) value in case thewart1999-06-171-2/+2
* Updated aclocal.m4 to reflect recent changes in tcl.m4wart1999-06-171-3/+3
* * generic/tkStubLib.c:stanton1999-05-251-1/+22