|
From: Don P. <dg...@us...> - 2008-03-13 17:14:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3105 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: Resolve identifier conflict over "pow10" with libm in Cygwin and DJGPP. Thanks to Gordon Schumacher and Philip Moore. [Patch 1800636] |
|
From: Daniel A. S. <da...@us...> - 2008-03-13 17:44:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13322 Modified Files: ChangeLog Log Message: * unix/configure.in: use backspace-quoting instead of double-quoting * unix/tcl.m4: for lib paths in tclConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2008-03-13 17:46:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13898 Modified Files: ChangeLog Log Message: d'oh! s/backspace/backslash/ |
|
From: Reinhard M. <rm...@us...> - 2008-03-14 16:32:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10922 Modified Files: ChangeLog Log Message: * generic/tclTest.c: Ignore the return value of write() when * unix/tclUnixPipe.c: we are about to exit anyways. |
|
From: Don P. <dg...@us...> - 2008-03-14 19:46:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28635 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate SortElement arrays instead of TclStackAlloc() which isn't getting alignment right. Workaround for [Bug 1914503]. |
|
From: Don P. <dg...@us...> - 2008-03-14 19:53:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32480 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (OldMathFuncProc): Same workaround protection from bad TclStackAlloc() alignment. Thanks George Peter Staplin. |
|
From: Donal K. F. <dk...@us...> - 2008-03-16 12:38:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5271 Modified Files: ChangeLog Log Message: Clarified documentation of what happens with negative indices. [Bug 1905809] Added example, tidied up formatting. |
|
From: Donal K. F. <dk...@us...> - 2008-03-16 17:00:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11737 Modified Files: ChangeLog Log Message: Correct the handling of stack space calculation (the jump pattern used was confusing the simple-minded code doing the calculations). [Bug 1903325] |
|
From: Andreas K. <and...@us...> - 2008-03-18 17:41:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6788 Modified Files: ChangeLog Log Message: * library/tm.tcl (::tcl::tm::Defaults): Modified handling of environment variables. See [Bug 1914604]. Solution slightly different than proposed in the report. Using the underscored form TCLX_y_TM_PATH even if TCLX.y_TM_PATH exists. Also using a loop to cut prevent code replication. |
|
From: Don P. <dg...@us...> - 2008-03-18 17:58:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13685 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Patch from Miguel Sofer to correct the alignment of memory allocated by GrowEvaluationStack(). [Bug 1914503] |
|
From: Andreas K. <and...@us...> - 2008-03-18 18:14:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19007 Modified Files: ChangeLog Log Message: * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to 'source -encoding utf-8'. This fixes a portability problem of Tcl Modules pointed out by Don Porter. By using plain 'source' we were at the mercy of 'encoding system', making modules less portable than they could be. The exact scenario: A writes a TM in some weird encoding which is A's system encoding, distributes it, and somewhere else it cannot be read/used because the system encoding is different. Forcing the use of utf-8 makes the module portable. ***INCOMPATIBILITY*** for all Tcl Modules already written in non-utf-8 compatible encodings. |
|
From: Donal K. F. <dk...@us...> - 2008-03-19 13:39:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18211 Modified Files: ChangeLog Log Message: Added workaround for [Bug 1905562] |
|
From: Donal K. F. <dk...@us...> - 2008-03-19 16:02:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16304 Modified Files: ChangeLog Log Message: Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] |
|
From: Donal K. F. <dk...@us...> - 2008-03-20 09:49:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7612 Modified Files: ChangeLog Log Message: Final clean up of the Tcl_GetMemoryInfo mess. |
|
From: Donal K. F. <dk...@us...> - 2008-03-21 19:09:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25938 Modified Files: ChangeLog Log Message: Added more tests of regexp-mode compilation of the [switch] command. [Bug 1854435] |
|
From: Donal K. F. <dk...@us...> - 2008-03-21 19:22:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29554 Modified Files: ChangeLog Log Message: Clarified docs. [Bug 1899962] |
|
From: Pat T. <pat...@us...> - 2008-03-24 02:50:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6591 Modified Files: ChangeLog Log Message: bug #1923966 - crash in binary format. Added tests for the above crash condition. |
|
From: Pat T. <pat...@us...> - 2008-03-24 03:05:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12694 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backported fix for #1923966 |
|
From: Daniel A. S. <da...@us...> - 2008-03-27 13:39:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24860 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] |
|
From: Daniel A. S. <da...@us...> - 2008-03-27 13:41:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25354 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] |
|
From: Don P. <dg...@us...> - 2008-03-27 20:18:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11600 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-03-27 20:23:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13863 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2008-03-27 20:36:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19375 Modified Files: ChangeLog Log Message: Changes up to and including Olson's tzdata2008b |
|
From: Don P. <dg...@us...> - 2008-03-27 20:48:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25298 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-03-27 20:52:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26683 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |