From: Jan N. <nij...@us...> - 2010-09-15 07:34:06
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27666 Modified Files: ChangeLog Log Message: [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl. Make the "generic" argument in the *.decls files optional (no change to any tcl*Decls.h files) This allows genStubs.tcl to generate the ttk stub files as well, while keeping full compatibility with existing *.decls files. |
From: Don P. <dg...@us...> - 2010-09-15 13:17:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19292 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-09-15 16:55:21
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25749 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Revise `make dist` target to tolerate the case of zero bundled packages. |
From: Donal K. F. <dk...@us...> - 2010-09-15 22:12:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18398 Modified Files: ChangeLog Log Message: * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make sure we never try to double zero repeatedly to get a buffer size. Also added a check for sanity on the size of buffer being appended. |
From: Don P. <dg...@us...> - 2010-09-16 03:02:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv786 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-16 14:49:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28133 Modified Files: ChangeLog Log Message: Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII. Needed for [FRQ 491789]: setargv() doesn't support a unicode cmdline |
From: Jeffrey H. <ho...@us...> - 2010-09-16 17:49:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1546 Modified Files: ChangeLog Log Message: * unix/Makefile.in: do not pass current build env vars when using NATIVE_TCLSH in targets. |
From: Jeffrey H. <ho...@us...> - 2010-09-16 18:53:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15848 Modified Files: ChangeLog Log Message: * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all supported versions of compilers should now have it. |
From: Don P. <dg...@us...> - 2010-09-17 13:11:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18142 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-18 05:40:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17698 Modified Files: ChangeLog Log Message: [Bug 3069278]: breakage on head Windows triggered by install-tzdata. Temporary don't compile this with -DUNICODE, while investigating this bug. |
From: Donal K. F. <dk...@us...> - 2010-09-18 23:14:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21655 Modified Files: ChangeLog Log Message: * doc/file.n (file readlink): [Bug 3070580]: Typofix. |
From: Donal K. F. <dk...@us...> - 2010-09-18 23:14:50
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21719 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/file.n (file readlink): [Bug 3070580]: Typofix. |
From: Don P. <dg...@us...> - 2010-09-20 12:09:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28743 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-20 14:28:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11677 Modified Files: ChangeLog Log Message: Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on platforms >win95 |
From: Kevin B K. <ke...@us...> - 2010-09-21 19:32:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10175 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl bytecode language |
From: Jan N. <nij...@us...> - 2010-09-21 20:22:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20493 Modified Files: ChangeLog Log Message: Fix declaration after statement. Add -Wdeclaration-after-statement, so this mistake cannot happen again. |
From: Jan N. <nij...@us...> - 2010-09-21 21:50:42
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31385 Modified Files: ChangeLog Log Message: [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix |
From: Jeffrey H. <ho...@us...> - 2010-09-22 00:57:18
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17315 Modified Files: ChangeLog Log Message: * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): * generic/tclVar.c (TclLookupSimpleVar, CompareVarKeys): * generic/tclPathObj.c (Tcl_FSGetNormalizedPath, Tcl_FSEqualPaths): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOUtil.c (TclFSCwdPointerEquals): peephole opt * generic/tclResult.c (TclMergeReturnOptions): use memcmp where applicable as possible speedup on some libc variants. |
From: Kevin B K. <ke...@us...> - 2010-09-22 01:08:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18581 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge changes from HEAD |
From: Don P. <dg...@us...> - 2010-09-22 02:42:57
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26462 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-22 06:48:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6008 Modified Files: ChangeLog Log Message: Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++ |
From: Don P. <dg...@us...> - 2010-09-22 13:33:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2496 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: miguel s. <ms...@us...> - 2010-09-22 15:49:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17516 Modified Files: ChangeLog Log Message: * generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK_INFO(), as they could run traces. The new calls to be protected are Tcl_ResetResult(), Tcl_SetErrorCode(), IllegalExprOperandType(), TclExprFloatError(). The error was triggered by [Patch 3072080]. |
From: miguel s. <ms...@us...> - 2010-09-22 17:21:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1936 Modified Files: ChangeLog Log Message: * tests/execute.test: added execute-10.3 for [Bug 3072640]. The test causes a mem failure. |
From: miguel s. <ms...@us...> - 2010-09-22 18:37:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22017 Modified Files: ChangeLog Log Message: * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this fixes [Bug 3072640] |