summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
Commit message (Expand)AuthorAgeFilesLines
* Upon further review, due the order of #include of headers, we do not havedgp_win_specific_strictdgp2015-03-131-0/+2
* Disable command line globbing on MinGW compiles: this saves startup time, sin...jan.nijtmans2013-09-301-0/+1
|\
| * Disable command line globbing on MinGW compiles: this saves startup time, sin...jan.nijtmans2013-09-301-0/+1
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-10/+11
|\ \ | |/
| * get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-2/+2
| |\
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-3/+7
* | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-15/+15
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | 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/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-2/+2
| | * Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
| | * fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-21/+70
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-43/+51
* | | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
* | | Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-28/+28
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-6/+6
* | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
* | | Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-231-74/+89
* | | For MINGW/CYGWIN, use GetCommandLineA explicitelynijtmans2010-05-031-2/+2
* | | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that addedKevin B Kenny2009-11-271-5/+1
* | | Fix [Bug 2902965] stub related changesnijtmans2009-11-261-2/+6
* | | * unix/tclAppInit.c: Repair broken build of the tcltest executable.dgp2009-11-191-13/+3
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-7/+9
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-2/+2
* | * win/tclAppInit.c: WIN32 native console signal handler removed.davygrvy2006-01-051-141/+1
* | Getting more systematic about styledkf2005-07-241-71/+88
* | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting calleddavygrvy2004-10-281-15/+6
* | Dde package can load into a safe interp. Claim this fact for thedavygrvy2004-09-181-2/+3
* | * win/tclAppInit.c: Restored the 'setargv' procedure when Kevin B Kenny2004-06-111-1/+126
* | minor formatting and some commentary.davygrvy2004-02-021-9/+11
* | * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-011-143/+9
* | Same change in how TCL_USE_STATIC_PACKAGES is used.davygrvy2004-01-161-2/+2
* | Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-091-2/+2
* | fix bad cvs lf conversionJoe Mistachkin2003-05-101-449/+449
* | fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-400/+449
|/
* * win/tclAppInit.c (sigHandler): Protect from trying to close adavygrvy2002-12-041-3/+7
* * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() whendavygrvy2002-11-041-1/+18
* Added proper exiting conditions using Win32 console signals. This handlesdavygrvy2002-09-301-1/+79
* reverted back to 1.6, as the header file change to tclPort.h doesn't allow fordavygrvy2002-02-211-2/+3
* * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h todavygrvy2002-02-211-3/+2
* * generic/tcl.decls :redman1999-12-021-2/+44
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-27/+20
* * win/tclAppInit.c:stanton1999-02-031-5/+5
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-1/+8
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1