|
From: Donal K. F. <dk...@us...> - 2006-04-12 14:13:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30213 Modified Files: ChangeLog Log Message: Fix [1376892] |
|
From: Don P. <dg...@us...> - 2006-04-17 21:00:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3333 Modified Files: ChangeLog Log Message: * doc/IntObj.3: Documentation changes to account for TIP 237 changes. * doc/Object.3: [Bug 1446971] |
|
From: Donal K. F. <dk...@us...> - 2006-04-18 15:13:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20787 Modified Files: ChangeLog Log Message: Minor fixes post-review. |
|
From: Kevin B K. <ke...@us...> - 2006-04-19 16:43:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8497 Modified Files: ChangeLog Log Message: fix for Martin Lemburg's DST conversion bug. http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/9a8b15a4dfc0b7a0 |
|
From: Kevin B K. <ke...@us...> - 2006-04-24 15:38:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26443 Modified Files: ChangeLog Log Message: correct ChangeLog to reflect 2006-04-19 commit of generic/tclStrToD.c |
|
From: Don P. <dg...@us...> - 2006-04-25 17:15:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29046 Modified Files: ChangeLog Log Message: * doc/DoubleObj.3: More doc updates for TIP 237. * doc/scan.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to match. |
|
From: Don P. <dg...@us...> - 2006-04-25 18:31:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23018 Modified Files: ChangeLog Log Message: * doc/DoubleObj.3: More doc updates for TIP 237. * doc/format.n: * doc/scan.n: |
|
From: Don P. <dg...@us...> - 2006-04-26 04:41:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25219 Modified Files: ChangeLog Log Message: * doc/DoubleObj.3: More doc updates for TIP 237. * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n: |
|
From: Don P. <dg...@us...> - 2006-04-26 13:42:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29433 Modified Files: ChangeLog Log Message: * generic/tclBinary.c: Revised the handling of the Q and q format * generic/tclInt.h: specifiers for [binary] to account for the * generic/tclStrToD.c: "middle endian" floating point format used in Nokia N770. |
|
From: Don P. <dg...@us...> - 2006-05-04 12:34:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13492 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide * tests/expr-old.test: integer values by srand() [Bug 1480509]. |
|
From: Don P. <dg...@us...> - 2006-05-04 12:55:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23774 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/big * doc/mathfunc.n: integer values by srand() [Bug 1480509]. |
|
From: Don P. <dg...@us...> - 2006-05-05 18:09:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25378 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.test: (Tcl_Main-4.5): processing of one interactive command before passing control to the loop routine registered with Tcl_SetMainLoop() [Bug 1481986]. |
|
From: Don P. <dg...@us...> - 2006-05-05 18:09:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25901 Modified Files: ChangeLog Log Message: * generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.test: (Tcl_Main-4.5): processing of one interactive command before passing control to the loop routine registered with Tcl_SetMainLoop() [Bug 1481986]. |
|
From: Daniel A. S. <da...@us...> - 2006-05-12 18:12:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17232 Modified Files: ChangeLog Log Message: * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] |
|
From: Don P. <dg...@us...> - 2006-05-13 17:14:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4230 Modified Files: ChangeLog Log Message: * generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the re-compile of a proc body, take care not to overwrite any Proc struct that may be referred to on the active call stack. This fixes [Bug 148218]. Note that the fix will not be effective for code that calls the private routine TclProcCompileProc() directly. |
|
From: Don P. <dg...@us...> - 2006-05-13 17:17:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4896 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the re-compile of a proc body, take care not to overwrite any Proc struct that may be referred to on the active call stack. This fixes [Bug 148218]. Note that the fix will not be effective for code that calls the private routine TclProcCompileProc() directly. |
|
From: Don P. <dg...@us...> - 2006-05-13 23:21:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23384 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclFileName.c (TclDoGlob): Disabled the partial normalization done by the recursive glob routine, since changing the precise string of the pathname broke [glob] on some Tcl_Filesystems. [Bug 943995] |
|
From: Donal K. F. <dk...@us...> - 2006-05-23 15:35:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30279 Modified Files: ChangeLog Log Message: Minor doc improvements |
|
From: Donal K. F. <dk...@us...> - 2006-05-24 10:37:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10779 Modified Files: ChangeLog Log Message: Fix [Bug 1494160] |
|
From: Daniel A. S. <da...@us...> - 2006-05-27 05:23:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3101 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): recreates CoreFoundation state and notifier thread in the child after a fork(). Note that pthread_atfork() is available starting with Tiger only. Because vfork() is used by the core on Darwin, [exec]/[open] are not affected by this fix, only extensions or embedders that call fork() directly (such as TclX). However, this only makes fork() safe from corefoundation tcl with --disable-threads; as on all platforms, forked children may deadlock in threaded tcl due to the potential for stale locked mutexes in the child. [Patch 923072] * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-05-27 05:23:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3117 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): recreates CoreFoundation state and notifier thread in the child after a fork(). Note that pthread_atfork() is available starting with Tiger only. Because vfork() is used by the core on Darwin, [exec]/[open] are not affected by this fix, only extensions or embedders that call fork() directly (such as TclX). However, this only makes fork() safe from corefoundation tcl with --disable-threads; as on all platforms, forked children may deadlock in threaded tcl due to the potential for stale locked mutexes in the child. [Patch 923072] * unix/configure: autoconf-2.59 |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 16:27:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20906 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/else conditions. (jcw) |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 20:28:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21420 Modified Files: ChangeLog Log Message: * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/else conditions. (jcw) |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 23:29:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7990 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572] fix of 2006-01-09 for [namespace inscope] as it seems to mess with itcl scope decoding. Leaving namespace-29.6 test failure until final cause it determined. |
|
From: Donal K. F. <dk...@us...> - 2006-06-06 04:04:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20192 Modified Files: ChangeLog Log Message: Documentation improvements (including Tcl_Realloc(NULL,x) behaviour) |