|
From: Joe M. <mis...@us...> - 2007-01-19 08:45:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19968 Modified Files: ChangeLog Log Message: Build fix for man2tcl.c with MSVC8 |
|
From: Donal K. F. <dk...@us...> - 2007-01-19 14:06:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26254 Modified Files: ChangeLog Log Message: More efficient issuing of INST_START_CMD instructions. See ChangeLog for discussion |
|
From: Donal K. F. <dk...@us...> - 2007-01-22 09:15:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4907 Modified Files: ChangeLog Log Message: Fix [Bug 1631017] |
|
From: Donal K. F. <dk...@us...> - 2007-01-22 09:56:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22939 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1631017] |
|
From: Andreas K. <and...@us...> - 2007-01-22 23:27:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23624 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introduced by the last checkin. |
|
From: Daniel A. S. <da...@us...> - 2007-01-25 02:06:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20364 Modified Files: ChangeLog Log Message: * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-01-25 02:06:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20350 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible * unix/configure.in: and move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.13 |
|
From: Daniel A. S. <da...@us...> - 2007-01-28 01:42:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16877 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that * macosx/Tcl.xcodeproj/default.pbxuser: were common to multiple * macosx/Tcl-Common.xcconfig (new file): configurations into external * macosx/Tcl-Debug.xcconfig (new file): xcconfig files; add extra * macosx/Tcl-Release.xcconfig (new file): configurations for building with SDKs and 64bit; convert legacy jam-based 'Tcl' target to native target with single script phase; correct syntax of build setting references to use $() throughout. * macosx/README: document new Tcl.xcodeproj configurations; other minor updates/corrections. * generic/tcl.h: update location of version numbers in macosx files. * macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to working * macosx/Tcl.xcode/default.pbxuser: order by replicating applicable changes to Tcl.xcodeproj since 2006-07-20. |
|
From: Don P. <dg...@us...> - 2007-01-29 16:50:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7238 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/fcopy.n: Typo fix. [Bug 1630627] |
|
From: Don P. <dg...@us...> - 2007-01-29 16:51:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7635 Modified Files: ChangeLog Log Message: * doc/fcopy.n: Typo fix. [Bug 1630627] |
|
From: Don P. <dg...@us...> - 2007-01-29 17:16:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19850 Modified Files: ChangeLog Log Message: * generic/tclLink.c: Broken linked float logic corrected. Thanks to Andy Goth [Bug 1602538]. |
|
From: Don P. <dg...@us...> - 2007-01-29 18:55:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv931 Modified Files: ChangeLog Log Message: * generic/tclResult.c: Added optimization case to TclTransferResult to cover common case where there's big savings over the fully general path. Thanks to Peter MacDonald. [Bug 1626518]. |
|
From: Jeffrey H. <ho...@us...> - 2007-01-30 23:21:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19983 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/Makefile.in (install-private-headers): added target |
|
From: Joe M. <mis...@us...> - 2007-02-04 00:01:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9076 Modified Files: ChangeLog Log Message: Windows build fix |
|
From: Daniel A. S. <da...@us...> - 2007-02-04 02:51:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10376 Modified Files: ChangeLog Log Message: * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if available to define MODULE_SCOPE effective on all platforms. * unix/configure.in: add caching to -pipe and zoneinfo checks. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-02-04 02:51:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10809 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in: add caching to -pipe check. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2007-02-06 21:08:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1885 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: Corrected broken implementation of the * tests/namespace.test: TclMatchIsTrivial optimization on [namespace children $namespace $pattern]. |
|
From: Don P. <dg...@us...> - 2007-02-08 18:43:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26810 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/namespace.test: introduced in Patch 1577278 that caused [namespace delete ::] to be effective only at level #0. New test namespace-7.7 should prevent similar error in the future. [Bug 1655305] |
|
From: Jeffrey H. <ho...@us...> - 2007-02-08 23:11:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10269 Modified Files: ChangeLog Log Message: * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with unsigned size_t to correctly validate stackSize in the 2^31+ range. |
|
From: Joe M. <mis...@us...> - 2007-02-09 06:43:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6115 Modified Files: ChangeLog Log Message: Windows build fixes |
|
From: Andreas K. <and...@us...> - 2007-02-12 19:25:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22047 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEncoding.c (EscapeFromUtfProc): Applied patch supplied by Mo DeJong to fix [Bug 1516109]. Backport from Tcl 8.5. Mo's description: Clear the TCL_ENCODING_END flag when end bytes are written. This fix keep this method from writing escape bytes for an encoding like iso2022-jp multiple times when the escape byte overlap with the end of the IO buffer. * tests/io.test: Add test case for escape byte overlap case. |
|
From: Kevin B K. <ke...@us...> - 2007-02-13 03:43:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1797 Modified Files: ChangeLog Log Message: * tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to use __attributes(TI)__ for the mp_word type. Tetra-int's simply fail on too many gcc-glibc-OS combinations to be ready for shipment today, even if they work for some of us. This change allows reversion of das's change of 2006-08-18 that accomplised the same thing on Darwin. * generic/tclTomMath.h: Regenerated. |
|
From: Kevin B K. <ke...@us...> - 2007-02-13 04:44:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26751 Modified Files: ChangeLog Log Message: * tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to use __attributes(TI)__ for the mp_word type. Tetra-int's simply fail on too many gcc-glibc-OS combinations to be ready for shipment today, even if they work for some of us. This change allows reversion of das's change of 2006-08-18 that accomplised the same thing on Darwin. [Bugs * generic/tclTomMath.h: Regenerated. |
|
From: Kevin B K. <ke...@us...> - 2007-02-13 05:03:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2451 Modified Files: ChangeLog Log Message: rebuilt from Olson's tzdata2007b |
|
From: Donal K. F. <dk...@us...> - 2007-02-13 14:48:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22322 Modified Files: ChangeLog Log Message: Fix [Bug 1614687] |