From: Don P. <dg...@us...> - 2010-03-30 22:48:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30933 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-03-31 10:29:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24697 Modified Files: ChangeLog Log Message: [FRQ 2974744]: share exception codes (ObjType?): Revised test cases, making sure that abbreviated codes are checked resulting in an error, and checking for the exact error message. |
From: Don P. <dg...@us...> - 2010-03-31 14:13:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29534 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-03-31 14:14:11
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29618 Modified Files: ChangeLog Log Message: Improve the documentation of how to make and use a thread. |
From: Donal K. F. <dk...@us...> - 2010-03-31 20:53:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13155 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command correctly. |
From: Donal K. F. <dk...@us...> - 2010-03-31 20:56:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13846 Modified Files: ChangeLog Log Message: * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command correctly. |
From: Don P. <dg...@us...> - 2010-03-31 20:58:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14823 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-03-31 22:12:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2153 Modified Files: ChangeLog Log Message: Added missing doc. Oops! |
From: Zoran V. <vas...@us...> - 2010-04-02 14:30:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12704 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as it is thread-shared (thx to Gustaf Neumann for the (hard) work of locating this one). |
From: Zoran V. <vas...@us...> - 2010-04-02 14:36:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14575 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as it is thread-shared (thx to Gustaf Neumann for the (hard) work of locating this one). |
From: Zoran V. <vas...@us...> - 2010-04-02 15:54:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30092 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclThreadStorage.c (ThreadStorageGetHashTable): avoid accessing shared table index w/o mutex protection. |
From: Kevin B K. <ke...@us...> - 2010-04-02 19:24:04
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15033 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest floating point number until it is actually used. (This change avoids a bogus syslog message regarding a 'floating point software assist fault' on SGI systems.) |
From: Kevin B K. <ke...@us...> - 2010-04-02 19:27:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15992 Modified Files: ChangeLog Log Message: * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bugs resulting from the recent commits * win/tclWinReg.c: of changes in support of the referenced TIP. |
From: Donal K. F. <dk...@us...> - 2010-04-02 22:52:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19013 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit * unix/tclLoadDyld.c (TclpDlopen): to make it build on OSX. Also add missing ChangeLog entry for previous commit by KBK. |
From: Jan N. <nij...@us...> - 2010-04-02 23:12:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22018 Modified Files: ChangeLog Log Message: Add missing "const" in signature, and some formatting fixes |
From: Don P. <dg...@us...> - 2010-04-02 23:48:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26801 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Zoran V. <vas...@us...> - 2010-04-03 09:38:54
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24723 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Added VALGRIND define so we can silence helgrind race-report at places we know we cheated on in order to reduce contention. |
From: Donal K. F. <dk...@us...> - 2010-04-04 11:59:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17157 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only define this function when HAVE_COREFOUNDATION is defined. |
From: Donal K. F. <dk...@us...> - 2010-04-04 15:03:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26817 Modified Files: ChangeLog Log Message: Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. |
From: Donal K. F. <dk...@us...> - 2010-04-04 15:11:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29254 Modified Files: ChangeLog Log Message: Minor changes to enforce Engineering Manual style rules. |
From: Don P. <dg...@us...> - 2010-04-04 17:37:39
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28164 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-04-05 07:38:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22772 Modified Files: ChangeLog Log Message: Fix two failing tests by matching the can't-lookup-symbol error message. |
From: Donal K. F. <dk...@us...> - 2010-04-05 12:45:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13686 Modified Files: ChangeLog Log Message: Flip the defaults for whether to build threaded. Part of TIP #364. |
From: Alexandre F. <fer...@us...> - 2010-04-05 19:44:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13685 Modified Files: ChangeLog Log Message: TIP #348 IMPLEMENTATION - Substituted error stack |
From: Don P. <dg...@us...> - 2010-04-05 21:46:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32292 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |