summaryrefslogtreecommitdiffstats
path: root/generic/tkConsole.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-151-23/+11
|\
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-36/+32
* | Merge 8.6jan.nijtmans2020-08-041-2/+2
|\ \ | |/
| * Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-041-2/+2
* | TIP 569 remove lint commentsdgp2020-03-181-4/+0
* | Make Tk compile using C++ against Tcl 9.0 headers.jan.nijtmans2020-03-111-1/+1
* | Merge trunkjan.nijtmans2020-02-261-3/+16
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-251-3/+16
| |\ \ | | |/
| | * Upgrade console channel type to TCL_CHANNEL_VERSION_5.jan.nijtmans2020-02-251-3/+16
* | | WIP: Add support for C++jan.nijtmans2019-12-121-20/+32
|/ /
* | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to int...fvogel2017-08-241-1/+5
|\ \ | |/
| * Fix [ee40fd1fce]: Report possible error message from the consoleInterp to int...fvogel2017-08-121-1/+5
* | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ...jan.nijtmans2017-01-201-1/+1
* | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ...jan.nijtmans2016-11-041-6/+6
|/
* 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