summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-1/+1
* Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
|\
| * Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
* | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never u...jan.nijtmans2013-02-221-1/+5
* | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tkAppInit.c/winMain....jan.nijtmans2013-02-181-21/+25
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+1
|\ \ | |/
| * remove some unused CYGWIN stuffjan.nijtmans2012-05-141-132/+2
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl'sdavygrvy2003-12-121-7/+5
| | * (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch anydavygrvy2003-12-111-4/+6
| * | re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any mor...nijtmans2010-11-241-20/+62
| * | Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-311-2/+130
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-69/+8
* | | use TkpDisplayWarning as panic proc on Windows, but restore panicnijtmans2010-11-241-9/+10
* | | re-write TkpDisplayWarning not to use any Tcl functions any more. This allows...nijtmans2010-11-241-7/+3
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-60/+88
* | | Workaround for bug in some versions of mingw-w64nijtmans2010-11-171-2/+8
* | | 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-27/+27
* | | [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-6/+6
* | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-8/+5
* | | winMain should never be called with stubsnijtmans2010-09-231-1/+4
* | | Add -Wdeclaration-after-statementnijtmans2010-09-231-68/+85
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-1/+137
* | | Bug fix for #2875562nijtmans2009-10-211-1/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * win/winMain.c: Replaced incorrect comments in main() to descibedavygrvy2007-10-121-4/+3
* | header cleanupdgp2007-09-071-3/+2
* | ANSIficationdkf2005-12-021-54/+64
* | * win/winMain.c (WishPanic): Replaced TCL_VARARGS* macros withdgp2005-09-131-5/+4
* | #include <malloc.h> has no purpose.davygrvy2004-02-021-2/+1
* | * win/winMain.c: Removed our custom setargv() in favor ofdavygrvy2004-02-011-165/+8
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-2/+2
* | fixed bad commit from before. my mistake. This is 1.16 now.davygrvy2003-12-121-4/+45
* | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl'sdavygrvy2003-12-121-45/+4
* | * win/makefile.vc: Applied patches from tcl bug #801467 frompatthoyts2003-10-141-2/+43
|/
* * win/winMain.c (Tcl_AppInit): Calls Registry_Init() anddavygrvy2002-11-041-1/+17
* * win/winMain.c (WinMain, main): remove obsolete SetMessageQueue callhobbs2002-10-191-21/+1
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-271-2/+3
* * win/Makefile.in: Removed dependence on the (parts of) thedgp2002-08-261-17/+1
* * win/winMain.c (WishPanic): fixed CONST changes to go withhobbs2001-08-041-5/+5
* * library/choosedir.tcl (::tk::dialog::file::chooseDir::Config):hobbs2000-04-191-23/+23
* * generic/tkMain.c :redman1999-12-021-9/+50
* * win/winMain.c: corrected winMain to not do a DebugBreak whenhobbs1999-11-101-2/+6
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-4/+4