| Commit message (Expand) | Author | Age | Files | Lines |
* | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c | jan.nijtmans | 2011-03-17 | 1 | -155/+130 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+2 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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/tclMain.c (Tcl_Main): Corrected flaw that required | dgp | 2006-05-05 | 1 | -67/+67 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -3/+9 |
|
|
| | * | * generic/tclMain.c: Separate encoding conversion of command line | dgp | 2005-09-30 | 1 | -26/+23 |
|
|
| * | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
* | | | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 1 | -23/+33 |
|
|
* | | | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 1 | -33/+23 |
|
|
* | | | fix TCL_ASCII_MAIN usage, as the name suggests | nijtmans | 2010-11-05 | 1 | -5/+7 |
|
|
* | | | * generic/tclMain.c: Added missing conditional on _WIN32 around code | Kevin B Kenny | 2010-11-04 | 1 | -2/+2 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 1 | -10/+26 |
|
|
* | | | tclMain.c: make compilable with -DUNICODE as well | nijtmans | 2010-09-29 | 1 | -24/+72 |
|
|
* | | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
* | | | Unnecessary TCL_STORAGE_CLASS re-definition. | nijtmans | 2010-04-30 | 1 | -4/+1 |
|
|
* | | | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the | dkf | 2010-02-27 | 1 | -34/+70 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -11/+11 |
|
|
* | | | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 1 | -118/+29 |
|
|
* | | | Reduce the number of (pointless) type-casts. | dkf | 2008-10-02 | 1 | -38/+39 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -11/+13 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclMain.c: Corrected the logic of dropping the last | dgp | 2007-08-21 | 1 | -17/+27 |
|
|
* | | corrected botched indents | dgp | 2007-04-24 | 1 | -38/+38 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+3 |
|
|
* | | whitespace | das | 2006-11-23 | 1 | -5/+5 |
|
|
* | | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -3/+2 |
|
|
* | | * generic/tclMain.c (Tcl_Main): Corrected flaw that required | dgp | 2006-05-05 | 1 | -111/+111 |
|
|
* | | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -46/+43 |
|
|
* | | * generic/tcl.h: Fix for bug #1256937 - correctly decorate | patthoyts | 2005-10-14 | 1 | -2/+2 |
|
|
* | | * generic/tclMain.c: Separate encoding conversion of command line | dgp | 2005-09-30 | 1 | -28/+23 |
|
|
* | | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -8/+9 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -174/+195 |
|
|
* | | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -3/+2 |
|
|
* | | * library/auto.tcl Purged Tcl's script library of all | dgp | 2004-10-25 | 1 | -9/+11 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -2/+3 |
|
|
* | | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 1 | -3/+59 |
|
|
* | | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -10/+24 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to | dgp | 2004-03-29 | 1 | -17/+17 |
|
|
* | | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 1 | -2/+2 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -5/+1 |
|
|
* | | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -32/+120 |
|/ |
|
* | * Removed "dummy" reference to Tcl_LinkVar. | dgp | 2002-05-29 | 1 | -11/+1 |
|
|
* | * Free the memory allocated for the | dgp | 2002-04-20 | 1 | -2/+3 |
|
|
* | * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference | dgp | 2002-02-28 | 1 | -1/+26 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+9 |
|
|