From: Jan N. <nij...@us...> - 2010-11-17 21:11:33
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5745 Modified Files: ChangeLog Log Message: [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for mingw-w64 |
From: Jan N. <nij...@us...> - 2010-11-18 15:54:27
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25417 Modified Files: ChangeLog Log Message: [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for cygwin and mingw32 too. |
From: Jan N. <nij...@us...> - 2010-11-18 22:49:51
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17605 Modified Files: ChangeLog Log Message: Allow cross-compilation by default. |
From: Jan N. <nij...@us...> - 2010-11-19 14:48:07
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16395 Modified Files: ChangeLog Log Message: Revise Tcl_Panic() calls ending with a newline removing the newline, because Tcl_Panic() outputs a final newline already |
From: Jan N. <nij...@us...> - 2010-11-19 22:42:39
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17242 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) |
From: Jan N. <nij...@us...> - 2010-11-24 08:08:15
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24089 Modified Files: ChangeLog Log Message: [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ |
From: Jan N. <nij...@us...> - 2010-11-24 10:34:25
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16208 Modified Files: ChangeLog Log Message: re-write TkpDisplayWarning not to use any Tcl functions any more. This allows TkpDisplayWarning to be used as panic proc on Windows |
From: Jan N. <nij...@us...> - 2010-11-24 11:14:21
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22285 Modified Files: ChangeLog Log Message: Remove unused strrchr, combine outChannel/errChannel variables to a single variable |
From: Jan N. <nij...@us...> - 2010-11-24 15:11:43
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5955 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ |
From: Jan N. <nij...@us...> - 2010-11-24 15:15:31
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7750 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any more, so it works even with an ill-initialized Tcl Teach WishPanic how to thread UTF-8 in it's messagebox. Both of those changes backported from Tcl 8.6. No change in functionality. |
From: Jan N. <nij...@us...> - 2010-11-29 09:07:20
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8688 Modified Files: ChangeLog Log Message: Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of different size |
From: Jan N. <nij...@us...> - 2010-11-29 11:02:00
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30680 Modified Files: ChangeLog Log Message: Make assembler code compile in Win64 with gcc. |
From: Jan N. <nij...@us...> - 2010-11-29 11:25:16
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4316 Modified Files: ChangeLog Log Message: Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of different size |
From: Donal K. F. <dk...@us...> - 2010-12-02 11:38:36
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2932 Modified Files: ChangeLog Log Message: * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): Expose angled text API for Emiliano Gavilan. Still only in internal stub table. |
From: Jan N. <nij...@us...> - 2010-12-03 09:21:28
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8008 Modified Files: ChangeLog Log Message: [Patch #3116490] cross-compile Tk mingw32 on unix. This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools. |
From: Jan N. <nij...@us...> - 2010-12-05 08:56:37
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17749 Modified Files: ChangeLog Log Message: [Patch #3116490] cross-compile support for unix |
From: Jan N. <nij...@us...> - 2010-12-06 10:30:57
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1262 Modified Files: ChangeLog Log Message: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2 |
From: Jan N. <nij...@us...> - 2010-12-10 15:47:43
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25983 Modified Files: ChangeLog Log Message: Fix manifest-generation for 64-bit gcc (mingw-w64) |
From: Stuart C. <st...@us...> - 2010-12-12 11:54:02
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8048 Modified Files: ChangeLog Log Message: Better building on OpenBSD. |
From: Stuart C. <st...@us...> - 2010-12-12 12:01:58
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9632 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Better building on OpenBSD. |
From: Jan N. <nij...@us...> - 2010-12-13 09:24:16
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16125 Modified Files: ChangeLog Log Message: See also: [Patch 1910041] and [Patch 3059922]. SEH emulation on Win64 was not correct here: it sometimes results in a crash. Contrary to the other places, the code here is not meant to protect from OS bugs, but to protect Finalizing Tk when the application went in an invalid state. |
From: Jan N. <nij...@us...> - 2010-12-13 16:29:46
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6170 Modified Files: ChangeLog Log Message: Change "Application initialization failed" to "application-specific initialization failed", for consistency with Tcl. |
From: Jan N. <nij...@us...> - 2010-12-13 21:24:06
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23532 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Cross-compile support for Win and UNIX (backported) |
From: Jan N. <nij...@us...> - 2010-12-13 22:37:26
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5507 Modified Files: ChangeLog Log Message: [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) |
From: Jan N. <nij...@us...> - 2010-12-15 08:56:10
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7675 Modified Files: ChangeLog Log Message: [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c |