|
From: Don P. <dg...@us...> - 2007-12-13 14:13:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13504 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-12-13 14:23:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17379 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Pat T. <pat...@us...> - 2007-12-14 02:27:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1848 Modified Files: ChangeLog Log Message: Support compilation with MSVC9 on AMD64 |
|
From: Jeffrey H. <ho...@us...> - 2007-12-14 02:29:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2934 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag * tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a' mode and not for 'a+'. [Bug 1773127] (backport from HEAD) |
|
From: Pat T. <pat...@us...> - 2007-12-14 13:52:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31622 Modified Files: ChangeLog Log Message: Fix for broken test on win2k with long machine name |
|
From: Zoran V. <vas...@us...> - 2007-12-14 14:02:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3954 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Appled the change to tclUnixcompat.c already stated in ChangeLog but not present. |
|
From: Jeffrey H. <ho...@us...> - 2007-12-14 20:54:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13781 Modified Files: ChangeLog Log Message: updated notes |
|
From: Jeffrey H. <ho...@us...> - 2007-12-14 20:55:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14602 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: updated notes |
|
From: Jeffrey H. <ho...@us...> - 2007-12-14 23:36:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18692 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 1602539] |
|
From: miguel s. <ms...@us...> - 2007-12-17 15:28:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9735 Modified Files: ChangeLog Log Message: * generic/tclAlloc.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fix alignment for memory returned by TclStackAlloc; insure that all memory allocators align to 16-byte boundaries on 64 bit platforms [Bug 1851832, 1851524] |
|
From: Donal K. F. <dk...@us...> - 2007-12-18 10:53:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10807 Modified Files: ChangeLog Log Message: Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <wa...@go...>, Tavis Ormandy <ta...@go...>, and Tom Lane <tg...@ss...> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] |
|
From: Donal K. F. <dk...@us...> - 2007-12-18 11:23:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23444 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <wa...@go...>, Tavis Ormandy <ta...@go...>, and Tom Lane <tg...@ss...> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] |
|
From: Jeffrey H. <ho...@us...> - 2007-12-18 19:33:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25538 Modified Files: ChangeLog Log Message: avoid exposing emails of contributors where possible |
|
From: Jeffrey H. <ho...@us...> - 2007-12-19 21:09:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv981 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp * tests/switch.test-14.*: compilation to pass the cflags to INST_REGEXP (changed on 12-07). Added tests for switch -regexp compilation (need more). [Bug 1854399] |
|
From: miguel s. <ms...@us...> - 2007-12-22 00:58:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10075 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted list instead of growing it. |
|
From: miguel s. <ms...@us...> - 2007-12-22 01:59:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2913 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted list instead of growing it. Second commit replaces calls to Tcl_ListObjAppenElement with direct access to the internal rep. |
|
From: miguel s. <ms...@us...> - 2007-12-22 21:50:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9113 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid calling SelectObjFromSublist when there are no sublists. |
|
From: miguel s. <ms...@us...> - 2007-12-23 17:52:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6464 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. |
|
From: Jeffrey H. <ho...@us...> - 2007-12-23 21:29:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1366 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot * tests/regexp.test (regexp-22.2): be used because it * tests/regexpComp.test: [Bug 1857126] disallows backrefs. |
|
From: miguel s. <ms...@us...> - 2007-12-25 15:55:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13417 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c: more [lsort] data handling streamlines. Extra mem reqs of latest patches removed, restored to previous mem profile. Improved -unique handling, now eliminating repeated elems immediately instead of marking them to avoid reinsertion at the end. |
|
From: miguel s. <ms...@us...> - 2007-12-26 19:28:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13539 Modified Files: ChangeLog Log Message: missing Changelog entry |
|
From: Don P. <dg...@us...> - 2007-12-28 05:04:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5671 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2007-12-31 00:17:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29154 Modified Files: ChangeLog Log Message: Clarified meaning of dictionary values following discussion on comp.lang.tcl. |
|
From: Don P. <dg...@us...> - 2007-12-31 14:49:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7179 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge update from HEAD |
|
From: Don P. <dg...@us...> - 2007-12-31 17:56:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22308 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/filename.n: Typo |