summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!)dkf2012-08-051-1/+1
* Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-7/+9
* 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-3/+3
* 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
| | * * 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
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-3/+3
* | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-2/+2
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-3/+3
* | | * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-081-8/+11
* | | 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