summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * unix/tclUnixInit.c (TclpInitLibraryPath):dgp2003-11-101-3/+22
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus.hobbs2003-08-061-3/+10
* | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define.hobbs2003-04-181-3/+3
|/
* Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c...chengyemao2003-02-271-2/+2
* Added conversion from the system encoding to tcl_platform(user), so Kevin B Kenny2003-02-131-5/+9
* finalization and test fixesvincentdarley2003-02-041-4/+4
* WinTcl crash on exit fixvincentdarley2003-01-101-7/+7
* * generic/tclStubInit.c: regenhobbs2002-12-061-1/+30