summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-065-16/+23
* [Patch #3116490] cross-compile support for unixnijtmans2010-12-053-14/+51
* [Patch #3116490] cross-compile Tk mingw32 on unix.nijtmans2010-12-033-7/+7
* fix/regendkf2010-12-023-27/+38
* regendkf2010-12-022-2/+26
* * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-029-79/+96
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-293-10/+15
* Make assembler code compile in Win64 with gcc.nijtmans2010-11-292-2/+12
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-299-33/+44
* use TkpDisplayWarning as panic proc on Windows, but restore panicnijtmans2010-11-241-9/+10
* Remove unused strrchr, combine outChannel/errChannel variables to a single va...nijtmans2010-11-242-19/+21
* re-write TkpDisplayWarning not to use any Tcl functions any more. This allows...nijtmans2010-11-243-23/+16
* [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-242-2/+9
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-1918-42/+56
* Allow cross-compilation by default.nijtmans2010-11-183-59/+149
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-182-60/+93
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f...nijtmans2010-11-173-2/+89
* Workaround for bug in some versions of mingw-w64nijtmans2010-11-172-2/+12
* Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-162-1/+7
* Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-164-29/+36
* reverted previous commit: it has effect on the Windows consolenijtmans2010-11-152-34/+38
* Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-152-38/+34
* * changes: Updates for 8.6b2 release.andreas_kupries2010-11-102-1/+9
* Update NL catalog.nijtmans2010-11-0615-205/+204
* Sync TK_ASCII_MAIN usage with tclMain.cnijtmans2010-11-052-4/+10
* Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-054-7/+13
* * changes: Updates for 8.6b2 release.dgp2010-11-042-3/+33
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-034-662/+94
* [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-117-17/+41
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-113-6/+31
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-113-108/+37
* Add netapi32 to the windows link linenijtmans2010-10-114-6/+12
* win/Makefile.in (genstubs): Generate ttk files as wellnijtmans2010-10-062-2/+6
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-069-243/+130
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-062-7/+12
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-052-7/+4
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-052-10/+18
* * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):dkf2010-10-012-8/+30
* tkMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-292-40/+87
* re-generate configure with autoconf-2.59nijtmans2010-09-293-32/+26
* Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-284-3/+14
* [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-282-2/+7
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-232-10/+7
* winMain should never be called with stubsnijtmans2010-09-231-1/+4
* Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-232-1/+20
* Add -Wdeclaration-after-statementnijtmans2010-09-236-122/+144
* clean-up, port all genStubs.tcl changesnijtmans2010-09-201-4/+4
* clean-up, port all genStubs.tcl changesnijtmans2010-09-205-549/+597
* win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectationhobbs2010-09-162-4/+8