summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
Commit message (Expand)AuthorAgeFilesLines
* Better errormessage when file path contains invalid characters. See: [03414f5...jan.nijtmans2014-11-031-0/+5
* Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550oehhar2014-02-111-18/+18
* win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-301-2/+149
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-23/+6
* 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-2/+2
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-9/+8
| * ifdef protections to permit builds with mingw on amd64 systems.jan.nijtmans2011-03-111-6/+10
* | 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
| * * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
| * * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COMhobbs2006-08-301-51/+52
| * bug #1225957Kevin B Kenny2005-06-231-113/+100
| * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-73/+41
| * * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
| * * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-7/+35
* | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-2/+2
* | * win/tclWin32Dll.c: #ifdef protections to permit builds withdgp2010-09-081-8/+11
* | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-6/+6
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
* | 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