From: Don P. <dg...@us...> - 2009-07-31 16:56:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16504 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test: when format spec request large width floating point values. Thanks to Clemens Misch. [Bug 2830354] |
From: Don P. <dg...@us...> - 2009-07-31 16:56:41
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16663 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test: when format spec request large width floating point values. Thanks to Clemens Misch. [Bug 2830354] |
From: Jan N. <nij...@us...> - 2009-08-02 10:41:20
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv357 Modified Files: ChangeLog Log Message: eliminate TclWinResetInterfaceEncodings, because it does exactly the same as TclWinEncodingsCleanup, make sure that tclWinProcs and tclWinTCharEncoding are always set and reset concurrently. |
From: Donal K. F. <dk...@us...> - 2009-08-02 12:08:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10804 Modified Files: ChangeLog Log Message: Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] |
From: Donal K. F. <dk...@us...> - 2009-08-02 12:16:04
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11707 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] |
From: Donal K. F. <dk...@us...> - 2009-08-02 13:03:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17863 Modified Files: ChangeLog Log Message: Added *unsupported* command to report an object's representation. |
From: miguel s. <ms...@us...> - 2009-08-02 14:26:19
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29422 Modified Files: ChangeLog Log Message: * tests/coroutine.test: fix testfile cleanup |
From: Don P. <dg...@us...> - 2009-08-03 14:14:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25698 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Andreas K. <and...@us...> - 2009-08-06 22:28:22
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13961 Modified Files: ChangeLog Log Message: * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). |
From: Andreas K. <and...@us...> - 2009-08-06 22:28:52
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14069 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). |
From: Don P. <dg...@us...> - 2009-08-07 14:41:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1279 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-08-12 16:06:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26203 Modified Files: ChangeLog Log Message: TIP #353 IMPLEMENTATION * doc/NRE.3: New public routine Tcl_NRExprObj() permits * generic/tcl.decls: extension commands to evaluate Tcl expressions * generic/tclBasic.c: in NR-enabled command procedures. * generic/tclCmdAH.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * tests/expr.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: |
From: Don P. <dg...@us...> - 2009-08-12 16:11:04
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26826 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Jan N. <nij...@us...> - 2009-08-16 10:20:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4356 Modified Files: ChangeLog Log Message: const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings |
From: Jan N. <nij...@us...> - 2009-08-16 10:21:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4439 Modified Files: ChangeLog Log Message: const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings |
From: Jan N. <nij...@us...> - 2009-08-16 12:25:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16018 Modified Files: ChangeLog Log Message: Change ForIterData, make it const-safe. |
From: Don P. <dg...@us...> - 2009-08-17 14:00:54
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1099 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-08-17 20:00:12
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12499 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclFileName.c: Correct result from [glob */test] when * * tests/fileName.test: matches something like ~foo. [Bug 2837800] |
From: Don P. <dg...@us...> - 2009-08-18 14:44:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27943 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.test: [glob]. [Bug 2837800] |
From: Don P. <dg...@us...> - 2009-08-18 14:44:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28094 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.test: [glob]. [Bug 2837800] |
From: Don P. <dg...@us...> - 2009-08-18 16:29:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8406 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-08-19 14:32:20
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3026 Modified Files: ChangeLog Log Message: Make interpreted [for] and [while] NRE-safe. [Bug 2823276] |
From: Don P. <dg...@us...> - 2009-08-19 15:09:35
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6713 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-08-19 23:23:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1347 Modified Files: ChangeLog Log Message: Interpreted [if] is now fully NRE-enabled. [Bug 2823276] |
From: Don P. <dg...@us...> - 2009-08-20 01:54:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14907 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |