From: miguel s. <ms...@us...> - 2002-09-04 15:18:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16282 Modified Files: ChangeLog Log Message: * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks to dkf and dgp for the long and difficult discussion in the chat. |
From: Don P. <dg...@us...> - 2002-09-05 20:21:10
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26651 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclDeleteVars): Corrected logic for setting the TCL_INTERP_DESTROYED flag when calling variable traces. [Tk Bug 605121] |
From: Don P. <dg...@us...> - 2002-09-06 00:20:30
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25202 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclRenameCommand,CallCommandTraces): * tests/trace.test (trace-27.1): Corrected memory leak when a rename trace deleted the command being traced. Test added. Thanks to Hemang Lavana for the fix. [Bug 604609] |
From: Don P. <dg...@us...> - 2002-09-06 01:05:38
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9843 Modified Files: ChangeLog Log Message: * doc/tcltest.n: Clarified phrasing. |
From: Reinhard M. <rm...@us...> - 2002-09-06 15:10:34
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23213 Modified Files: ChangeLog Log Message: 2002-09-06 Reinhard Max <ma...@su...> * tests/tcltest.test: Added nonRoot flag to tests 8.3, 8.4, and 8.12. |
From: Don P. <dg...@us...> - 2002-09-06 17:43:03
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13599 Modified Files: ChangeLog Log Message: * doc/file.n: Format correction, and clarified [file normalize] returns an absolute path. * doc/tcltest.n: Added examples section, as long promised. |
From: Daniel A. S. <da...@us...> - 2002-09-10 09:58:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6673 Modified Files: ChangeLog Log Message: * unix/Makefile.in: added DYLIB_INSTALL_DIR variable for macosx and set it to default value ${LIB_RUNTIME_DIR} * unix/tcl.m4 (Darwin): use DYLIB_INSTALL_DIR instead of LIB_RUNTIME_DIR in the -install_name argument to ld. * unix/configure: regen. * macosx/Tcl.pbproj/project.pbxproj: * macosx/Makefile: added support for building Tcl as an embedded framework, i.e. using an dyld install_name containing @executable_path/../Frameworks via the new DYLIB_INSTALL_DIR unix/Makefile variable. |
From: Daniel A. S. <da...@us...> - 2002-09-10 12:42:44
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5038 Modified Files: ChangeLog Log Message: * macosx/Tcl.pbproj/project.pbxproj: disabled building html documentation during embedded build. |
From: Mo D. <md...@us...> - 2002-09-11 03:19:18
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1815 Modified Files: ChangeLog Log Message: * unix/README: Add note about building extensions with the same compiler Tcl was built with. [Tk Bug 592096] |
From: Daniel A. S. <da...@us...> - 2002-09-12 17:33:21
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24690 Modified Files: ChangeLog Log Message: * generic/tcl.h: * mac/tclMacApplication.r: * mac/tclMacLibrary.r: * mac/tclMacResource.r: unified use of the two equivalent resource compiler header inclusion defines RC_INVOKED and RESOURCE_INCLUDED, now use RC_INVOKED throughout. |
From: David G. <dav...@us...> - 2002-09-13 04:26:25
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29972 Modified Files: ChangeLog Log Message: * win/coffbase.txt: Added BLT to the virtual base address listings table should BLT's build tools decide to use it. |
From: Mo D. <md...@us...> - 2002-09-15 20:29:18
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14095 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add PEEK_XCLOSEIM define under Linux. This is used by Tk to double check that an X input context is cleaned up before it is closed. |
From: Don P. <dg...@us...> - 2002-09-22 17:55:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14396 Modified Files: ChangeLog Log Message: * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within test bodies. Thanks to Harald Kirsch. [Bug 612786, Patch 612788] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.1. |
From: Don P. <dg...@us...> - 2002-09-22 18:19:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23939 Modified Files: ChangeLog Log Message: * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within test bodies. Thanks to Harald Kirsch. [Bug 612786, Patch 612788] Also corrected reporting of body return code. Thanks to David Taback [Bug 611922] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.1. * tests/tcltest.test: added tests for these bugs. |
From: Donal K. F. <dk...@us...> - 2002-09-24 08:55:42
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25740 Modified Files: ChangeLog Log Message: * doc/lset.n: Changed 'list' to 'varName' for consistency with lappend documentation. Thanks to Glenn Jackman [Bug 611719] |
From: Donal K. F. <dk...@us...> - 2002-09-24 09:15:05
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31199 Modified Files: ChangeLog Log Message: * unix/tcl.m4: Forgot to define TCL_WIDE_INT_IS_LONG at the appropriate moment. I believe this is the cause of [Bug 613117] |
From: Donal K. F. <dk...@us...> - 2002-09-24 12:53:35
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1869 Modified Files: ChangeLog Log Message: Removing more CONST-related warnings. |
From: Donal K. F. <dk...@us...> - 2002-09-24 14:24:01
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1413 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Yet more robust 64-bit value detection to close [Bug 613117] on more systems. |
From: Daniel A. S. <da...@us...> - 2002-09-26 17:06:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22303 Modified Files: ChangeLog Log Message: * macosx/Makefile: preserve environment value of INSTALL_ROOT. When embedding only use deployment build. Force relink before embedded build to ensure new linker flags are picked up. * macosx/Tcl.pbproj/project.pbxproj: add symbolic links to debug lib, stub libs and tclConfig.sh in framework toplevel. Configure target dependency fix. Fix to 'clean' action. Added private tcl headers to framework. Install tclsh symbolic link. Html doc build works when no installed tclsh available. Made html doc structure in framework more like in Apple frameworks. |
From: Jeffrey H. <ho...@us...> - 2002-09-26 19:06:28
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14658 Modified Files: ChangeLog Log Message: * library/encoding/koi8-u.enc: removed extraneous spaces that confused encoding reader. [Bug #615115] |
From: Jeffrey H. <ho...@us...> - 2002-09-27 00:50:11
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22406 Modified Files: ChangeLog Log Message: 2002-09-18 Mumit Khan <kh...@na...> Added basic Cygwin support. * win/tcl.m4 (SC_PATH_TCLCONFIG): Support one-tree build. (SC_PATH_TKCONFIG): Likewise. (SC_PROG_TCLSH): Likewise. (SC_CONFIG_CFLAGS): Assume real Cygwin port and remove -mno-cygwin flags. Add -mwin32 to extra_cflags and extra_ldflags. Remove ``-e _WinMain@16'' from LDFLAGS_WINDOW. * win/configure.in: Allow Cygwin build. (SEH test): Define to be 1 instead of empty value. (EXCEPTION_DISPOSITION): Add test. * win/configure: Regenerate. * generic/tcl.h: Don't explicitly define __WIN32__ for Cygwin, let the user decide whether to use Windows or POSIX personality. (TCL_WIDE_INT_TYPE, TCL_LL_MODIFIER, struct Tcl_StatBuf): Define for Cygwin. * generic/tclEnv.c (Tcl_CygwinPutenv): putenv replacement for Cygwin. * generic/tclFileName.c (Tcl_TranslateFileName): Convert POSIX to native format. (TclDoGlob): Likewise. * generic/tclPlatDecls.h (TCHAR): Define for Cygwin. * win/tclWinPort.h (putenv, TclpSysAlloc, TclpSysFree, TclpSysRealloc): Define for Cygwin. |
From: Jeffrey H. <ho...@us...> - 2002-09-27 01:29:44
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30972 Modified Files: ChangeLog Log Message: * unix/configure: regen. * unix/tcl.m4: improve AIX-4/5 64bit compilation support. |
From: David G. <dav...@us...> - 2002-09-29 20:44:33
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17410 Modified Files: ChangeLog Log Message: no message |
From: David G. <dav...@us...> - 2002-09-30 00:10:08
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7166 Modified Files: ChangeLog Log Message: Added proper exiting conditions using Win32 console signals. This handles the existing lack of a Ctrl+C exit to call exit handlers when built for thread support. Also, properly handles exits from other conditions such as CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, and CTRL_SHUTDOWN_EVENT signals. In all cases, exit handlers will be called. [Bug 219355] |
From: Jeffrey H. <ho...@us...> - 2002-09-30 18:05:07
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17805 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the checking for bad re's that didn't terminate the re string. Resultant compiles were correct, but much slower than necessary. |