From: Donal K. F. <dk...@us...> - 2002-08-16 13:45:37
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv28395 Modified Files: ChangeLog Log Message: Added documentation note to remind authors of object type implementations to keep their objects with valid interpretations... |
From: Donal K. F. <dk...@us...> - 2002-08-16 13:58:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32359 Modified Files: ChangeLog Log Message: Added test. |
From: Andreas K. <and...@us...> - 2002-08-20 03:03:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17396 Modified Files: ChangeLog Log Message: * unix/tclUnixTest.c (TestfilehandlerCmd): Changed readable/writable to the more common readable|writable. Fixes SF #596034 reported by Larry Virden <lv...@us...>. |
From: Don P. <dg...@us...> - 2002-08-20 18:33:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5606 Modified Files: ChangeLog Log Message: * generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd. |
From: Andreas K. <and...@us...> - 2002-08-20 21:45:31
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4739 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS@. * win/configure.in: * unix/configure.in: Added usage of SC_ENABLE_MEMDEBUG. * win/tcl.m4: * unix/tcl.m4: Added macro SC_ENABLE_MEMDEBUG. Allows a user of configure to (de)activate memory validation and debugging (TCL_MEM_DEBUG). No need to modify the makefile anymore. |
From: Andreas K. <and...@us...> - 2002-08-22 00:52:33
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18925 Modified Files: ChangeLog Log Message: * win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS@. * win/configure.in: * unix/configure.in: Added usage of SC_ENABLE_MEMDEBUG. * win/tcl.m4: * unix/tcl.m4: Added macro SC_ENABLE_MEMDEBUG. Allows a user of configure to (de)activate memory validation and debugging (TCL_MEM_DEBUG). No need to modify the makefile anymore. |
From: miguel s. <ms...@us...> - 2002-08-22 15:57:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10455 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: * generic/tclCmdMZ.c: fix for freed memory r/w in delete traces [Bug 589863], patch by Hemang Lavana. |
From: miguel s. <ms...@us...> - 2002-08-23 21:07:05
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13129 Modified Files: ChangeLog Log Message: * generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objects between caches as a block, instead of one-by-one. |
From: miguel s. <ms...@us...> - 2002-08-24 01:29:47
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11983 Modified Files: ChangeLog Log Message: 2002-08-23 Miguel Sofer <ms...@us...> * generic/tclObj.c (USE_THREAD_ALLOC): fixed leak [Bug 597936]. Thanks to Zoran Vasiljevic. |
From: miguel s. <ms...@us...> - 2002-08-26 13:05:57
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5213 Modified Files: ChangeLog Log Message: * generic/tclThreadAlloc.c: small optimisation, reducing the new allocator's overhead. |
From: miguel s. <ms...@us...> - 2002-08-26 17:38:56
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13906 Modified Files: ChangeLog Log Message: 2002-08-26 Miguel Sofer <ms...@us...> * generic/tclCompCmds.c: fix for [Bug 599788] (error in element name causing segfault), reported by Tom Wilkason. Fixed by copying the tokens instead of the source string. |
From: Donal K. F. <dk...@us...> - 2002-08-28 08:47:49
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15114 Modified Files: ChangeLog Log Message: Cache handling of ac_cv_type_socklen_t was wrong. [Bug 600931] |
From: Donal K. F. <dk...@us...> - 2002-08-28 14:46:52
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4352 Modified Files: ChangeLog Log Message: More people should automatically reach for the list command in conjunction with the eval command following this doc change. Also added missing character in SEE ALSO reference. |
From: David G. <dav...@us...> - 2002-08-28 22:49:08
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4709 Modified Files: ChangeLog Log Message: no message |
From: Andreas K. <and...@us...> - 2002-08-29 19:02:20
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23860 Modified Files: ChangeLog Log Message: * win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache): Applied patch for bug #599428, provided by Miguel Sofer <ms...@us...>. |
From: Daniel A. S. <da...@us...> - 2002-08-30 15:33:56
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14278 Modified Files: Tag: macosx-8-4-branch ChangeLog Log Message: merged with trunk at tag macosx-8-4-merge-2002-08-30-trunk |
From: Daniel A. S. <da...@us...> - 2002-08-31 05:37:44
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4772 Modified Files: Tag: macosx-8-4-branch ChangeLog Log Message: added macosx-8-4-branch ChangeLog entries |
From: Daniel A. S. <da...@us...> - 2002-08-31 06:09:46
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9967 Modified Files: ChangeLog Log Message: *** macosx-8-4-branch merged into the mainline [tcl patch #602770] *** * generic/tcl.decls: added new macosx specific entry to stubs table. * tools/genStubs.tcl: added generation of platform guards for macosx. This is a little more complex than it seems, because MacOS X IS "unix" plus a little bit, for the purposes of Tcl. BUT unfortunately, Tk uses "unix" to mean X11. So added platform keys for macosx (the little added to "unix"), "aqua" and "x11" to distinguish these for Tk. * generic/tcl.h: added a #ifnded RESOURCE_INCLUDED so that tcl.h can be passed to the resource compiler. * generic/tcl.h: * generic/tclNotify.c: added a few Notifier procs, to be able to modify more bits of the Tcl notifier dynamically. Required to get Mac OS X Tk to live on top of the Tcl Unix threaded notifier. Changes the size of the Tcl_NotifierProcs structure, but doesn't move any elements around. * unix/tclUnixNotfy.c: moved the call to Tcl_ConditionNotify till AFTER we are done mucking with the pointer swap. Fixes cases where the thread waiting on the condition wakes & accesses the waitingListPtr before it gets reset, causing a hang. * library/auto.tcl (tcl_findLibrary): added checking the directories in the tcl_pkgPath for library files on macosx to enable support of the standard Mac OSX library locations * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: added MAC_OSX_DIR. Added PLAT_OBJS to the OBJS: there are some MacOS X specific files now for Tcl, and when I get he resource & applescript stuff ported over, and restore support for FindFiles, etc, there will be a few more. Added LD_LIBRARY_PATH_VAR configure variable to avoid having to set all possible LD_LIBRARY_PATH analogues on all platforms. LD_LIBRARY_PATH_VAR is "LD_LIBRARY_PATH" by default, "LIBPATH" on AIX, "SHLIB_PATH" on HPUX and "DYLD_LIBRARY_PATH" on Mac OSX. Added configure option to package Tcl as a framework on Mac OSX. * macosx/tclMacOSXBundle.c (new): support for finding Tcl extension packaged as 'bundles' in the standard Mac OSX library locations. * unix/tclUnixInit.c: added support for findig the tcl script library inside Tcl packaged as a framework on Mac OSX. * macosx/Tcl.pbproj/jingham.pbxuser (new): * macosx/Tcl.pbproj/project.pbxproj (new): project for Apple's ProjectBuilder IDE. * macosx/Makefile (new): simple makefile for building the project from the command line via the ProjectBuilder tool 'pbxbuild'. * unix/configure: * generic/tclStubInit.c: * generic/tclPlatDecls.h: regen |
From: Daniel A. S. <da...@us...> - 2002-08-31 13:28:02
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23690 Modified Files: ChangeLog Log Message: * unix/tcl.m4: added TK_SHLIB_LD_EXTRAS analogue of existing TCL_SHLIB_LD_EXTRAS for linker settings only used when linking Tk. * unix/configure: regen |
From: Jeffrey H. <ho...@us...> - 2002-09-02 23:39:59
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16934 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4: added 64-bit gcc compilation support on HP-11. [Patch #601051] (martin) |
From: Jeffrey H. <ho...@us...> - 2002-09-03 02:01:42
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14290 Modified Files: ChangeLog Log Message: * unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreed extra native char*. |
From: miguel s. <ms...@us...> - 2002-09-03 15:04:43
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15308 Modified Files: ChangeLog Log Message: * generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked on error return from TclGetFrame. |
From: Daniel A. S. <da...@us...> - 2002-09-03 15:06:33
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16272 Modified Files: ChangeLog Log Message: * macosx/Tcl.pbproj/project.pbxproj: Bumped version number to 8.4.0 and updated copyright info. |
From: miguel s. <ms...@us...> - 2002-09-03 16:31:32
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17228 Modified Files: ChangeLog Log Message: * generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on error return from TclPreventAliasLoop. |
From: Jeffrey H. <ho...@us...> - 2002-09-03 19:52:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29199 Modified Files: ChangeLog Log Message: * unix/configure: remove -pthread from LIBS on FreeBSD in thread * unix/tcl.m4: enabled build. [Bug #602849] |