| Commit message (Expand) | Author | Age | Files | Lines |
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 1 | -3/+3 |
|
|
* | Implement TIP #315. | dkf | 2008-09-25 | 1 | -1/+7 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -13/+13 |
|
|
* | 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 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -3/+2 |
|
|
* | win/tclWinInit.c (TclpFindVariable): CONSTification touch-up | hobbs | 2002-01-29 | 1 | -3/+4 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -3/+3 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -6/+6 |
|
|