You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/03/07 12:09:33 UTC

cvs commit: tcl-websh/src/generic logtochannel.c logutl.c

ronnie      02/03/07 03:09:33

  Modified:    src/generic logtochannel.c logutl.c
  Log:
  - changed fixme to lower case (easier to catch with grep for those who forget the -i option :-)
  
  Revision  Changes    Path
  1.4       +2 -2      tcl-websh/src/generic/logtochannel.c
  
  Index: logtochannel.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtochannel.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logtochannel.c	25 Oct 2001 17:50:13 -0000	1.3
  +++ logtochannel.c	7 Mar 2002 11:09:33 -0000	1.4
  @@ -9,7 +9,7 @@
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtochannel.c,v 1.3 2001/10/25 17:50:13 davidw Exp $
  + * @(#) $Id: logtochannel.c,v 1.4 2002/03/07 11:09:33 ronnie Exp $
    *
    */
   
  @@ -159,7 +159,7 @@
   
       logToChannelData = (LogToChannelData *) clientData;
   
  -    /* FIXME: should we do this on a channel ? */
  +    /* fixme: should we do this on a channel ? */
       /* Tcl_Seek(logToChannelData->channel, 0, SEEK_END); */
   
       res = Tcl_WriteChars(logToChannelData->channel, msg, -1);
  
  
  
  1.5       +2 -2      tcl-websh/src/generic/logutl.c
  
  Index: logutl.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logutl.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- logutl.c	13 Feb 2002 17:46:15 -0000	1.4
  +++ logutl.c	7 Mar 2002 11:09:33 -0000	1.5
  @@ -9,7 +9,7 @@
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logutl.c,v 1.4 2002/02/13 17:46:15 davidw Exp $
  + * @(#) $Id: logutl.c,v 1.5 2002/03/07 11:09:33 ronnie Exp $
    *
    */
   
  @@ -429,7 +429,7 @@
   #ifdef WIN32
       {
   	struct tm *badts;
  -	/* FIXME: race condition under WIN NT */
  +	/* fixme: race condition under WIN NT */
   	badts = localtime(&t);
   	strftime(timeStr, sizeof(timeStr) - 1, fmt, badts);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org