|
From: Jan N. <nij...@us...> - 2008-10-14 22:43:41
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25360 Modified Files: ChangeLog Log Message: * win/tclWinChan.c: Fix minor compiler warnings when * win/tclWinDde.c: compiling wit -Wwrite-strings * win/tclWinInit.c: * win/tclWinReg.c: * win/tclWinSerial.c: |
|
From: Jan N. <nij...@us...> - 2008-10-15 06:17:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25042 Modified Files: ChangeLog Log Message: Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. |
|
From: Don P. <dg...@us...> - 2008-10-16 16:07:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20157 Modified Files: Tag: core-8-5-branch ChangeLog 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-16 16:08:23
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20259 Modified Files: ChangeLog 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: Jan N. <nij...@us...> - 2008-10-16 22:34:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11555 Modified Files: ChangeLog Log Message: Add "const" to many internal const tables. No functional or API change. |
|
From: Donal K. F. <dk...@us...> - 2008-10-17 10:22:41
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26519 Modified Files: ChangeLog Log Message: Improve clarity of formatting. |
|
From: Don P. <dg...@us...> - 2008-10-17 16:33:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22838 Modified Files: ChangeLog Log Message: * generic/tclCompile.h: Declare the internal tclInstructionTable * generic/tclExecute.c: to simply be "const", not CONST86. * generic/tclCmdAH.c: whitespace. * generic/tclCmdIL.c: Uninitialized variable warning. * generic/tclTest.c: const correctness warning. |
|
From: Andreas K. <and...@us...> - 2008-10-17 18:06:12
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31671 Modified Files: ChangeLog Log Message: * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug output in C++ comment. |
|
From: Jan N. <nij...@us...> - 2008-10-17 18:42:17
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2582 Modified Files: ChangeLog Log Message: CONST -> const |
|
From: Don P. <dg...@us...> - 2008-10-17 20:52:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17717 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-10-19 16:22:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10883 Modified Files: ChangeLog Log Message: Improve documentation of [tcl::prefix]. |
|
From: Donal K. F. <dk...@us...> - 2008-10-19 16:28:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11237 Modified Files: ChangeLog Log Message: Document [info coroutine]. |
|
From: Donal K. F. <dk...@us...> - 2008-10-19 16:52:23
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12436 Modified Files: ChangeLog Log Message: Check syntax of [info coroutine] args, i.e. there are none. |
|
From: Don P. <dg...@us...> - 2008-10-19 19:54:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4727 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclProc.c: Reset -level and -code values to defaults after they are used. [Bug 2152286]. |
|
From: Don P. <dg...@us...> - 2008-10-19 19:55:46
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4933 Modified Files: ChangeLog Log Message: * generic/tclProc.c: Reset -level and -code values to defaults after they are used. [Bug 2152286]. |
|
From: Jan N. <nij...@us...> - 2008-10-22 20:24:04
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26379 Modified Files: ChangeLog Log Message: Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complained about it. |
|
From: miguel s. <ms...@us...> - 2008-10-23 03:28:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19518 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for body [Bug 2186888]. |
|
From: Don P. <dg...@us...> - 2008-10-23 15:51:12
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5143 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Pat T. <pat...@us...> - 2008-10-23 23:17:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2203 Modified Files: ChangeLog Log Message: Fixed a failure to read SHOUTcast streams with the new 2.7 package. Introduced a new intial state as the first response may not be HTTP*. |
|
From: Pat T. <pat...@us...> - 2008-10-23 23:34:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4430 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backported a fix for reading HTTP-like protocols that used to work and were broken with http 2.7. Now http 2.7.2 |
|
From: Don P. <dg...@us...> - 2008-10-27 19:08:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25712 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Use "iso8859-1" and not "identity" as the default and original [encoding system] value. Since "iso8859-1" is built in to the C source code for Tcl now, there's no availability issue, and it has the good feature of "identity" that we must have ("bytes in" == "bytes out") without the bad feature of "identity" ("broken as designed") that makes us want to abandon it. [RFE 2008609] *** POTENTIAL INCOMPATIBILITY for older releases of Tclkit and any other code expecting a particular value for Tcl's default system encoding *** |
|
From: Jan N. <nij...@us...> - 2008-10-28 23:30:01
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9533 Modified Files: ChangeLog Log Message: CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings |
|
From: Jan N. <nij...@us...> - 2008-10-28 23:30:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9602 Modified Files: ChangeLog Log Message: CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings |
|
From: Donal K. F. <dk...@us...> - 2008-10-31 22:08:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8902 Modified Files: ChangeLog Log Message: Fix [Bug 2200824] and make class constructor error handling much more robust. |
|
From: Donal K. F. <dk...@us...> - 2008-11-01 08:05:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21106 Modified Files: ChangeLog Log Message: Version bump of TclOO |