From abc0ed21d1172dd1ddf06c1fd922528d722cbad1 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 25 May 2004 08:37:29 +0000 Subject: Finish fixing comments for [Bug 848440] --- ChangeLog | 3 +++ generic/tcl.h | 5 +++-- generic/tclBasic.c | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c61e342..b1ca74f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-05-25 Donal K. Fellows + * generic/tclBasic.c: Removed references to Tcl_RenameCommand from + * generic/tcl.h: comments. [Bug 848440, second part] + * tests/fCmd.test: Rewrote tests that failed consistently on NFS so they either succeed (through slightly more liberal matching of the results) or are constrained to not run. [Bug 931312] diff --git a/generic/tcl.h b/generic/tcl.h index 1416b66..cadd278 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.178 2004/05/13 12:59:21 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.179 2004/05/25 08:37:31 dkf Exp $ */ #ifndef _TCL @@ -923,7 +923,8 @@ typedef struct Tcl_CmdInfo { Tcl_Namespace *namespacePtr; /* Points to the namespace that contains * this command. Note that Tcl_SetCmdInfo * will not change a command's namespace; - * use Tcl_RenameCommand to do that. */ + * use TclRenameCommand or Tcl_Eval (of + * 'rename') to do that. */ } Tcl_CmdInfo; diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 248f893..ca89219 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.102 2004/05/20 13:04:11 dkf Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.103 2004/05/25 08:37:31 dkf Exp $ */ #include "tclInt.h" @@ -2127,7 +2127,7 @@ TclRenameCommand(interp, oldName, newName) * * Modifies various information about a Tcl command. Note that * this procedure will not change a command's namespace; use - * Tcl_RenameCommand to do that. Also, the isNativeObjectProc + * TclRenameCommand to do that. Also, the isNativeObjectProc * member of *infoPtr is ignored. * * Results: @@ -2166,7 +2166,7 @@ Tcl_SetCommandInfo(interp, cmdName, infoPtr) * * Modifies various information about a Tcl command. Note that * this procedure will not change a command's namespace; use - * Tcl_RenameCommand to do that. Also, the isNativeObjectProc + * TclRenameCommand to do that. Also, the isNativeObjectProc * member of *infoPtr is ignored. * * Results: -- cgit v0.12