| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -1/+1 |
|
|
* | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -1/+3 |
|\ |
|
| * | Proposed solution for [9b2e636361] | jan.nijtmans | 2013-06-26 | 1 | -2/+3 |
|
|
* | | eliminate unnecessary TEXT() macros | jan.nijtmans | 2012-09-23 | 1 | -2/+2 |
|
|
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -46/+52 |
|
|
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -10/+13 |
|
|
* | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) | jan.nijtmans | 2011-09-06 | 1 | -4/+5 |
|\ \ |
|
| * | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975 | jan.nijtmans | 2011-08-30 | 1 | -1/+2 |
|/ / |
|
* | | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 ... | andreask | 2011-08-16 | 1 | -2/+2 |
|
|
* | | compiler error on Windows: there should be only one TclFullFinalizationReques... | jan.nijtmans | 2011-08-10 | 1 | -1/+1 |
|
|
* | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin... | ferrieux | 2011-08-09 | 1 | -15/+72 |
|
|
* | | [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 |
|
|