|
From: Don P. <dg...@us...> - 2005-05-05 18:38:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7655 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: * generic/tclUtil.c: * generic/tclIntDecls.h: `make genstubs` * generic/tclStubInit.c: * generic/tclBasic.c: Added callers of TclMatchIsTrivial where * generic/tclCmdIL.c: a search can be done more efficiently * generic/tclCompCmds.c:when it is recognized that a pattern match * generic/tclDictObj.c: is really an exact match. [Patch 1076088] * generic/tclIO.c: * generic/tclNamesp.c: * generic/tclVar.c: |
|
From: Jeffrey H. <ho...@us...> - 2005-05-07 00:01:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12081 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris cc builds. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-07 00:06:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13415 Modified Files: ChangeLog Log Message: * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris cc builds. |
|
From: Kevin B K. <ke...@us...> - 2005-05-07 19:18:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7247 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Revised initialization of tclStrToD.c |
|
From: Kevin B K. <ke...@us...> - 2005-05-07 21:09:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv516 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: fixed underflow bug in MSVC with -O3 |
|
From: Kevin B K. <ke...@us...> - 2005-05-08 20:42:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13831 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: portability hacks and eliminate bad CPUID code |
|
From: Kevin B K. <ke...@us...> - 2005-05-09 22:13:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12026 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: further fixes for structured event handling and frame pointer omission |
|
From: miguel s. <ms...@us...> - 2005-05-10 10:02:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27841 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] |
|
From: Kevin B K. <ke...@us...> - 2005-05-10 16:11:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16476 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Merged changes from HEAD |
|
From: Kevin B K. <ke...@us...> - 2005-05-10 18:54:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24335 Modified Files: ChangeLog Log Message: Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats |
|
From: Kevin B K. <ke...@us...> - 2005-05-10 19:00:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26385 Modified Files: ChangeLog Log Message: fix ChangeLog message for last commit |
|
From: miguel s. <ms...@us...> - 2005-05-10 19:12:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28660 Modified Files: ChangeLog Log Message: fixed Changelog entry for [Bug 1198892] fix - forgot to mention new regression tests. |
|
From: Kevin B K. <ke...@us...> - 2005-05-10 20:17:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12164 Modified Files: ChangeLog Log Message: Fixes for C++-style comment and bad NaN on PA-RISC |
|
From: Jeffrey H. <ho...@us...> - 2005-05-11 00:48:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9923 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-11 00:51:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11035 Modified Files: ChangeLog Log Message: * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-11 00:53:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11682 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly compliant compilers that don't like trailing ,s. |
|
From: Kevin B K. <ke...@us...> - 2005-05-11 15:01:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4360 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Synchronized with HEAD |
|
From: Kevin B K. <ke...@us...> - 2005-05-11 15:39:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13113 Modified Files: ChangeLog Log Message: Added UCHAR's to ctype macros in tclStrToD.c |
|
From: Don P. <dg...@us...> - 2005-05-11 16:58:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30053 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2005-05-11 17:19:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2033 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: repeat merge with HEAD |
|
From: Kevin B K. <ke...@us...> - 2005-05-12 21:21:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8505 Modified Files: ChangeLog Log Message: changed NAME to match the name of the page. |
|
From: Don P. <dg...@us...> - 2005-05-13 17:12:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23733 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. * generic/tclBinary.c: It's believed this has not been working * generic/tclExecute.c: in a long time. Tcl needs math.h. * unix/Makefile.in: [RFE 1200680]. |
|
From: Kevin B K. <ke...@us...> - 2005-05-13 21:20:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8911 Modified Files: ChangeLog Log Message: further rework of SEH |
|
From: Daniel A. S. <da...@us...> - 2005-05-14 20:46:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8656 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: * generic/tclTest.c: * generic/tclUtil.c: * win/tclWin32Dll.c: fixed link error due to direct access by tclTest.c to the MODULE_SCOPE tclPlatform global: renamed existing TclWinGetPlatform() accessor to TclGetPlatform() and moved it to generic code so that it can be used by on all platforms where MODULE_SCOPE is enforced. * macosx/tclMacOSXBundle.c: * unix/tclUnixInit.c: * unix/tcl.m4 (Darwin): made use of CoreFoundation API configurable and added test of CoreFoundation availablility to allow building on ppc64, replaced HAVE_CFBUNDLE by HAVE_COREFOUNDATION; test for availability of Tiger or later OSSpinLockLock API. * unix/tclUnixNotfy.c: * unix/Makefile.in: * macosx/tclMacOSXNotify.c (new file): when CoreFoundation is available, use new CFRunLoop based notifier: allows easy integration with other event loops on Mac OS X, in particular the TkAqua Carbon event loop is now integrated via a standard tcl event source (instead of TkAqua upon loading having to finalize the exsting notifier and replace it with its custom version). [Patch 1202052] * tests/unixNotfy.test: don't run unthreaded tests on Darwin since notifier may be using threads even in unthreaded core. * unix/tclUnixPort.h: * unix/tcl.m4 (Darwin): test for thread-unsafe realpath durning configure, as Darwin 7 and later realpath is threadsafe. * macosx/Makefile: enable configure caching. * unix/configure.in: wrap tclConfig.h header in #ifndef _TCLCONFIG so that it can be included more than once without warnings from gcc4.0 (as happens e.g. when including both tclInt.h and tclPort.h) * macosx/tclMacOSXBundle.c: * unix/tclUnixChan.c: * unix/tclLoadDyld.c: * unix/tclUnixInit.c: fixed gcc 4.0 warnings. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: make genstubs |
|
From: Daniel A. S. <da...@us...> - 2005-05-14 20:52:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9648 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXBundle.c: * unix/tclUnixInit.c: * unix/tcl.m4 (Darwin): made use of CoreFoundation API configurable and added test of CoreFoundation availablility to allow building on ppc64, replaced HAVE_CFBUNDLE by HAVE_COREFOUNDATION; test for availability of Tiger or later OSSpinLockLock API. * unix/tclUnixNotfy.c: * unix/Makefile.in: * macosx/tclMacOSXNotify.c (new file): when CoreFoundation is available, use new CFRunLoop based notifier: allows easy integration with other event loops on Mac OS X, in particular the TkAqua Carbon event loop is now integrated via a standard tcl event source (instead of TkAqua upon loading having to finalize the exsting notifier and replace it with its custom version). [Patch 1202052] * tests/unixNotfy.test: don't run unthreaded tests on Darwin since notifier may be using threads even in unthreaded core. * unix/tclUnixPort.h: * unix/tcl.m4 (Darwin): test for thread-unsafe realpath durning configure, as Darwin 7 and later realpath is threadsafe. * macosx/tclMacOSXBundle.c: * unix/tclLoadDyld.c: * unix/tclUnixInit.c: fixed gcc 4.0 warnings. * unix/configure: autoconf-2.13 |