| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix manifest-generation for 64-bit gcc (mingw-w64) | nijtmans | 2010-12-10 | 3 | -4/+15 |
|
|
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2 | nijtmans | 2010-12-06 | 5 | -16/+23 |
|
|
* | [Patch #3116490] cross-compile support for unix | nijtmans | 2010-12-05 | 3 | -14/+51 |
|
|
* | [Patch #3116490] cross-compile Tk mingw32 on unix. | nijtmans | 2010-12-03 | 3 | -7/+7 |
|
|
* | fix/regen | dkf | 2010-12-02 | 3 | -27/+38 |
|
|
* | regen | dkf | 2010-12-02 | 2 | -2/+26 |
|
|
* | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 9 | -79/+96 |
|
|
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 3 | -10/+15 |
|
|
* | Make assembler code compile in Win64 with gcc. | nijtmans | 2010-11-29 | 2 | -2/+12 |
|
|
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 9 | -33/+44 |
|
|
* | use TkpDisplayWarning as panic proc on Windows, but restore panic | nijtmans | 2010-11-24 | 1 | -9/+10 |
|
|
* | Remove unused strrchr, combine outChannel/errChannel variables to a single va... | nijtmans | 2010-11-24 | 2 | -19/+21 |
|
|
* | re-write TkpDisplayWarning not to use any Tcl functions any more. This allows... | nijtmans | 2010-11-24 | 3 | -23/+16 |
|
|
* | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ | nijtmans | 2010-11-24 | 2 | -2/+9 |
|
|
* | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 18 | -42/+56 |
|
|
* | Allow cross-compilation by default. | nijtmans | 2010-11-18 | 3 | -59/+149 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 2 | -60/+93 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f... | nijtmans | 2010-11-17 | 3 | -2/+89 |
|
|
* | Workaround for bug in some versions of mingw-w64 | nijtmans | 2010-11-17 | 2 | -2/+12 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 2 | -1/+7 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 4 | -29/+36 |
|
|
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 2 | -34/+38 |
|
|
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 2 | -38/+34 |
|
|
* | * changes: Updates for 8.6b2 release. | andreas_kupries | 2010-11-10 | 2 | -1/+9 |
|
|
* | Update NL catalog. | nijtmans | 2010-11-06 | 15 | -205/+204 |
|
|
* | Sync TK_ASCII_MAIN usage with tclMain.c | nijtmans | 2010-11-05 | 2 | -4/+10 |
|
|
* | Use unicode copyright sign, in stead of depending on translation. | nijtmans | 2010-11-05 | 4 | -7/+13 |
|
|
* | * changes: Updates for 8.6b2 release. | dgp | 2010-11-04 | 2 | -3/+33 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 4 | -662/+94 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 7 | -17/+41 |
|
|
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 3 | -6/+31 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 3 | -108/+37 |
|
|
* | Add netapi32 to the windows link line | nijtmans | 2010-10-11 | 4 | -6/+12 |
|
|
* | win/Makefile.in (genstubs): Generate ttk files as well | nijtmans | 2010-10-06 | 2 | -2/+6 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 9 | -243/+130 |
|
|
* | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. | dkf | 2010-10-06 | 2 | -7/+12 |
|
|
* | [Bug 3080953] Malformed Unicode characters in %A substitution | nijtmans | 2010-10-05 | 2 | -7/+4 |
|
|
* | [Bug 3080953] Malformed Unicode characters in %A substitution | nijtmans | 2010-10-05 | 2 | -10/+18 |
|
|
* | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | dkf | 2010-10-01 | 2 | -8/+30 |
|
|
* | tkMain.c: make compilable with -DUNICODE as well | nijtmans | 2010-09-29 | 2 | -40/+87 |
|
|
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 3 | -32/+26 |
|
|
* | Add explicit scspec "EXTERN", as in Tcl | nijtmans | 2010-09-28 | 4 | -3/+14 |
|
|
* | [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw. | nijtmans | 2010-09-28 | 2 | -2/+7 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 2 | -10/+7 |
|
|
* | winMain should never be called with stubs | nijtmans | 2010-09-23 | 1 | -1/+4 |
|
|
* | Dummy genstubs::export (from genStubs.tcl) | nijtmans | 2010-09-23 | 2 | -1/+20 |
|
|
* | Add -Wdeclaration-after-statement | nijtmans | 2010-09-23 | 6 | -122/+144 |
|
|
* | clean-up, port all genStubs.tcl changes | nijtmans | 2010-09-20 | 1 | -4/+4 |
|
|
* | clean-up, port all genStubs.tcl changes | nijtmans | 2010-09-20 | 5 | -549/+597 |
|
|