| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | added Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 1 | -8/+8 |
|
|
* | added extra processor definitions. | hobbs | 2001-09-20 | 1 | -3/+18 |
|
|
* | * Removed | dgp | 2001-09-10 | 1 | -19/+2 |
|
|
* | * Corrected | dgp | 2001-08-27 | 1 | -10/+9 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -37/+54 |
|
|
* | * tests/unixInit.test (unixInit-2.8): Corrected test for all | dgp | 2001-07-02 | 1 | -1/+13 |
|
|
* | 2001-01-04 Don Porter <dgp@users.sourceforge.net> | dgp | 2001-01-04 | 1 | -7/+12 |
|
|
* | Thread-safe rewrite for the Tcl_Async* commands. | davidg | 2000-07-26 | 1 | -45/+1 |
|
|
* | * win/tclWinDde.c: | ericm | 2000-06-13 | 1 | -3/+2 |
|
|
* | * generic/tclInt.decls: | hobbs | 2000-03-31 | 1 | -2/+2 |
|
|
* | * win/tclWin32Dll.c: | hobbs | 1999-12-09 | 1 | -10/+2 |
|
|
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 1 | -8/+8 |
|
|
* | added a line to initialize the tclDefaultLibrary tcl global var to "", as | hershey | 1999-07-21 | 1 | -2/+9 |
|
|
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 1 | -7/+5 |
|
|
* | * win/tclWinInit.c (TclpSetVariables): Avoid calling GetUserName | stanton | 1999-05-13 | 1 | -6/+12 |
|
|