You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(12) |
Nov
(2) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(9) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
(8) |
Sep
(5) |
Oct
(33) |
Nov
(4) |
Dec
(3) |
2003 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(4) |
Dec
(2) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Andreas K. <and...@us...> - 2001-11-23 20:45:58
|
Update of /cvsroot/tclpro/proshells/common In directory usw-pr-cvs1:/tmp/cvs-serv26908/common Modified Files: proAppInit.c Log Message: * common/proAppInit.c: Changed the order in which files are included. [Incr Tcl] defines its own EXTERN macro which messes up all packages which expect the EXTERN macro from tcl itself. Moved its inclusion to the end of the list. This problem was found when building the big shells. |
From: Andreas K. <and...@us...> - 2001-10-31 01:08:56
|
Update of /cvsroot/tclpro/config In directory usw-pr-cvs1:/tmp/cvs-serv31461 Modified Files: installFile.tcl Log Message: Added code to perform a true copy when encountering a soft link during install. See Tcl bug 476584 for a description of the behaviour to work around. |
From: Andreas K. <and...@us...> - 2001-10-17 19:04:06
|
Update of /cvsroot/tclpro/tcldebugger/tests In directory usw-pr-cvs1:/tmp/cvs-serv20746/tests Modified Files: blend.test block.test break.test breakWin.test dbg.test initdebug.test inspectorWin.test instrument.test nub.test oratcl.test proj.test result.test sybtcl.test system.test tclCom.test tcltest.test uplevel.test varWin.test xmlGen.test Log Message: Adapted the tests to the changed package name now too. |
From: Andreas K. <and...@us...> - 2001-10-17 19:00:18
|
Update of /cvsroot/tclpro/tclchecker/tests In directory usw-pr-cvs1:/tmp/cvs-serv19681/tests Modified Files: checker.test defs.tcl Log Message: Forgot tests, now adapted to change in package name too. |
From: Andreas K. <and...@us...> - 2001-10-17 18:08:33
|
Update of /cvsroot/tclpro/tcldebugger In directory usw-pr-cvs1:/tmp/cvs-serv7049 Modified Files: ChangeLog codeWin.tcl dbg.tcl gui.tcl instrument.tcl Log Message: * instrument.tcl: * gui.tcl: * dbg.tcl: * codeWin.tcl: Changed "tclParser" to "parser", in accordance to the change made to the "tclparser" project of tclpro. |
From: Andreas K. <and...@us...> - 2001-10-17 18:08:05
|
Update of /cvsroot/tclpro/tclchecker In directory usw-pr-cvs1:/tmp/cvs-serv6810 Modified Files: ChangeLog checker.tcl Log Message: * checker.tcl: Changed "tclParser" to "parser", in accordance to the change made to the "tclparser" project of tclpro. |
From: Andreas K. <and...@us...> - 2001-10-17 18:07:42
|
Update of /cvsroot/tclpro/tclparser In directory usw-pr-cvs1:/tmp/cvs-serv6703 Modified Files: ChangeLog tclParser.c Log Message: * tclParser.c: Changed name of package from "tclParser" to "parser". TclXML provides a package called "tclparser" (pure-tcl parser for xml). Note the different capitalization. There are also thoughts underway to make [load] and/or [package require] case-insensitive. Hence the decision to avoid the possible clash by renaming this package. Note that the bytecode compiler package is already called "compiler", so there is a precedent for using such a generic name. This package exposes "the" parser of the core tcl interpreter. |
From: Andreas K. <and...@us...> - 2001-10-16 21:11:13
|
Update of /cvsroot/tclpro/tclwrapper In directory usw-pr-cvs1:/tmp/cvs-serv30361 Modified Files: ChangeLog configure.in Log Message: * configure.in (AC_ARG_WITH unzip): Fixed broken action-if-given which used the wrong variable. Because of this a given --with-unzip was not recognized. |
From: Andreas K. <and...@us...> - 2001-10-15 22:35:38
|
Update of /cvsroot/tclpro/proshells/prowish In directory usw-pr-cvs1:/tmp/cvs-serv1721/prowish Modified Files: configure.in Log Message: * prowish/configure.in: Replaced LIBS_GUI with TK_LIBS. The latter is now set, see today's changes in the Tcl/Tk configure. |
From: Andreas K. <and...@us...> - 2001-10-15 20:29:57
|
Update of /cvsroot/tclpro/tclcompiler In directory usw-pr-cvs1:/tmp/cvs-serv24627 Modified Files: ChangeLog cmpWrite.c Log Message: * cmpWrite.c (LoadObjRefInfoTable): Adapted to changed signature of "TclGetInstructionTable" (need an explicit cast now). |
From: Andreas K. <and...@us...> - 2001-10-15 17:16:22
|
Update of /cvsroot/tclpro/proshells In directory usw-pr-cvs1:/tmp/cvs-serv20051 Modified Files: ChangeLog Log Message: * prowish/aclocal.m4 (SC_LIB_SPEC_SUFFIX): Check explicitly for an empty LIB_PATH_NAME and set LIB_SPEC explicitly for that case. Cygpath chokes if it is called without a path argument. |
From: Andreas K. <and...@us...> - 2001-10-15 17:16:22
|
Update of /cvsroot/tclpro/proshells/prowish In directory usw-pr-cvs1:/tmp/cvs-serv20051/prowish Modified Files: aclocal.m4 Log Message: * prowish/aclocal.m4 (SC_LIB_SPEC_SUFFIX): Check explicitly for an empty LIB_PATH_NAME and set LIB_SPEC explicitly for that case. Cygpath chokes if it is called without a path argument. |
From: Andreas K. <and...@us...> - 2001-10-13 01:38:49
|
Update of /cvsroot/tclpro/tclwrapper In directory usw-pr-cvs1:/tmp/cvs-serv11315 Modified Files: ChangeLog configure.in Log Message: * configure.in (SRC_TBCLOAD_DIR_NATIVE): Explicitly set to empty in case of an empty SRC_TBCLOAD_DIR. Cygpath does not like to be called without path argument. |