summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdogeen_assembler_branchKevin B Kenny2011-03-051-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | |\
| | | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | * * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-67/+67
| | | * * generic/tclBasic.c:Miguel Sofer2005-10-231-3/+9
| | | * * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-301-26/+23
| | * | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | | merge trunkKevin B Kenny2011-03-011-2/+2
|\ \ \ \ | |/ / /
| * | | reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-23/+33
| * | | Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-33/+23
| * | | fix TCL_ASCII_MAIN usage, as the name suggestsnijtmans2010-11-051-5/+7
| * | | * generic/tclMain.c: Added missing conditional on _WIN32 around codeKevin B Kenny2010-11-041-2/+2
| * | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-10/+26
| * | | tclMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-24/+72
| * | | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | | mergeKevin B Kenny2010-12-011-11/+29
* | | | MergeKevin B Kenny2010-09-301-24/+72
* | | | * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-251-1/+2
|/ / /
* | | Unnecessary TCL_STORAGE_CLASS re-definition.nijtmans2010-04-301-4/+1
* | | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of thedkf2010-02-271-34/+70
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-11/+11
* | | TIP #338 IMPLEMENTATIONdgp2008-12-151-118/+29
* | | Reduce the number of (pointless) type-casts.dkf2008-10-021-38/+39
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+13
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclMain.c: Corrected the logic of dropping the lastdgp2007-08-211-17/+27
* | corrected botched indentsdgp2007-04-241-38/+38
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+3
* | whitespacedas2006-11-231-5/+5
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-2/+2
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-3/+2
* | * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-111/+111
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-46/+43
* | * generic/tcl.h: Fix for bug #1256937 - correctly decoratepatthoyts2005-10-141-2/+2
* | * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-301-28/+23
* | * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-8/+9
* | Systematizing the formattingdkf2005-07-211-174/+195
* | TIP #221 IMPLEMENTATIONdgp2004-11-131-3/+2
* | * library/auto.tcl Purged Tcl's script library of alldgp2004-10-251-9/+11
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-2/+3
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-111-3/+59
* | TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-10/+24
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only todgp2004-03-291-17/+17
* | Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-191-2/+2
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+1
* | * doc/FileSystem.3: Implementation ofdgp2003-09-051-32/+120
|/
* * Removed "dummy" reference to Tcl_LinkVar.dgp2002-05-291-11/+1