|
From: Don P. <dg...@us...> - 2006-08-31 20:41:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18158 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c: Corrected flawed logic for disabling the INST_TRY_CVT_TO_NUMERIC instruction at the end of an expression when function arguments contain operators. [Bug 1541274] |
|
From: Jeffrey H. <ho...@us...> - 2006-09-04 19:35:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12707 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: correct package example |
|
From: Jeffrey H. <ho...@us...> - 2006-09-04 19:36:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12828 Modified Files: ChangeLog Log Message: correct package example |
|
From: Don P. <dg...@us...> - 2006-09-04 21:35:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27393 Modified Files: ChangeLog Log Message: * tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to the Bug 1481986 fix. [Bug 1550858] |
|
From: Don P. <dg...@us...> - 2006-09-04 21:36:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29538 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to the Bug 1481986 fix. [Bug 1550858] |
|
From: Don P. <dg...@us...> - 2006-09-05 02:44:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24144 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c: Removed much complexity that is no longer needed. |
|
From: Don P. <dg...@us...> - 2006-09-05 16:14:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6041 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Zoran V. <vas...@us...> - 2006-09-06 13:08:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11372 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added MT-safe implementation of some library calls. See Tcl Bug 999544 for more information. |
|
From: Zoran V. <vas...@us...> - 2006-09-06 13:23:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17807 Modified Files: ChangeLog Log Message: Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). |
|
From: Zoran V. <vas...@us...> - 2006-09-07 08:50:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14670 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Rewritten MT-safe wrappers to return ptrs to TSD storage |
|
From: Zoran V. <vas...@us...> - 2006-09-07 09:17:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26414 Modified Files: ChangeLog Log Message: Rewritten MT-safe wrappers to return ptrs to TSD storage. |
|
From: Andreas K. <and...@us...> - 2006-09-07 16:29:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12272 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure: Regenerated using autoconf 2.13. |
|
From: Zoran V. <vas...@us...> - 2006-09-07 18:49:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6685 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixFCmd.c: Removed some false tests added (and left by mistake) by fixing the Tcl Bug: 999544 * unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary. |
|
From: Zoran V. <vas...@us...> - 2006-09-07 18:53:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8432 Modified Files: ChangeLog Log Message: unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary. |
|
From: Zoran V. <vas...@us...> - 2006-09-08 11:15:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25535 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe starting with Dariwn 6 (Mac OSX 10.2) or later. |
|
From: Andreas K. <and...@us...> - 2006-09-08 19:24:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2659 Modified Files: ChangeLog Log Message: * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed bad var names in TclpGetHostByName. |
|
From: Andreas K. <and...@us...> - 2006-09-08 19:25:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3092 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed bad var names in TclpGetHostByName. |
|
From: Zoran V. <vas...@us...> - 2006-09-08 20:57:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9358 Modified Files: ChangeLog Log Message: Added special handling for Darwin where gethostbyname/addr are actually MT-safe per-se. |
|
From: Daniel A. S. <da...@us...> - 2006-09-10 17:04:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11550 Modified Files: ChangeLog Log Message: * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * library/tcltest/tcltest.tcl: add 'line' verbose level: prints source * doc/tcltest.n: file line information of failing tests. * macosx/Tcl.xcodeproj/project.pbxproj: add new tclUnixCompat.c file; revise tests target to use new tcltest 'line' verbose level. * unix/configure.in: add descriptions to new AC_DEFINEs for MT-safe. * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-09-10 17:04:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12359 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2006-09-10 18:23:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13597 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account * library/msgcat/pkgIndex.tcl: for modifications. |
|
From: Don P. <dg...@us...> - 2006-09-10 19:00:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28687 Modified Files: ChangeLog Log Message: * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/msgcat/pkgIndex.tcl: for modifications. |
|
From: Don P. <dg...@us...> - 2006-09-11 03:54:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17034 Modified Files: ChangeLog Log Message: * doc/tcltest.n: Bump to version tcltest 2.3.0 to account * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc: |
|
From: Don P. <dg...@us...> - 2006-09-11 04:54:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9077 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Corrected INST_EXPON flaw that treated * tests/expr.test: $x**1 as $x**3. [Bug 1555371] |
|
From: Don P. <dg...@us...> - 2006-09-11 14:38:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22901 Modified Files: ChangeLog Log Message: * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. |