|
From: Daniel A. S. <da...@us...> - 2004-07-20 10:12:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3434 Modified Files: ChangeLog Log Message: * unix/tclUnixFile.c (NativeMatchType): added support for readonly matching of user immutable files (where available). |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 10:23:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4596 Modified Files: ChangeLog Log Message: * unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tcl headers. [FR 922727] * macosx/Makefile: use new 'install-private-headers' target to install private headers into framework. [FR 922727] |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 11:13:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11102 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: fixed Darwin autoconf breakage caused by recent CFLAGS reordering. * unix/configure: regen * unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS. * unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS. |
|
From: Kevin B K. <ke...@us...> - 2004-07-21 00:42:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10937 Modified Files: ChangeLog Log Message: 2004-07-21 Kevin Kenny <ke...@ac...> * generic/tclBasic.c (DeleteInterpProc): * generic/tclLiteral.c (TclCleanupLiteralTable): * generic/tclInt.h: added a TclCleanupLiteralTable function, called from DeleteInterpProc, that frees internal representations of shared literals early when an interpreter is being deleted. This change corrects a number of memory mismanagement issues in the cases where the internal representation of one literal contains a reference to another, and avoids conditions such as resolved variable names referring to procedure and namespace contexts that no longer exist. [Bug 994838] |
|
From: Jeffrey H. <ho...@us...> - 2004-07-21 01:31:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18952 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cleanup on exit and allow for * generic/tclThreadAlloc.c: reinitialization. [Bug #736426] * unix/tclUnixThrd.c: (mistachkin, kenny) * win/tclWinThrd.c: |
|
From: Jeffrey H. <ho...@us...> - 2004-07-21 01:45:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21351 Modified Files: ChangeLog Log Message: * generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cleanup on exit and allow for * generic/tclThreadAlloc.c: reinitialization. [Bug #736426] * unix/tclUnixThrd.c: (mistachkin, kenny) * win/tclWinThrd.c: |
|
From: Don P. <dg...@us...> - 2004-07-22 21:41:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6253 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: typo/format fixes |
|
From: Don P. <dg...@us...> - 2004-07-22 21:41:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6301 Modified Files: ChangeLog Log Message: typo/format fixes |
|
From: Don P. <dg...@us...> - 2004-07-23 14:18:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18605 Modified Files: ChangeLog Log Message: typo |
|
From: Don P. <dg...@us...> - 2004-07-23 15:58:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2178 Modified Files: ChangeLog Log Message: * tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: file of test data as needed. |
|
From: Don P. <dg...@us...> - 2004-07-23 16:01:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2627 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: file of test data as needed. |
|
From: miguel s. <ms...@us...> - 2004-07-23 18:32:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27868 Modified Files: ChangeLog Log Message: * generic/tclVar.c: simplify tclLocalVarNameType, removing the reference to the corresponding proc. The reference is now seen as unnecessary, and it may cause leaking circular references under some circumstances (see for example [Bug 994838]). |
|
From: Pat T. <pat...@us...> - 2004-07-25 21:38:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24385 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclThreadAlloc.c: Moved the tclInt.h include to provide Tcl_Panic which is now required for non-threaded build. |
|
From: Pat T. <pat...@us...> - 2004-07-25 22:06:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29388 Modified Files: ChangeLog Log Message: * tests/io.test: Make io-61.1 create file as binary to pass on Win32 |
|
From: Jeffrey H. <ho...@us...> - 2004-07-26 21:39:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5473 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: (io-61.1): create file in binary mode for x-plat |
|
From: Don P. <dg...@us...> - 2004-07-28 16:28:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8922 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only * tests/basic.test (basic-46.1): to incomplete scripts as part of multi-line script construction. Do not add an extra trailing newline to the complete script. [Bug 833150] |
|
From: Don P. <dg...@us...> - 2004-07-28 18:00:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26746 Modified Files: ChangeLog Log Message: * library/package.tcl: Moved private command * library/tclIndex: [pkg_compareExtension] into ::tcl::Pkg. * tests/pkg_mkIndex.test: Also moved implementation of [::pkg::create] to [::tcl::Pkg::Create]. |
|
From: Don P. <dg...@us...> - 2004-07-29 15:55:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32105 Modified Files: ChangeLog Log Message: * library/package.tcl: [::pkg::create] is now an alias. Test safe-2.1 will now fail until Bug 999612 is corrected. |
|
From: Daniel A. S. <da...@us...> - 2004-07-30 08:31:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26642 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. * unix/Makefile.in: added MAC_OSX_OBJS variable. |
|
From: Daniel A. S. <da...@us...> - 2004-07-30 08:32:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26809 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. * unix/Makefile.in: added MAC_OSX_OBJS variable. |
|
From: Don P. <dg...@us...> - 2004-07-30 15:16:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28469 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitProc's that call Tcl_Finalize recursively do not cause deadlock. [Patch 999084 fixes Tk Bug 714956] |
|
From: Don P. <dg...@us...> - 2004-07-30 15:16:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28569 Modified Files: ChangeLog Log Message: * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitProc's that call Tcl_Finalize recursively do not cause deadlock. [Patch 999084 fixes Tk Bug 714956] |
|
From: Don P. <dg...@us...> - 2004-07-30 16:54:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12987 Modified Files: ChangeLog Log Message: * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] * library/auto.tcl (auto_reset): Removed "protected" list of commands from [auto_reset]. All entries in the auto_index can be re-loaded. * library/package.tcl: Updated comment to reflect 2004-07-28 commit. |
|
From: Donal K. F. <dk...@us...> - 2004-08-02 15:13:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25922 Modified Files: ChangeLog Log Message: Whitespace policing... |
|
From: Don P. <dg...@us...> - 2004-08-02 15:33:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29127 Modified Files: ChangeLog Log Message: * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected * tests/compile.test (compile-12.4): flawed deletion of literal internal reps that could lead to accessing of freed memory. Thanks to Kevin Kenny for test case and fix [Bug 1001997]. |