|
From: Don P. <dg...@us...> - 2004-11-12 20:20:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28832 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that we #include the correct tclConfig.h file for the correct build. * generic/tclPort.h: Make sure tclConfig.h is #include'd so that its configuration values can guide portability support. |
|
From: Daniel A. S. <da...@us...> - 2004-11-12 20:27:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30604 Modified Files: ChangeLog Log Message: * generic/tcl.h: * generic/tclInt.h: * unix/Makefile.in: include tclConfig.h from tcl.h and install it as a public header. Normalized compiler include path order to -I${BUILD_DIR} -I${UNIX_DIR} -I${GENERIC_DIR}. * unix/dltest/Makefile.in: add ${BUILD_DIR}/.. to include path to pick up tclConfig.h. |
|
From: Don P. <dg...@us...> - 2004-11-12 21:07:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6613 Modified Files: ChangeLog Log Message: ChangeLog reformat. Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should. |
|
From: Don P. <dg...@us...> - 2004-11-12 22:52:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32241 Modified Files: ChangeLog Log Message: * unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h takes care of it for us. |
|
From: Donal K. F. <dk...@us...> - 2004-11-12 23:28:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7552 Modified Files: ChangeLog Log Message: Documentation for TIP#221 |
|
From: Jeffrey H. <ho...@us...> - 2004-11-12 23:42:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11425 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 1004065] |
|
From: Jeffrey H. <ho...@us...> - 2004-11-12 23:42:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11582 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 1004065] |
|
From: Don P. <dg...@us...> - 2004-11-13 00:19:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19646 Modified Files: ChangeLog Log Message: TIP #221 IMPLEMENTATION * generic/tclBasic.c: Define [::tcl::Bgerror] in new interps. * generic/tclEvent.c: Update Tcl_BackgroundError to make use of the registered [interp bgerror] command. * generic/tclInterp.c: New [interp bgerror] subcommand. * tests/interp.test: syntax tests updated. TIP #226 IMPLEMENTATION * generic/tcl.decls: Stubs for Tcl_(Save|Restore|Discard)InterpState * generic/tcl.h: New public opaque type, Tcl_InterpState. * generic/tclInt.h: Drop old private declarations. Add Tcl(Get|Set)BgErrorHandler * generic/tclResult.c: Tcl_*InterpState implementations. * generic/tclDictObj.c: Update callers. * generic/tclIOGT.c: * generic/tclTrace.c: TIP #227 IMPLEMENTATION * generic/tcl.decls: Stubs for Tcl_(Get|Set)ReturnOptions. * generic/tclInt.h: Drop old private declarations. * generic/tclResult.c: Tcl_*ReturnOptions implementations. * generic/tclCmdAH.c: Update callers. * generic/tclMain.c: |
|
From: Don P. <dg...@us...> - 2004-11-13 00:42:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25162 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/init.tcl: Made [unknown] robust in the case that either of the variables ::errorInfo or ::errorCode gets unset. [Bug 1063707] |
|
From: Don P. <dg...@us...> - 2004-11-15 21:14:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29206 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed * tests/trace.test (trace-33.1): to permit a variable trace created with [trace variable] to be destroyed with [trace remove]. Thanks to Keith Vetter for the report. |
|
From: Donal K. F. <dk...@us...> - 2004-11-15 21:46:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2946 Modified Files: ChangeLog Log Message: Added listing of shell-specific variables to general tclvars page [Patch 1065732] |
|
From: Don P. <dg...@us...> - 2004-11-15 21:47:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3514 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Added comment warning that the old ERR_IN_PROGRESS and ERROR_CODE_SET flag values should not be re-used for the sake of those extensions that have accessed them. * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed * tests/trace.test (trace-33.1): to permit a variable trace created with [trace variable] to be destroyed with [trace remove]. Thanks to Keith Vetter for the report. |
|
From: Daniel A. S. <da...@us...> - 2004-11-16 03:31:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10495 Modified Files: ChangeLog Log Message: * generic/tcl.h: * unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H. * unix/configure: autoconf-2.57 |
|
From: Donal K. F. <dk...@us...> - 2004-11-16 09:34:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7911 Modified Files: ChangeLog Log Message: Stop architecture flags to 'ld' from going missing when [load] is disabled. |
|
From: Donal K. F. <dk...@us...> - 2004-11-16 10:07:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13883 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport of [Patch 1065732] |
|
From: Andreas K. <and...@us...> - 2004-11-16 23:39:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5253 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/makefile.vc: Fixed bug in installation of http 2.5. * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse: |
|
From: Don P. <dg...@us...> - 2004-11-17 00:31:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19458 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (TclFSEpochOk): There were two code paths via which the thread copy of filesystemEpoch could be synched with the master copy, but only one kept the filesystem list cache up to date. Fix routes everything through a single code path. [Bug 1035775]. |
|
From: Jeffrey H. <ho...@us...> - 2004-11-17 02:51:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17580 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 1067708] |
|
From: Jeffrey H. <ho...@us...> - 2004-11-17 02:52:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17780 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 1067708] |
|
From: Don P. <dg...@us...> - 2004-11-17 17:53:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9594 Modified Files: ChangeLog Log Message: * unix/configure.in: The change below reveals that the public data type Tcl_StatBuf relies on config information. For now, disabled the use of the tclConfig.h file until its full impact on Tcl's interface can be assessed. * unix/configure: autoconf-2.57 * generic/tcl.h: Moved the #include "tclConfig.h" out of * generic/tclInt.h: tcl.h. The config settings are not part of * generic/tclPort.: the public interface, and having it there breaks compiled against uninstalled Tcl and extensions using autoconf-2.5*. |
|
From: Reinhard M. <rm...@us...> - 2004-11-18 00:45:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11981 Modified Files: ChangeLog Log Message: 2004-11-18 Reinhard Max <ma...@su...> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed |
|
From: Reinhard M. <rm...@us...> - 2004-11-18 02:07:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28781 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: 2004-11-18 Reinhard Max <ma...@su...> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed |
|
From: Reinhard M. <rm...@us...> - 2004-11-18 13:00:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26770 Modified Files: ChangeLog Log Message: generated configure and fixed manpage installaton |
|
From: Don P. <dg...@us...> - 2004-11-18 16:24:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8825 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: mark release tagging |
|
From: Don P. <dg...@us...> - 2004-11-18 19:22:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17751 Modified Files: ChangeLog Log Message: * tests/basic.test: Updated functional (not testing) uses of * tests/io.test: [bgerror] to make use of [interp bgerror]. * tests/socket.test: * tests/timer.test: * generic/tclInterp.c: Corrected [interp bgerror] error message. |