From: Jeffrey H. <ho...@us...> - 2002-10-15 20:54:47
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11241 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * unix/configure: * unix/tcl.m4: updated platform targets to match 8.4 fixes. |
From: Jeffrey H. <ho...@us...> - 2002-10-15 20:55:26
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11468 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4: correct HP 11 64-bit gcc building. [Patch #601051] (martin) |
From: Jeffrey H. <ho...@us...> - 2002-10-17 05:50:18
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27448 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS): problem. [Patch #624010] (howell) |
From: Jeffrey H. <ho...@us...> - 2002-10-17 05:51:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv28044 Modified Files: ChangeLog Log Message: * win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS): problem. [Patch #624010] (howell) |
From: Don P. <dg...@us...> - 2002-10-17 17:41:46
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27426 Modified Files: ChangeLog Log Message: * generic/tclVar.c: Fixed code that check for proper # of args to * tests/var.test: [array names]. Added test. [Bug 624755] |
From: Jeffrey H. <ho...@us...> - 2002-10-18 01:43:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32252 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * win/configure: Regen. * win/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to the CFLAGS by default. (dejong) |
From: Jeffrey H. <ho...@us...> - 2002-10-18 23:58:41
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5364 Modified Files: ChangeLog Log Message: * library/reg/pkgIndex.tcl: * win/configure: * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/makefile.bc: Updated to reg1.1 |
From: Jeffrey H. <ho...@us...> - 2002-10-19 01:55:48
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30990 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files |
From: Daniel A. S. <da...@us...> - 2002-10-21 04:35:51
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18117 Modified Files: ChangeLog Log Message: * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 * generic/tcl.h: Added reminder comment to edit macosx/Tcl.pbproj/project.pbxproj when version number changes. |
From: Donal K. F. <dk...@us...> - 2002-10-22 12:16:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27007 Modified Files: ChangeLog Log Message: Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)! [Bug 624919] |
From: Daniel A. S. <da...@us...> - 2002-10-22 16:41:29
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11809 Modified Files: ChangeLog Log Message: * library/auto.tcl (tcl_findLibrary): * library/package.tcl (tclPkgUnknown): on macosx, search inside the Resources/Scripts subdirectory of any potential package directory * macosx/Tcl.pbproj/project.pbxproj: add standard Frameworks dirs to TCL_PACKAGE_PATH make argument. * unix/tclUnixInit.c (TclpSetVariables): on macosx, add embedded framework dirs to tcl_pkgPath: @executable_path/../Frameworks and @executable_path/../PrivateFrameworks (if they exist), as well as the dirs in DYLD_FRAMEWORK_PATH (if set). [Patch #624509] use standard MAXPATHLEN instead of literal 1024 |
From: Donal K. F. <dk...@us...> - 2002-10-23 09:55:16
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17155 Modified Files: ChangeLog Log Message: Removed obsolete history-related structures. |
From: Andreas K. <and...@us...> - 2002-10-25 23:31:38
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26102 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * The changes below update the windows side to the extended --enable-symbols option as used by Tk 8.3.5 and Tcl/Tk 8.4.1. * win/configure.in: Removed SC_ENABLE_MEMDEBUG. * win/Makefile.in (CFLAGS): Removed @MEM_DEBUG_FLAGS@. * win/tcl.m4: Removed SC_ENABLE_MEMDEBUG. Using SC_ENABLE_SYMBOLS definition found in unix/tcl.m4 now. |
From: David G. <dav...@us...> - 2002-10-26 08:01:48
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4553 Modified Files: ChangeLog Log Message: no message |
From: Don P. <dg...@us...> - 2002-10-28 16:34:26
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21047 Modified Files: ChangeLog Log Message: * library/auto.tcl: Converted the Mac-specific [package unknown] * library/init.tcl: behavior to use a chaining mechanism to extend * library/package.tcl: the default [tclPkgUnknown]. [Bug 627660] * library/tclIndex: [Patch 624509] (steffen) |
From: Andreas K. <and...@us...> - 2002-10-28 21:12:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8254 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d) to the correct suffix (g). |
From: Andreas K. <and...@us...> - 2002-10-28 21:14:13
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9284 Modified Files: ChangeLog Log Message: * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d) to the correct suffix (g). |
From: Daniel A. S. <da...@us...> - 2002-10-29 00:04:09
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19525 Modified Files: ChangeLog Log Message: * unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld error messages upstream [Bug #627546]. |
From: Don P. <dg...@us...> - 2002-10-29 02:40:16
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4793 Modified Files: ChangeLog Log Message: Typo correction |
From: Vince D. <vin...@us...> - 2002-10-29 14:17:59
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11406 Modified Files: ChangeLog Log Message: comments added |
From: Andreas K. <and...@us...> - 2002-11-01 00:28:52
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv12036 Modified Files: ChangeLog Log Message: * library/word.tcl: Changed $tcl_platform to $::tcl_platform to avoid possible scope trouble. |
From: David G. <dav...@us...> - 2002-11-03 22:23:50
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19286 Modified Files: ChangeLog Log Message: 2002-11-01 David Gravereaux <dav...@po...> * win/tclWinReg.c: Changed the Tcl_PkgProvide() line to declare the registry extension at version 1.1 from 1.0. |
From: David G. <dav...@us...> - 2002-11-04 05:50:43
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4315 Modified Files: ChangeLog Log Message: * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros are set. * win/makefile.vc: * win/rules.vc: linkexten option now sets the TCL_USE_STATIC_PACKAGES macro which also adds the registry and dde object files to the link of the shell. [Patch 479697] Also factored some additional macros that will be helpful for extension authors. Version grepping of tcl.h will need to be added to complete this. * win/buildall.vc.bat: Added more descriptive commentary. |
From: Jeffrey H. <ho...@us...> - 2002-11-05 01:49:33
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24885 Modified Files: Tag: mod-8-3-4-branch ChangeLog Log Message: * generic/tclObj.c (TclInitObjSubsystem, Tcl_DbIsShared): enable shared object reporting in EvalStatsCmd when used with TCL_MEM_DEBUG. |
From: Andreas K. <and...@us...> - 2002-11-05 22:56:03
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7804 Modified Files: Tag: mod-8-3-4-branch ChangeLog Log Message: * generic/tclParseExpr.c: 'struct ParseInfo'. * generic/tclLink.c: 'struct Link'. * generic/tclEncoding.c: 'struct Encoding', and 'struct EscapeEncodingData'. * generic/tclCmdIL.c: 'struct SortInfo'. * generic/tclIO.h: 'struct ChannelState'. * generic/tclRegexp.h: 'struct TclRegexp'. * generic/tclCompile.h: 'struct CompileEnv', and 'struct ByteCode'. * generic/tclInt.h: 'struct Var', 'struct ByteCodeStats', and 'struct Interp'. Reordered fields in various structures for better usage of memory (less padding). |