|
From: Kevin B K. <ke...@us...> - 2006-07-30 17:05:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21015 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Bug 1513489 |
|
From: Kevin B K. <ke...@us...> - 2006-07-30 18:58:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2669 Modified Files: ChangeLog Log Message: Fixed Bug 1505383 |
|
From: Kevin B K. <ke...@us...> - 2006-07-30 19:15:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9771 Modified Files: ChangeLog Log Message: Fixed Bug 1494664 |
|
From: Kevin B K. <ke...@us...> - 2006-07-31 03:27:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12203 Modified Files: ChangeLog Log Message: Bug 1426279 |
|
From: Kevin B K. <ke...@us...> - 2006-07-31 15:44:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21773 Modified Files: ChangeLog Log Message: Bug 1531530 |
|
From: Daniel A. S. <da...@us...> - 2006-08-02 20:04:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4323 Modified Files: ChangeLog Log Message: * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initialized before vfork() so that the child doesn't potentially corrupt global state in the parent's address space. |
|
From: Daniel A. S. <da...@us...> - 2006-08-02 20:04:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4731 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initialized before vfork() so that the child doesn't potentially corrupt global state in the parent's address space. |
|
From: Donal K. F. <dk...@us...> - 2006-08-09 10:06:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12812 Modified Files: ChangeLog Log Message: Make [expr] use in examples more idiomatic [Bug 1526581] |
|
From: Donal K. F. <dk...@us...> - 2006-08-09 13:51:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16976 Modified Files: ChangeLog Log Message: Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] |
|
From: Donal K. F. <dk...@us...> - 2006-08-09 14:16:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28240 Modified Files: ChangeLog Log Message: Error message consistency improvements. [Bug 1534628] |
|
From: Don P. <dg...@us...> - 2006-08-09 18:12:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2506 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(). Thanks to afredd. [Patch 1530262] |
|
From: Don P. <dg...@us...> - 2006-08-09 18:12:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2561 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(). Thanks to afredd. [Patch 1530262] |
|
From: Donal K. F. <dk...@us...> - 2006-08-10 12:15:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21469 Modified Files: ChangeLog Log Message: Various minor object file size efficiency fixes. [Bug 1530474] |
|
From: Donal K. F. <dk...@us...> - 2006-08-11 13:50:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10265 Modified Files: ChangeLog Log Message: Applied [Patch 1352382] |
|
From: Donal K. F. <dk...@us...> - 2006-08-14 10:01:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2030 Modified Files: ChangeLog Log Message: Added missing braces to validation code |
|
From: Don P. <dg...@us...> - 2006-08-16 17:56:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20965 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static array. |
|
From: Don P. <dg...@us...> - 2006-08-17 17:43:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9263 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: Revised the new set of expression * generic/tclParseExpr.c: parse error messages. |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 07:45:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5658 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 * generic/tcl.h: add fixes for building on Leopard and support * unix/tclUnixPort.h: for 64-bit CoreFoundation on Leopard. * macosx/tclMacOSXFCmd.c: * unix/tclUnixPort.h: on Darwin x86_64, disable use of vfork as it causes execve to fail intermittently. (rdar://4685553) * generic/tclTomMath.h: on Darwin 64-bit, for now disable use of 128-bit arithmetic through __attribute__ ((mode(TI))), as it leads to link errors due to missing fallbacks. (rdar://4685527) * macosx/Tcl.xcodeproj/project.pbxproj: add x86_64 to universal build, switch native release targets to use DWARF with dSYM, Xcode 3.0 changes. * macosx/README: updates for x86_64 and Xcode 2.3. * macosx/Tcl.xcodeproj/default.pbxuser: add test suite target that runs * macosx/Tcl.xcodeproj/project.pbxproj: the tcl test suite at build time and shows clickable test suite errors in the GUI build window. * tests/macOSXFCmd.test: fix use of deprecated resource fork paths. * unix/tclUnixInit.c (TclpInitLibraryPath): move code that is only needed when TCL_LIBRARY is defined to run only in that case. * generic/tclLink.c (LinkTraceProc): fix 64-bit signed-with-unsigned comparison warning from gcc4 -Wextra. |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 07:45:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6071 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure: autoconf-2.13 * generic/tcl.h: add fixes for building on Leopard and support for * unix/tclUnixPort.h: 64-bit CoreFoundation on Leopard. * unix/tclUnixPort.h: on Darwin x86_64, disable use of vfork as it causes execve to fail intermittently. (rdar://4685553) * macosx/README: updates for x86_64 support and Xcode 2.3. |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 11:23:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29950 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due to a signal), call it again instead of returning a timeout result. Fixes intermittent event-13.8 failures. |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 11:23:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30281 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due to a signal), call it again instead of returning a timeout result. Fixes intermittent event-13.8 failures. |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 01:08:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27216 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_WaitForEvent was called recursively), re-run it in a custom run loop mode containing only the source for the notifier thread, otherwise wakeups from other sources added to the common run loop modes might get lost. * unix/tclUnixNotfy.c (Tcl_WaitForEvent): on 64-bit Darwin, pthread_cond_timedwait() appears to have a bug that causes it to wait forever when passed an absolute time which has already been exceeded by the system time; as a workaround, when given a very brief timeout, just do a poll on that platform. [Bug 1457797] |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 01:08:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27219 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_WaitForEvent was called recursively), re-run it in a custom run loop mode containing only the source for the notifier thread, otherwise wakeups from other sources added to the common run loop modes might get lost; sync panic msg changes from HEAD. * unix/tclUnixNotfy.c (Tcl_WaitForEvent): on 64-bit Darwin, pthread_cond_timedwait() appears to have a bug that causes it to wait forever when passed an absolute time which has already been exceeded by the system time; as a workaround, when given a very brief timeout, just do a poll on that platform. [Bug 1457797] |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 05:37:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13187 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availability in all cases, since termios is known to be present on all Mac OS X releases since 10.0. [Bug 497147] |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 05:37:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13451 Modified Files: ChangeLog Log Message: * unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availability in all cases, since termios is known to be present on all Mac OS X releases since 10.0. [Bug 497147] |