From: Don P. <dg...@us...> - 2008-10-16 17:05:00
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24280/library Modified Files: init.tcl Log Message: * library/init.tcl: Revised [unknown] so that it carefully preserves the state of the ::errorInfo and ::errorCode variables at the start of auto-loading and restores that state before the autoloaded command is evaluated. [Bug 2140628] |
From: Don P. <dg...@us...> - 2008-10-17 20:52:28
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17717/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2008-10-23 16:27:38
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7428/library Modified Files: Tag: core-8-5-branch init.tcl Log Message: * generic/tcl.h: Bump version number to 8.5.6b1 to distinguish * library/init.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tcl.spec: * win/configure.in: * tools/tcl.wse.in: * README * unix/configure: autoconf (2.59) * win/configure: |
From: Donal K. F. <dk...@us...> - 2008-12-16 16:36:19
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12529/library Modified Files: init.tcl Log Message: First implementation of TIP#329 |
From: Don P. <dg...@us...> - 2008-12-16 17:55:19
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20817/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2008-12-16 22:54:29
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3445 Modified Files: init.tcl Log Message: Fix bug in 'trap' handlers (introduced by DKF's editing originally) |
From: Don P. <dg...@us...> - 2008-12-17 06:02:51
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv540/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2008-12-19 03:54:47
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21425/library Modified Files: init.tcl Log Message: * README: Bump version number to 8.6b1 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
From: Don P. <dg...@us...> - 2008-12-19 23:53:12
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18536/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2008-12-21 20:59:04
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9073/library Modified Files: Tag: core-8-5-branch init.tcl Log Message: * generic/tcl.h: Bump to 8.5.6 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: |
From: Donal K. F. <dk...@us...> - 2009-01-13 20:30:16
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1067/library Modified Files: init.tcl Log Message: Move [throw] implementation into C. |
From: Don P. <dg...@us...> - 2009-01-13 20:36:03
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1951/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-01-16 20:44:31
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6225/library Modified Files: init.tcl Log Message: * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases * unix/configure.in: and to deal with the fact that the HEAD of * win/configure.in: init.tcl will not [source] in Tcl 8.6b1 . * unix/configure: autoconf-2.59 |
From: Don P. <dg...@us...> - 2009-01-16 20:47:30
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6979/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-09 09:13:07
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14295/library Modified Files: init.tcl Log Message: Move the implementation of [try] from Tcl to C. Not yet bytecoded. |
From: Don P. <dg...@us...> - 2009-03-10 19:00:10
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12393/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-04-10 16:55:00
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10003/library Modified Files: Tag: core-8-5-branch init.tcl Log Message: * generic/tcl.h: Bump to 8.5.7 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: |
From: Don P. <dg...@us...> - 2009-11-03 19:21:44
|
Update of /cvsroot/tcl/tcl/library In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16826/library Modified Files: Tag: core-8-5-branch init.tcl Log Message: * generic/tcl.h: Bump to 8.5.8 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: |
From: miguel s. <ms...@us...> - 2009-12-30 13:48:01
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6478/library Modified Files: init.tcl Log Message: * library/init.tcl (unknown): fix infinite recursion of ::unknown when [set] is undefined [Bug 2824981]. |
From: Don P. <dg...@us...> - 2010-04-30 21:15:49
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24564/library Modified Files: init.tcl Log Message: * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
From: Don P. <dg...@us...> - 2010-05-03 16:30:45
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27490/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge |
From: Reinhard M. <rm...@us...> - 2010-06-07 17:37:13
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28082/library Modified Files: Tag: rmax-ipv6-branch init.tcl Log Message: rebranch from HEAD |
From: Jan N. <nij...@us...> - 2010-06-14 14:56:59
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26105/library Modified Files: init.tcl Log Message: Spacing and style fixes |
From: Donal K. F. <dk...@us...> - 2010-06-18 12:41:49
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14594/library Modified Files: init.tcl Log Message: * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that we can execute interactively. |
From: Donal K. F. <dk...@us...> - 2010-06-18 12:44:00
|
Update of /cvsroot/tcl/tcl/library In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15400/library Modified Files: Tag: core-8-5-branch init.tcl Log Message: * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that we can execute interactively. |