summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-3/+3
* Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout,...jan.nijtmans2015-06-231-1/+1
* Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break ashok2015-03-191-2/+14
* Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* Added comments raising questions about possible updates to channeldgp2014-03-211-0/+7
* Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-2/+2
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
| * and don't forget the %jan.nijtmans2012-07-081-1/+1
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-1/+1
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+1
* | | win/tclWinConsole.c: Refactor common thread handling patterns.dkf2011-11-111-209/+228
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-071-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * compiler warning build break fixJoe Mistachkin2009-11-021-2/+2
| | * * win/tclWinConsole.c: revert 2005-11-03 [Patch 1256872] changehobbs2006-03-281-76/+9
| | * * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-031-9/+76
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-11/+69
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-2/+2
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-2/+2
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-12/+10
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-2/+2
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+1
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+3
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-5/+7
* | ANSIfydkf2005-11-041-76/+77
* | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicodepatthoyts2005-11-031-9/+52
* | Getting more systematic about styledkf2005-07-241-217/+223
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-11/+69
* | Calls to WriteFile and WriteConsoleA changed to WriteConsole.davygrvy2004-09-101-10/+9
|/
* added a missing comment line to show that use of TerminateThread is evil.davygrvy2002-11-261-1/+3
* * win/tclWinConsole.c:davygrvy2002-11-261-44/+131
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-4/+4
* * win/tclWinConsole.c (ConsoleCloseProc): only wait on writablehobbs2002-09-021-3/+9
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-4/+4
* * win/tclWinConsole.c:mdejong2001-07-161-2/+1
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-2/+6
* * win/tclWinConsole.c: cast and header cleanup [Bug: 5625]hobbs2000-05-221-15/+6
* Bug fixes for threaded Tcl on NT with single and dual CPUs. Still someredman1999-07-271-3/+5
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1272