From: Don P. <dg...@us...> - 2003-03-19 20:07:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15567 Modified Files: ChangeLog Log Message: * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and * doc/ParseCmd.3 (Tcl_EvalTokensStandard): return type errors in documentation. [Bug 683994] |
From: Don P. <dg...@us...> - 2003-03-19 21:57:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv20854 Modified Files: ChangeLog Log Message: * library/auto.tcl: Replaced [regexp] and [regsub] with * library/history.tcl: [string map] where possible. Thanks * library/ldAout.tcl: to David Welton. [Bugs 667456,667558] * library/safe.tcl: Bumped to http 2.4.3, opt 0.4.5, and * library/http/http.tcl: tcltest 2.2.3. * library/http/pkgIndex.tcl: * library/opt/optparse.tcl: * library/opt/pkgIndex.tcl: * library/tcltest/tcltest.tcl: * library/tcltest/pkgIndex.tcl: * tools/genStubs.tcl: * tools/tcltk-man2html.tcl: * unix/mkLinks.tcl: |
From: miguel s. <ms...@us...> - 2003-03-19 22:24:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv8248 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 705406] (Don Porter). |
From: miguel s. <ms...@us...> - 2003-03-19 22:53:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28421 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCompile.c: * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 705406] (Don Porter). Backport from 8.5a0 |
From: Don P. <dg...@us...> - 2003-03-20 22:33:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30377 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.h: Removed definition of ParseValue struct that is no longer used. |
From: Don P. <dg...@us...> - 2003-03-20 22:33:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30743 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Removed definition of ParseValue struct that is no longer used. |
From: Don P. <dg...@us...> - 2003-03-21 03:23:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23801 Modified Files: ChangeLog Log Message: * generic/tclInt.h (tclOriginalNotifier): * generic/tclStubInit.c (tclOriginalNotifier): * mac/tclMacNotify.c (Tcl_SetTimer,Tcl_WaitForEvent): * unix/tclUnixNotfy.c (Tcl_SetTimer,Tcl_WaitForEvent, Tcl_CreateFileHandler,Tcl_DeleteFileHandler): * win/tclWinNotify.c (Tcl_SetTimer,Tcl_WaitForEvent): Some linkers apparently use a different representation for a pointer to a function within the same compilation unit and a pointer to a function in a different compilation unit. This causes checks like those in the original notifier procedures to fall into infinite loops. The fix is to store pointers to the original notifier procedures in a struct defined in the same compilation unit as the stubs tables, and compare against those values. [Bug 707174] |
From: Don P. <dg...@us...> - 2003-03-21 03:24:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24220a Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.h (tclOriginalNotifier): * generic/tclStubInit.c (tclOriginalNotifier): * mac/tclMacNotify.c (Tcl_SetTimer,Tcl_WaitForEvent): * unix/tclUnixNotfy.c (Tcl_SetTimer,Tcl_WaitForEvent, Tcl_CreateFileHandler,Tcl_DeleteFileHandler): * win/tclWinNotify.c (Tcl_SetTimer,Tcl_WaitForEvent): Some linkers apparently use a different representation for a pointer to a function within the same compilation unit and a pointer to a function in a different compilation unit. This causes checks like those in the original notifier procedures to fall into infinite loops. The fix is to store pointers to the original notifier procedures in a struct defined in the same compilation unit as the stubs tables, and compare against those values. [Bug 707174] |
From: Pat T. <pat...@us...> - 2003-03-22 23:01:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv1473 Modified Files: ChangeLog Log Message: * win/tclWinDde.c: Make dde services conform the the documentation such that giving only a topic name really returns all services with that topic. [Bug 219155] Prevent hangup caused by dde server applications failing to process messages [Bug 707822] * tests/winDde.test: Corrected labels and added a test for search by topic name. |
From: Kevin B K. <ke...@us...> - 2003-03-23 01:34:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32748 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fixed a bug where [package require dde] or [package require registry] attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch. |
From: Kevin B K. <ke...@us...> - 2003-03-23 01:39:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv1470 Modified Files: ChangeLog Log Message: Fixed a bug where [package require dde] or [package require registry] attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch. |
From: Kevin B K. <ke...@us...> - 2003-03-23 03:06:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24691 Modified Files: ChangeLog Log Message: Added quoting around the script name in the 'test' target; Joe Mistachkin insists that he has a configuration that fails to launch tcltest without it, and it appears harmless otherwise. |
From: Kevin B K. <ke...@us...> - 2003-03-23 03:10:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25422 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added quoting around the script name in the 'test' target; Joe Mistachkin insists that he has a configuration that fails to launch tcltest without it, and it appears harmless otherwise. |
From: Pat T. <pat...@us...> - 2003-03-24 00:13:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv6300 Modified Files: ChangeLog Log Message: * library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c, now adding here too. |
From: miguel s. <ms...@us...> - 2003-03-24 00:49:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17079 Modified Files: ChangeLog Log Message: * generic/tclVar.c: * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created local variable, bugs #631741 and #696893. |
From: miguel s. <ms...@us...> - 2003-03-24 00:55:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19124 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclVar.c: * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created local variable, bugs #631741 and #696893. |
From: Don P. <dg...@us...> - 2003-03-26 20:02:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22200 Modified Files: ChangeLog Log Message: * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass argument exact = 0, so that rebuilds are not required when Tcl bumps to a new version. [Bug 701926] |
From: Don P. <dg...@us...> - 2003-03-26 22:55:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3375 Modified Files: ChangeLog Log Message: * library/tcltest/tcltest.tcl: Added reporting during [configure -debug 1] operations to warn about multiple uses of the same test name. [FR 576693] * tests/msgcat.test (msgcat-2.2.1): changed test name to avoid duplication. [Bug 710356] |
From: Don P. <dg...@us...> - 2003-03-26 22:56:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3835 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/tcltest/tcltest.tcl: Added reporting during [configure -debug 1] operations to warn about multiple uses of the same test name. [FR 576693] Replaced [regexp] and [regsub] with [string map] where possible. Thanks to David Welton. [Bugs 667456,667558] * library/tcltest/pkgIndex.tcl: Bumped to tcltest 2.2.3 * tests/msgcat.test (msgcat-2.2.1): changed test name to avoid duplication. [Bug 710356] |
From: Don P. <dg...@us...> - 2003-03-26 23:51:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27352 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: update docs for latest change |
From: Don P. <dg...@us...> - 2003-03-26 23:51:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27573 Modified Files: ChangeLog Log Message: update docs for latest change |
From: Mo D. <md...@us...> - 2003-03-27 07:11:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv31559 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Add BeOS system to SC_CONFIG_CFLAGS. Check for inet_ntoa in -lbind, needed for BeOS. |
From: Donal K. F. <dk...@us...> - 2003-03-27 13:11:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26771 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Removed test number dups [Bugs 710322, 710327, 710349, 710363] |
From: Donal K. F. <dk...@us...> - 2003-03-27 13:19:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32065 Modified Files: ChangeLog Log Message: Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] |
From: Donal K. F. <dk...@us...> - 2003-03-27 13:49:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18923 Modified Files: ChangeLog Log Message: More elimination of dup test numbers [Bugs 710365, 710369] |