| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -14/+6 |
|\ |
|
| * | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -4/+1 |
|
|
* | | merge core-8-6-branchfix_1997007 | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|\ \ |
|
* | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 1 | -0/+20 |
|/ / |
|
* | | Remove unused variable, don't use deprecated function, some formatting. | jan.nijtmans | 2014-04-16 | 1 | -5/+5 |
|
|
* | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -14/+10 |
|\ \
| |/ |
|
| * | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -14/+10 |
|
|
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|
|
* | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 |
|\ \
| |/ |
|
| * | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 |
|
|
* | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -4/+14 |
|\ \
| |/ |
|
| * | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -4/+14 |
|
|
* | | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -6/+3 |
|
|
* | | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 |
|\ \
| |/ |
|
| * | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 |
|
|
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
| |\ |
|
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
|
|
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -3/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | 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 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -1/+3 |
|
|
| | * | * generic/tclInt.h: | hobbs | 2004-03-29 | 1 | -3/+5 |
|
|
| | * | * win/tclWinInit.c (TclpSetInitialEncodings): recognize WIN32_CE | hobbs | 2004-03-21 | 1 | -5/+8 |
|
|
| | * | * win/tclWinInit.c (AppendEnvironment): | mdejong | 2004-02-20 | 1 | -4/+23 |
|
|
| | * | * tests/unixInit.test (unixInit-2.10): re-enabled. | dgp | 2003-11-10 | 1 | -3/+22 |
|
|
| | * | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and | hobbs | 2003-08-06 | 1 | -5/+12 |
|
|
| * | | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules | nijtmans | 2010-11-19 | 1 | -7/+8 |
|
|
| * | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -5/+8 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -5/+5 |
|
|
* | | | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -2/+2 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -7/+8 |
|
|
* | | | eliminate TclWinResetInterfaceEncodings, because | nijtmans | 2009-08-02 | 1 | -30/+3 |
|
|
* | | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -5/+8 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | | | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 1 | -3/+3 |
|
|
* | | | Implement TIP #315. | dkf | 2008-09-25 | 1 | -1/+7 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -13/+13 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Spelling mistake in comment! | dkf | 2007-11-19 | 1 | -2/+2 |
|
|
* | | More type-pun warning squelches | dkf | 2007-05-05 | 1 | -3/+3 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -4/+4 |
|
|
* | | fix to compile problems | vincentdarley | 2006-04-05 | 1 | -3/+3 |
|
|