|
From: Jeffrey H. <ho...@us...> - 2004-11-18 19:35:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21078 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: date correction |
|
From: Don P. <dg...@us...> - 2004-11-18 20:15:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31388 Modified Files: ChangeLog Log Message: * generic/tclEvent.c (HandleBgErrors): Simplified program flow. |
|
From: Don P. <dg...@us...> - 2004-11-18 21:00:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10342 Modified Files: ChangeLog Log Message: * tests/interp.test (interp-36.*): [interp bgerror] tests. * generic/tclInterp.c: Corrected [interp bgerror] error messages. |
|
From: Don P. <dg...@us...> - 2004-11-18 22:04:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25881 Modified Files: ChangeLog Log Message: * doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226). |
|
From: Daniel A. S. <da...@us...> - 2004-11-19 06:28:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2761 Modified Files: ChangeLog Log Message: * macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.57 * unix/tclConfig.h.in: autoheader-2.57 |
|
From: Daniel A. S. <da...@us...> - 2004-11-19 06:29:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2908 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.13 * tests/unixInit.test (7.1): fixed failure when running tests with -tmpdir arg not set to working dir. |
|
From: Daniel A. S. <da...@us...> - 2004-11-19 06:52:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7315 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: *** 8.4.8 TAGGED FOR RELEASE *** |
|
From: Reinhard M. <rm...@us...> - 2004-11-19 09:37:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7330 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Classic sed doesn't support | in REs. |
|
From: Don P. <dg...@us...> - 2004-11-19 17:29:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15021 Modified Files: ChangeLog Log Message: * tests/unixInit.test: Removed "knownBug" constraints to prompt bug fixing before 8.5a2 release. |
|
From: Don P. <dg...@us...> - 2004-11-20 00:17:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18757 Modified Files: ChangeLog Log Message: * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n: |
|
From: Don P. <dg...@us...> - 2004-11-21 23:17:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5726 Modified Files: ChangeLog Log Message: * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). * doc/interp.n: |
|
From: Vince D. <vin...@us...> - 2004-11-22 12:53:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31732 Modified Files: ChangeLog Log Message: fix to windows file join bug |
|
From: Don P. <dg...@us...> - 2004-11-22 21:24:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27126 Modified Files: ChangeLog Log Message: * generic/tclInterp.c: Restored several directories to the search * tests/unixInit.test: path used to locate init.tcl within [tclInit]. This change does not restore any directories to the encoding search path, so should still avoid the price of an unreasonably large number of filesystem accesses during encoding initialization at startup [Bug 976438] |
|
From: Don P. <dg...@us...> - 2004-11-22 22:13:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7995 Modified Files: ChangeLog Log Message: * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that * win/tclWinInit.c (TclpInitLibraryPath): used to extend the "library path". Search path construction for init.tcl is now done within the [tclInit] proc. |
|
From: Mo D. <md...@us...> - 2004-11-22 22:41:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14326 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325] |
|
From: Mo D. <md...@us...> - 2004-11-22 22:48:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16572 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325] |
|
From: Mo D. <md...@us...> - 2004-11-22 22:59:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19086 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465] |
|
From: Mo D. <md...@us...> - 2004-11-22 23:02:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20067 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465] |
|
From: Donal K. F. <dk...@us...> - 2004-11-22 23:28:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25087 Modified Files: ChangeLog Log Message: Whitespace fixes |
|
From: Donal K. F. <dk...@us...> - 2004-11-23 00:13:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1794 Modified Files: ChangeLog Log Message: Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] and other repeated callers of Tcl_AppendResult(). [Patch 1041072] |
|
From: Vince D. <vin...@us...> - 2004-11-23 15:23:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11954 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: backport file join fix |
|
From: Donal K. F. <dk...@us...> - 2004-11-24 00:10:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6760 Modified Files: ChangeLog Log Message: Fix [Bug 1068171] though the fix is commented out for now. |
|
From: Donal K. F. <dk...@us...> - 2004-11-24 11:24:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13749 Modified Files: ChangeLog Log Message: Fix various problems with man2html converter reported by AKu Also updated to use [package require Tcl 8.4] |
|
From: Kevin B K. <ke...@us...> - 2004-11-24 19:49:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31884 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807] |
|
From: Don P. <dg...@us...> - 2004-11-24 19:28:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27612 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test (info-19.6): trivial matching branch [Bug 1072654] |