summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+2
* win/tclWinInit.c (TclpFindVariable): CONSTification touch-uphobbs2002-01-291-3/+4
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-6/+6
* added Win64 SDK RC1 compilation supporthobbs2001-10-011-8/+8
* added extra processor definitions.hobbs2001-09-201-3/+18
* * Removeddgp2001-09-101-19/+2
* * Correcteddgp2001-08-271-10/+9
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-37/+54
* * tests/unixInit.test (unixInit-2.8): Corrected test for alldgp2001-07-021-1/+13
* 2001-01-04 Don Porter <dgp@users.sourceforge.net>dgp2001-01-041-7/+12
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-45/+1
* * win/tclWinDde.c:ericm2000-06-131-3/+2
* * generic/tclInt.decls:hobbs2000-03-311-2/+2
* * win/tclWin32Dll.c:hobbs1999-12-091-10/+2
* * Changed version to 8.2b2.redman1999-07-221-8/+8
* added a line to initialize the tclDefaultLibrary tcl global var to "", ashershey1999-07-211-2/+9
* * generic/tclInitScript.h:hershey1999-07-211-7/+5
* * win/tclWinInit.c (TclpSetVariables): Avoid calling GetUserNamestanton1999-05-131-6/+12
* * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInitstanton1999-04-231-1/+11
* * win/tclWinInit.c:stanton1999-04-211-5/+48
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-151/+501
* * win/tclWinPipe.c:stanton1999-03-111-1/+42
* * win/tclWinInit.c (TclPlatformInit): Added code to ensurestanton1999-02-021-2/+4