| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -0/+4 |
|\ |
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -0/+6 |
|/ |
|
* | Merge tcl.m4 with Tcl version. Add zipfs hooks to tkAppInit.c and winMain.c, ... | jan.nijtmans | 2018-10-12 | 1 | -0/+3 |
|
|
* | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -1/+1 |
|
|
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|\ |
|
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|
|
* | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never u... | jan.nijtmans | 2013-02-22 | 1 | -1/+5 |
|
|
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tkAppInit.c/winMain.... | jan.nijtmans | 2013-02-18 | 1 | -21/+25 |
|
|
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | remove some unused CYGWIN stuff | jan.nijtmans | 2012-05-14 | 1 | -132/+2 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's | davygrvy | 2003-12-12 | 1 | -7/+5 |
|
|
| | * | (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch any | davygrvy | 2003-12-11 | 1 | -4/+6 |
|
|
| * | | re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any mor... | nijtmans | 2010-11-24 | 1 | -20/+62 |
|
|
| * | | Add command line processing for CYGWIN, backported from trunk. | nijtmans | 2010-05-31 | 1 | -2/+130 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | | | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -69/+8 |
|
|
* | | | use TkpDisplayWarning as panic proc on Windows, but restore panic | nijtmans | 2010-11-24 | 1 | -9/+10 |
|
|
* | | | re-write TkpDisplayWarning not to use any Tcl functions any more. This allows... | nijtmans | 2010-11-24 | 1 | -7/+3 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -60/+88 |
|
|
* | | | Workaround for bug in some versions of mingw-w64 | nijtmans | 2010-11-17 | 1 | -2/+8 |
|
|
* | | | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | | | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 1 | -27/+27 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -6/+6 |
|
|
* | | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -8/+5 |
|
|
* | | | winMain should never be called with stubs | nijtmans | 2010-09-23 | 1 | -1/+4 |
|
|
* | | | Add -Wdeclaration-after-statement | nijtmans | 2010-09-23 | 1 | -68/+85 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -1/+7 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -1/+137 |
|
|
* | | | Bug fix for #2875562 | nijtmans | 2009-10-21 | 1 | -1/+4 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -3/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * win/winMain.c: Replaced incorrect comments in main() to descibe | davygrvy | 2007-10-12 | 1 | -4/+3 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+2 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -54/+64 |
|
|
* | | * win/winMain.c (WishPanic): Replaced TCL_VARARGS* macros with | dgp | 2005-09-13 | 1 | -5/+4 |
|
|
* | | #include <malloc.h> has no purpose. | davygrvy | 2004-02-02 | 1 | -2/+1 |
|
|
* | | * win/winMain.c: Removed our custom setargv() in favor of | davygrvy | 2004-02-01 | 1 | -165/+8 |
|
|
* | | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 1 | -2/+2 |
|
|
* | | fixed bad commit from before. my mistake. This is 1.16 now. | davygrvy | 2003-12-12 | 1 | -4/+45 |
|
|
* | | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's | davygrvy | 2003-12-12 | 1 | -45/+4 |
|
|
* | | * win/makefile.vc: Applied patches from tcl bug #801467 from | patthoyts | 2003-10-14 | 1 | -2/+43 |
|/ |
|
* | * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and | davygrvy | 2002-11-04 | 1 | -1/+17 |
|
|
* | * win/winMain.c (WinMain, main): remove obsolete SetMessageQueue call | hobbs | 2002-10-19 | 1 | -21/+1 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 1 | -2/+3 |
|
|
* | * win/Makefile.in: Removed dependence on the (parts of) the | dgp | 2002-08-26 | 1 | -17/+1 |
|
|
* | * win/winMain.c (WishPanic): fixed CONST changes to go with | hobbs | 2001-08-04 | 1 | -5/+5 |
|
|