summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* 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