summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* [win] Introduces new threaded declarations TclWinThreadCreate/TclWinThreadExit: sebres2017-05-031-7/+33
* back-porting of branch "fix-1997007" to "core-8-5-branch": Closing tcl pipes ...sebres2017-05-031-154/+464
|\
| * [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using ...sebres2017-04-121-3/+2
| * code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-17/+34
| * added wake-up event to prevent possible dead-locks by some waiting thread (e....sebres2017-04-111-12/+23
| * prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc...sebres2017-04-111-334/+380
| * code review and fix small memory leak using ckalloc, without finalization of ...sebres2017-04-111-36/+71
| * shared structures of pipe-workers rewritten using atomic state of the thread; sebres2017-04-111-236/+342
| * the same handling to initialize thread without suspend/resume helpers (otherw...sebres2017-04-051-7/+7
| * fix typo-bug (using wrong thread handle by set priority) sebres2017-04-051-1/+1
| * small review: rewritten using already available event handles, additionally p...sebres2017-04-051-39/+46
| * Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c...sebres2017-04-051-6/+78
| * Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+1
| * Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-3/+4
| * Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-6/+6
| * Added comments raising questions about possible updates to channeldgp2014-03-211-0/+6
| * Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-3/+3
| * Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-10/+3
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-2/+0
| |\
| * | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-17/+20
| * | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-10/+11
| * | [Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when n...ferrieux2012-07-251-4/+22
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\ \
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-7/+7
| | | |
| | \ \
| *-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| |\ \ \ \
| * \ \ \ \ make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-9/+0
| |\ \ \ \ \
| * | | | | | minor gcc compiler warning with -Wwrite-stringsjan.nijtmans2011-07-071-2/+2
| * | | | | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+2
| * | | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-12/+12
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-17/+2
| * | | | | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-23/+22
| * | | | | | | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-211-3/+3
| * | | | | | | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_splitnijtmans2010-09-201-24/+8
| * | | | | | | mingw should always link with -ladvapi32nijtmans2010-09-091-2/+2
| * | | | | | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-7/+7
| * | | | | | | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-041-77/+5
| * | | | | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
| * | | | | | | stub16.c Don't hide that we use the ASCII API here.nijtmans2010-03-201-3/+3
| * | | | | | | test that tclOO stubs are present in stub librarynijtmans2010-03-071-13/+12
| * | | | | | | Eliminate all internal Tcl_WinUtfToTCharnijtmans2010-02-151-3/+3
| * | | | | | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-6/+6
| * | | | | | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-3/+3
| * | | | | | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-4/+2
| * | | | | | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-4/+4
| * | | | | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-3/+3
| * | | | | | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
| * | | | | | | Fix [Bug 2380318]dkf2008-12-031-6/+50