|
From: Donal K. F. <dk...@us...> - 2008-03-06 22:08:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9309 Modified Files: ChangeLog Log Message: Minor tidying up. [Bug 1909019] |
|
From: Donal K. F. <dk...@us...> - 2008-03-07 09:27:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25658 Modified Files: ChangeLog Log Message: Add AC_HEADER_STDC to support msys/win64. |
|
From: Don P. <dg...@us...> - 2008-03-07 15:28:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18980 Modified Files: ChangeLog Log Message: * tests/execute.test (execute-6.*): More tests checking that script bytecode is invalidated in the right situations. |
|
From: Don P. <dg...@us...> - 2008-03-07 19:10:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16979 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/execute.test (execute-6.8): Added tests checking that bytecode is invalidates in the right situations. |
|
From: Don P. <dg...@us...> - 2008-03-07 19:15:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19600 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [expr $e] caches compiled bytecodes for the expression as the intrep of $e. |
|
From: Don P. <dg...@us...> - 2008-03-07 19:26:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24703 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so that bytecodes invalid due to changing context or due to the difference between expressions and scripts are not reused. [Bug 1899164]. |
|
From: Don P. <dg...@us...> - 2008-03-07 20:26:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21923 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclTest.c: Backport the [testexprlongobj] testing command. |
|
From: Don P. <dg...@us...> - 2008-03-07 21:10:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6092 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so that bytecodes invalid due to changing context or due to the difference between expressions and scripts are not reused. [Bug 1899164]. |
|
From: Don P. <dg...@us...> - 2008-03-07 21:52:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25145 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2008-03-07 22:42:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14507 Modified Files: ChangeLog Log Message: * generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys to NULL to allow full re-initialization by GetKeys(). This introduces a memory leak for the key objects, but gets us around a crash in the finalization of reflected channels when handling returns, either at compile- or runtime. In both cases we access the keys after they have been released by their thread exit handler. A proper fix is entangled with the untangling of the finalization ordering and attendant issues. For now we choose the lesser evil. |
|
From: Don P. <dg...@us...> - 2008-03-10 16:18:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27487 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test: function and the [::tcl::mathfunc::abs] command do not return the value of -0, or equivalent values with more alarming string reps like -1e-350. [Bug 1893815]. |
|
From: Don P. <dg...@us...> - 2008-03-10 17:54:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4652 Modified Files: ChangeLog Log Message: * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.test (event-5.*): checking to protect against callers passing invalid return options dictionaries. [Bug 1901113] |
|
From: Don P. <dg...@us...> - 2008-03-10 18:49:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27963 Modified Files: ChangeLog Log Message: * doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to get all the documented commands ([http::meta]). |
|
From: miguel s. <ms...@us...> - 2008-03-11 17:23:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15866 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclDeleteNamespaceVars): * tests/var.test (var-8.2): unset traces on vars should be called with a FQ named during namespace deletion. This was causing infinite loops when unset traces recreated the var, as reported by Julian Noble on [Bug 1911919]. |
|
From: Daniel A. S. <da...@us...> - 2008-03-11 22:28:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14153 Modified Files: ChangeLog Log Message: * macosx/GNUmakefile: fix quoting to allow paths to * macosx/Tcl-Common.xcconfig: ${builddir} and ${INSTALL_ROOT} * unix/Makefile.in: to contain spaces. * unix/configure.in: * unix/install-sh: * unix/tcl.m4: * tests/ioCmd.test: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library. |
|
From: Daniel A. S. <da...@us...> - 2008-03-11 23:52:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17931 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCreateProcess() uses vfork(). |
|
From: Jeffrey H. <ho...@us...> - 2008-03-12 05:39:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30221 Modified Files: ChangeLog Log Message: * library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without overwriting http state. |
|
From: Jeffrey H. <ho...@us...> - 2008-03-12 05:57:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4388 Modified Files: ChangeLog Log Message: * library/http/http.tcl (http::geturl): add -method option to support * tests/http.test (http-3.1): http PUT and DELETE requests. * doc/http.n: [Bug 1599901, 862554] |
|
From: Jeffrey H. <ho...@us...> - 2008-03-12 09:51:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4901 Modified Files: ChangeLog Log Message: * unix/Makefile.in (install-libraries): Bump http to 2.7 * win/Makefile.in (install-libraries): Added -myaddr option to allow * library/http/http.tcl (http::geturl): control of selected socket * library/http/pkgIndex.tcl: interface. [Bug 559898] * doc/http.n, tests/http.test: Added -keepalive and -protocol 1.1 with chunked transfer encoding support. [Bug 1063703, 1470377, 219225] Added ability to override Host in -headers. [Bug 928154] Added -strict option to control URL validation on per-call basis. [Bug 1560506] |
|
From: Jeffrey H. <ho...@us...> - 2008-03-12 10:00:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8776 Modified Files: ChangeLog Log Message: change http::geturl -keepalive default to 0 as it has poor true pipeline support |
|
From: Andreas K. <and...@us...> - 2008-03-12 21:24:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9153 Modified Files: ChangeLog Log Message: * doc/info.n: Replaced {expand} with {8}. |
|
From: Daniel A. S. <da...@us...> - 2008-03-12 22:17:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28675 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 * macosx/Tcl.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Tcl-Common.xcconfig: 'xcodebuild install'. |
|
From: Daniel A. S. <da...@us...> - 2008-03-12 23:05:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17157 Modified Files: ChangeLog Log Message: add ref to [Bug 1893053] |
|
From: Don P. <dg...@us...> - 2008-03-13 14:37:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24771 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-03-13 14:47:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29230 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |