|
From: Don P. <dg...@us...> - 2006-12-11 18:54:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28929 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Another step with all sorting operator commands * generic/tclCompExpr.c: now routing through TEBC via * generic/tclCompile.h: TclSortingOpCmd(). |
|
From: Don P. <dg...@us...> - 2006-12-12 17:21:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8901 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Final step routing all direct evaluation forms * generic/tclCompExpr.c: of the operator commands through TEBC, * generic/tclCompile.h: dropping all the routines in tclMathOp.c. * generic/tclMathOp.c: Still needs Engineering Manual attention. |
|
From: Don P. <dg...@us...> - 2006-12-12 21:45:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25160 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c: Now that the new internal structs are in use to support operator commands, might as well make them the default for [expr] as well and avoid passing every parsed expression through the inefficient Tcl_Token array format. This addresses most issues in [RFE 1517602] Assuming no performance disasters result from this, much dead code supporting the other implementation might now be removed. |
|
From: Donal K. F. <dk...@us...> - 2006-12-14 10:22:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1693 Modified Files: ChangeLog Log Message: Fix example. [Bug 1615277] |
|
From: Donal K. F. <dk...@us...> - 2006-12-14 14:24:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6759 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix example. [Bug 1615277] |
|
From: Daniel A. S. <da...@us...> - 2006-12-17 03:47:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13543 Modified Files: ChangeLog Log Message: * tests/macOSXLoad.test (new file): add testing of .bundle loading and * tests/load.test: unloading on Darwin (in addition to * tests/unload.test: existing tests of .dylib loading). * macosx/Tcl.xcodeproj/project.pbxproj: add building of dltest binaries so that testsuite run from Xcode can use them; fix testsuite run script. * unix/configure.in: add support for building dltest binaries as * unix/dltest/Makefile.in: .bundle (in addition to .dylib) on Darwin. * unix/Makefile.in: add stub lib dependency to dltest target. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-12-19 01:19:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19555 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-12-19 01:19:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19996 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.13 |
|
From: Daniel A. S. <da...@us...> - 2006-12-19 04:13:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29184 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. |
|
From: Daniel A. S. <da...@us...> - 2006-12-19 04:14:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29299 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. |
|
From: Donal K. F. <dk...@us...> - 2006-12-19 16:14:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6950 Modified Files: ChangeLog Log Message: Fix [Bug 1618838] |
|
From: Mo D. <md...@us...> - 2006-12-27 01:25:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31284 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c (EscapeFromUtfProc): 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 for escape byte overlap issue. |
|
From: Mo D. <md...@us...> - 2006-12-27 03:04:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6916 Modified Files: ChangeLog Log Message: * generic/tclIO.c (Tcl_GetsObj): Avoid checking for for the LF in a possible CRLF sequence when EOF has already been found. |
|
From: Donal K. F. <dk...@us...> - 2006-12-28 23:29:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29984 Modified Files: ChangeLog Log Message: Whitespace/line-width police |
|
From: Kevin B K. <ke...@us...> - 2007-01-03 15:22:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11206 Modified Files: ChangeLog Log Message: Regenerated tclDate.c |
|
From: Donal K. F. <dk...@us...> - 2007-01-09 11:32:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18508 Modified Files: ChangeLog Log Message: Fix [lindex] argument ordering. [bug 1631364] |
|
From: Donal K. F. <dk...@us...> - 2007-01-10 15:31:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7317 Modified Files: ChangeLog Log Message: Arrange for RE engine workspace to be held in TSD. This is safe, less C-stack-hungry than before, and faster than just using heap allocation. |
|
From: Pat T. <pat...@us...> - 2007-01-11 13:17:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17467 Modified Files: ChangeLog Log Message: Fixes to work better on Win98. Read version numbers from package index file to avoid keeping numbers in the makefile. |
|
From: Joe E. <jen...@us...> - 2007-01-11 18:30:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16630 Modified Files: ChangeLog Log Message: * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated. |
|
From: Donal K. F. <dk...@us...> - 2007-01-17 00:42:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26098 Modified Files: ChangeLog Log Message: Added macros to make usage of ChannelBuffers clearer. |
|
From: Donal K. F. <dk...@us...> - 2007-01-18 11:05:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19870 Modified Files: ChangeLog Log Message: Detect [Bug 1638414] |
|
From: Donal K. F. <dk...@us...> - 2007-01-18 11:12:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23024 Modified Files: ChangeLog Log Message: Fix [Bug 1638414] and make bytecode of expansion better |
|
From: Daniel A. S. <da...@us...> - 2007-01-19 01:03:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21069 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions of Mac OS X, truncate() fails on resource forks, in that case use open() with O_TRUNC instead. * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of OSSpinLock(Un)Lock API. * macosx/Tcl.xcodeproj/project.pbxproj: ensure HOME and USER env vars * macosx/Tcl.xcodeproj/default.pbxuser: are defined when running testsuite from Xcode. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/Makefile.in: move libtommath defines into configure.in to avoid * unix/configure.in: replicating them across multiple buildsystems. * macosx/Tcl.xcodeproj/project.pbxproj: * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-01-19 01:05:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21968 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of OSSpinLock(Un)Lock API. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13 |
|
From: Joe M. <mis...@us...> - 2007-01-19 08:17:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8207 Modified Files: ChangeLog Log Message: Windows build fixes |