| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 |
|
|
* | | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() | dgp | 2006-04-05 | 1 | -1/+3 |
|
|
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -3/+3 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -26/+26 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -92/+104 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 1 | -6/+11 |
|
|
* | | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -271/+67 |
|
|
* | | Fixed compilation error in tclWinInit.c on VC++ --enable-symbols | Kevin B Kenny | 2004-11-24 | 1 | -3/+2 |
|
|
* | | * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that | dgp | 2004-11-22 | 1 | -109/+3 |
|
|
* | | Silenced a compiler warning about a type mismatch in AppendEnvironment | Kevin B Kenny | 2004-07-08 | 1 | -2/+2 |
|
|
* | | Whitespace fixing | dkf | 2004-07-08 | 1 | -38/+37 |
|
|
* | | Fix warning | dkf | 2004-07-01 | 1 | -2/+2 |
|
|
* | | * win/tclWinInit.c: Corrected reference counting flaw in | dgp | 2004-06-29 | 1 | -2/+2 |
|
|
* | | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 1 | -12/+27 |
|
|
* | | Relaxed panic condition on overwrite of default library path to accept | dgp | 2004-06-17 | 1 | -6/+15 |
|
|
* | | Remove debugging panic | dgp | 2004-06-17 | 1 | -2/+5 |
|
|
* | | Added missing incr ref count. D'oh! | dgp | 2004-06-17 | 1 | -1/+2 |
|
|
* | | Better panic message for diagnosis. | dgp | 2004-06-17 | 1 | -1/+2 |
|
|
* | | silence compiler warning | dgp | 2004-06-17 | 1 | -2/+2 |
|
|
* | | more compiler fixes | dgp | 2004-06-17 | 1 | -4/+2 |
|
|
* | | correct compile errors | dgp | 2004-06-17 | 1 | -3/+4 |
|
|
* | | * win/tclWinInit.c: Inform [tclInit] about the default library | dgp | 2004-06-17 | 1 | -4/+133 |
|
|
* | | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 1 | -109/+1 |
|
|
* | | * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of | dgp | 2004-06-10 | 1 | -2/+2 |
|
|
* | | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 1 | -6/+11 |
|
|
* | | * win/tclWinInit.c (AppendEnvironment): | mdejong | 2004-02-12 | 1 | -4/+23 |
|
|
* | | added #pragma comment(lib, "advapi32.lib") when compiling | davygrvy | 2004-01-17 | 1 | -1/+8 |
|
|
* | | * unix/tclUnixInit.c (TclpInitLibraryPath): | dgp | 2003-11-10 | 1 | -3/+22 |
|
|
* | | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. | hobbs | 2003-08-06 | 1 | -3/+10 |
|
|
* | | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. | hobbs | 2003-04-18 | 1 | -3/+3 |
|/ |
|
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c... | chengyemao | 2003-02-27 | 1 | -2/+2 |
|
|
* | Added conversion from the system encoding to tcl_platform(user), so
| Kevin B Kenny | 2003-02-13 | 1 | -5/+9 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -4/+4 |
|
|
* | WinTcl crash on exit fix | vincentdarley | 2003-01-10 | 1 | -7/+7 |
|
|
* | * generic/tclStubInit.c: regen | hobbs | 2002-12-06 | 1 | -1/+30 |
|
|