| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!) | dkf | 2012-08-05 | 1 | -1/+1 |
|
|
* | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -7/+9 |
|
|
* | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+2 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -1/+1 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
| | * | * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
|
|
| | * | bug #1225957 | Kevin B Kenny | 2005-06-23 | 1 | -113/+100 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -73/+41 |
|
|
| | * | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 1 | -1/+20 |
|
|
| | * | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 1 | -7/+35 |
|
|
| * | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
| * | | * win/tclWin32Dll.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -8/+11 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -6/+6 |
|
|
| * | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -3/+3 |
|
|
* | | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -3/+3 |
|
|
* | | | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -8/+11 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | | | don't cast away "const" without reason. | nijtmans | 2010-03-16 | 1 | -2/+2 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -6/+6 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | | | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 1 | -2/+2 |
|
|
* | | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -20/+19 |
|/ / |
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -6/+8 |
|
|
* | | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
|
|
* | | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+2 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -6/+7 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -72/+72 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -254/+257 |
|
|
* | | bug 1225957 | Kevin B Kenny | 2005-06-23 | 1 | -105/+97 |
|
|
* | | D'oh. [Bug 1217017] | dkf | 2005-06-08 | 1 | -2/+2 |
|
|
* | | Added (untested!) implementation of truncation for Windows | dkf | 2005-06-07 | 1 | -1/+74 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -76/+42 |
|
|
* | | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 1 | -1/+20 |
|
|
* | | Whitespace police and other style fixes | dkf | 2004-10-20 | 1 | -233/+216 |
|
|
* | | Add braces to if bodies | dkf | 2004-10-06 | 1 | -67/+64 |
|
|
* | | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 1 | -7/+35 |
|
|
* | | (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and not | davygrvy | 2004-04-23 | 1 | -7/+13 |
|
|
* | | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -9/+9 |
|
|
* | | prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. | davygrvy | 2003-12-13 | 1 | -5/+5 |
|
|
* | | Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars | davygrvy | 2003-12-13 | 1 | -11/+11 |
|/ |
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -10/+93 |
|
|