From: Donal K. F. <dk...@us...> - 2002-10-01 10:03:20
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4720 Modified Files: ChangeLog Log Message: Mentioned that [socket] takes service names as well as port numbers. It always did, but some people didn't know. |
From: Jeffrey H. <ho...@us...> - 2002-10-02 01:36:31
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17157 Modified Files: ChangeLog Log Message: * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for precompiled locals to support 8.3 precompiled code. (Tcl_ProcObjCmd): correct 2002-09-26 fix to look for tclProcBodyType. |
From: Donal K. F. <dk...@us...> - 2002-10-03 13:08:57
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6747 Modified Files: ChangeLog Log Message: Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816] |
From: Donal K. F. <dk...@us...> - 2002-10-03 13:34:32
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23295 Modified Files: ChangeLog Log Message: [info exist]->[info exists]. [Bug 602566] |
From: Don P. <dg...@us...> - 2002-10-03 15:39:57
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7557 Modified Files: ChangeLog Log Message: * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". |
From: Donal K. F. <dk...@us...> - 2002-10-04 08:25:14
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv860 Modified Files: ChangeLog Log Message: [file exist] -> [file exists]... |
From: Donal K. F. <dk...@us...> - 2002-10-04 10:23:35
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30586 Modified Files: ChangeLog Log Message: * doc/binary.n: Doc improvements [Patch 616480] |
From: Donal K. F. <dk...@us...> - 2002-10-09 09:38:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14534 Modified Files: ChangeLog Log Message: * doc/Alloc.3: Added a note to mention that attempting to allocate a zero-length block can return NULL. [Tk bug 619544] |
From: Daniel A. S. <da...@us...> - 2002-10-09 11:54:04
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31397/tcl Modified Files: ChangeLog Log Message: * generic/tclInt.decls: made TclSetPreInitScript() declaration generic as it is used on mac & aqua as well. * generic/tclIntDecls.h: * generic/tclStubInit.c: regen. * generic/tclCompile.h: added prototype for TclCompileVariableCmd. * mac/tclMacPort.h: removed incorrect <fcntl.h> definitions and obsolete <stat.h> definitions. * mac/tclMacChan.c: removed obsolete GetOpenMode() and replaced associated constants with the <fcntl.h> analogues (they existing defs were inconsistent with <fcntl.h> which was causing havoc when Tcl_GetOpenMode was used instead of private GetOpenMode). * mac/tclMacFCmd.c: removed GenerateUniqueName(), use equivalent (and identiaclly named) routine from MoreFiles instead. * mac/tclMacLoad.c: CONSTification, fixes to Vince's last changes. * mac/tclMacFile.c: * mac/tclMacTest.c: * mac/tclMacUnix.c: CONSTification. * mac/tclMacOSA.c: CONSTificcation, sprintf fixes, UH 3.4.x changes; fix for missing autoname token from TclOSACompileCmd. (bdesgraupes) * mac/AppleScript.html(AppleScript delete): doc fix. (bdesgraupes) * mac/tcltkMacBuildSupport.sea.hqx: updated MoreFiles to 1.5.3, updated build instructions for 8.4. * mac/tclMacProjects.sea.hqx: rebuilt archive. |
From: Daniel A. S. <da...@us...> - 2002-10-09 12:28:02
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11089 Modified Files: ChangeLog Log Message: * generic/tclIntDecls.h: fixed botched regen. |
From: Donal K. F. <dk...@us...> - 2002-10-09 14:07:45
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22243 Modified Files: ChangeLog Log Message: More clarification of [binary scan]'s behaviour. |
From: Kevin B K. <ke...@us...> - 2002-10-09 23:57:26
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1369 Modified Files: ChangeLog Log Message: * win/tclWinTime.c: Added code to set an exit handler that terminates the thread that calibrates the performance counter, so that the thread won't outlive unloading the Tcl DLL. [Tcl bug 620735]. |
From: Jeffrey H. <ho...@us...> - 2002-10-10 04:56:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26990 Modified Files: ChangeLog Log Message: * unix/README: doc'ed --enable-symbols options. * unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * unix/configure: regen * unix/configure.in: removed SC_ENABLE_MEMDEBUG call * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now. |
From: Jeffrey H. <ho...@us...> - 2002-10-10 07:31:37
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5126 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * unix/configure: regen * unix/configure.in: removed SC_ENABLE_MEMDEBUG call * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now. |
From: Vince D. <vin...@us...> - 2002-10-10 12:25:54
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25258 Modified Files: ChangeLog Log Message: load fixes for Bug 611108 |
From: Daniel A. S. <da...@us...> - 2002-10-10 13:42:48
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19166/tcl Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * mac/tclMacOSA.c: (8.4 backport) sprintf fixes, UH 3.4.x changes; fix for missing autoname token from TclOSACompileCmd. (bdesgraupes) * mac/AppleScript.html(AppleScript delete): doc fix. (bdesgraupes) * mac/tcltkMacBuildSupport.sea.hqx: updated MoreFiles to 1.5.3, updated build instructions. |
From: Don P. <dg...@us...> - 2002-10-10 14:46:58
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11718 Modified Files: ChangeLog Log Message: * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] |
From: Don P. <dg...@us...> - 2002-10-10 16:11:02
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13906 Modified Files: ChangeLog Log Message: * doc/Tcl.n: Clarified that namespace separators are legal in the variable names during $-subtitution. [Bug 615139] |
From: Daniel A. S. <da...@us...> - 2002-10-10 16:17:32
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16587/tcl Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * mac/tclMacFCmd.c: removed GenerateUniqueName(), use equivalent (and identically named) routine from MoreFiles instead. |
From: Jeffrey H. <ho...@us...> - 2002-10-11 03:43:47
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4319 Modified Files: ChangeLog Log Message: * win/configure: * win/tcl.m4: enable USE_THREAD_ALLOC (new threaded allocator) by default in cygwin configure on Windows. |
From: Donal K. F. <dk...@us...> - 2002-10-11 13:22:26
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16264 Modified Files: ChangeLog Log Message: * generic/tcl.h: Need a different strategy through the maze of #defines to let people building with Cygwin build correctly. Also made some comments less misleading... |
From: Jeffrey H. <ho...@us...> - 2002-10-14 22:25:12
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31432 Modified Files: ChangeLog Log Message: * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. [Patch #623269] (brouwers) |
From: Jeffrey H. <ho...@us...> - 2002-10-14 22:26:01
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31725 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. [Patch #623269] (brouwers) |
From: Vince D. <vin...@us...> - 2002-10-15 16:13:48
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11807 Modified Files: ChangeLog Log Message: execution trace fix |
From: Jeffrey H. <ho...@us...> - 2002-10-15 20:28:02
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv523 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: backport of cygwin build support cobbled together. [Patch #622183] (hobbs, howell, khan, dejong) * win/configure: regen. * win/configure.in: Add configure time test for SEH support in the compiler. * 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. |