summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
* Remove unused variable, don't use deprecated function, some formatting.jan.nijtmans2014-04-161-5/+5
* Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-14/+10
|\
| * Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-14/+10
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\ \ | |/
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
|\ \ | |/
| * Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
* | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-4/+14
|\ \ | |/
| * Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-4/+14
* | Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
|\ \ | |/
| * Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-6/+3
* | also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
|\ \ | |/
| * also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
* | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-2/+0
|\ \ | |/
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
| |\
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-3/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | 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
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-1/+3
| | * * generic/tclInt.h:hobbs2004-03-291-3/+5
| | * * win/tclWinInit.c (TclpSetInitialEncodings): recognize WIN32_CEhobbs2004-03-211-5/+8
| | * * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-201-4/+23
| | * * tests/unixInit.test (unixInit-2.10): re-enabled.dgp2003-11-101-3/+22
| | * * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus andhobbs2003-08-061-5/+12
| * | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rulesnijtmans2010-11-191-7/+8
| * | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-011-5/+8
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-5/+5
* | | Eliminate all internal Tcl_WinUtfToTCharnijtmans2010-02-151-2/+2
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-7/+8
* | | eliminate TclWinResetInterfaceEncodings, becausenijtmans2009-08-021-30/+3
* | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-011-5/+8
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
* | | Add "const" to many internalnijtmans2008-10-161-3/+3
* | | * win/tclWinChan.c: Fix minor compiler warnings whennijtmans2008-10-141-3/+3
* | | Implement TIP #315.dkf2008-09-251-1/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-13/+13
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Spelling mistake in comment!dkf2007-11-191-2/+2
* | More type-pun warning squelchesdkf2007-05-051-3/+3
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-4/+4
* | fix to compile problemsvincentdarley2006-04-051-3/+3
* | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()dgp2006-04-051-1/+3
* | TIP#258 IMPLEMENTATIONdgp2006-02-081-3/+3
* | ANSIfydkf2005-11-041-26/+26