summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
* also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
* [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
* | 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
* | 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
* | Getting more systematic about styledkf2005-07-241-92/+104
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-6/+11
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-271/+67
* | Fixed compilation error in tclWinInit.c on VC++ --enable-symbolsKevin B Kenny2004-11-241-3/+2
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code thatdgp2004-11-221-109/+3
* | Silenced a compiler warning about a type mismatch in AppendEnvironmentKevin B Kenny2004-07-081-2/+2
* | Whitespace fixingdkf2004-07-081-38/+37
* | Fix warningdkf2004-07-011-2/+2
* | * win/tclWinInit.c: Corrected reference counting flaw indgp2004-06-291-2/+2
* | Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-181-12/+27
* | Relaxed panic condition on overwrite of default library path to acceptdgp2004-06-171-6/+15
* | Remove debugging panicdgp2004-06-171-2/+5
* | Added missing incr ref count. D'oh!dgp2004-06-171-1/+2
* | Better panic message for diagnosis.dgp2004-06-171-1/+2
* | silence compiler warningdgp2004-06-171-2/+2
* | more compiler fixesdgp2004-06-171-4/+2
* | correct compile errorsdgp2004-06-171-3/+4
* | * win/tclWinInit.c: Inform [tclInit] about the default librarydgp2004-06-171-4/+133
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-111-109/+1
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition ofdgp2004-06-101-2/+2
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-6/+11
* | * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-121-4/+23
* | added #pragma comment(lib, "advapi32.lib") when compilingdavygrvy2004-01-171-1/+8