summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
Commit message (Expand)AuthorAgeFilesLines
* Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* don't cast away "const" without reason.nijtmans2010-03-161-2/+2
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-6/+6
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* * win/tclWinChan.c: Fix minor compiler warnings whennijtmans2008-10-141-2/+2
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+19
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-6/+8
* * win/tclWinChan.c [Bug 819667] Improve logic for identifying COMhobbs2006-08-301-51/+52
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+2
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-6/+7
* ANSIfydkf2005-11-041-72/+72
* Getting more systematic about styledkf2005-07-241-254/+257
* bug 1225957Kevin B Kenny2005-06-231-105/+97
* D'oh. [Bug 1217017]dkf2005-06-081-2/+2
* Added (untested!) implementation of truncation for Windowsdkf2005-06-071-1/+74
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-76/+42
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
* Whitespace police and other style fixesdkf2004-10-201-233/+216
* Add braces to if bodiesdkf2004-10-061-67/+64
* * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-7/+35
* (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and notdavygrvy2004-04-231-7/+13
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-9/+9
* prefer Tcl_LongAsWide and Tcl_WideAsLong for casts.davygrvy2003-12-131-5/+5
* Win32's SetFilePointer() takes LONGs not DWORDs. Redid local varsdavygrvy2003-12-131-11/+11
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-10/+93
* * win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings):mdejong2003-01-251-39/+55
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-1/+16
* Fix mingw build problems and compiler warnings.mdejong2003-01-141-4/+4
* * win/tclWinChan.c (Tcl_MakeFileChannel): return ofdavygrvy2002-11-271-2/+2
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-4/+4
* fs cleanupvincentdarley2002-07-081-24/+4
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-4/+84
* memory cleanupvincentdarley2002-05-131-8/+9
* * win/configure: Regen.mdejong2002-03-151-1/+53
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-16/+20
* * Overlooked callers of Tcl_FSGetNativePathdgp2002-01-181-2/+2
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-2/+2
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-3/+3
* * win/tclWinChan.c:hobbs2001-10-151-1/+15
* * All the changes below serve to fix bug [219148] which reports aandreas_kupries2001-09-071-3/+47
* filesystemvincentdarley2001-08-301-15/+11
* 2000-10-06 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-10-061-22/+53
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-2/+6
* Win2K OS bug with GetStdHandle(STD_OUTPUT_HANDLE) returningdavidg2000-07-181-5/+19
* * library/dde1.1/pkgIndex.tcl:hobbs2000-04-201-2/+2
* * win/tclWin32Dll.c:hobbs1999-12-091-9/+5
* * win/tclWinChan.c: Allow tcl to open CON and NUL, even for stdredman1999-07-301-15/+18