summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* * Free the memory allocated for thedgp2002-04-201-2/+3
* * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some referencedgp2002-02-281-1/+26
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+9
* * generic/tclMain.c: Bug fix: neglected the NULL case indgp2002-01-071-2/+7
* * doc/Tcl_Main.3:dgp2002-01-051-169/+284
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+5
* * Updated APIs indgp2001-09-241-2/+3
* Restore support for pre-ANSI compilers.dgp2001-04-041-2/+3
* safety check on setting mainLoopProc to NULLhobbs2000-11-031-1/+2
* corrected pointer reference to mainLoopProc executionhobbs2000-11-031-3/+3
* moved Tcl_GetThreadData call after Tcl_FindExecutablehobbs2000-11-031-3/+3
* * generic/tclStubInit.c:hobbs2000-11-031-8/+252
* * tests/var.test:hobbs1999-12-121-2/+4
* * generic/tcl.decls :redman1999-12-021-13/+67
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-105/+37
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-2/+2
* Define EXPORT to be DLLEXPORTescoffon1998-07-291-0/+3
* Initial revisionrjohnson1998-03-261-0/+340