cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog subr.c


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog subr.c
Date: Fri, 12 Sep 2008 20:28:42 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     08/09/12 20:28:42

Modified files:
        src            : ChangeLog subr.c 

Log message:
        * subr.c (format_cmdline): Note new file/line args in header block.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&r1=1.3578&r2=1.3579
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/subr.c?cvsroot=cvs&r1=1.169&r2=1.170

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.3578
retrieving revision 1.3579
diff -u -b -r1.3578 -r1.3579
--- ChangeLog   12 Sep 2008 20:25:28 -0000      1.3578
+++ ChangeLog   12 Sep 2008 20:28:41 -0000      1.3579
@@ -1,5 +1,7 @@
 2008-09-12  Derek R. Price  <address@hidden>
 
+       * subr.c (format_cmdline): Note new file/line args in header block.
+
        * cvs.h: Remove comment.
 
        * cvs.h [PIOPT_ALL] (CALLPROC, Parse_Info): Move defs and protos to...

Index: subr.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/subr.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -b -r1.169 -r1.170
--- subr.c      12 Sep 2008 19:55:31 -0000      1.169
+++ subr.c      12 Sep 2008 20:28:42 -0000      1.170
@@ -1046,6 +1046,8 @@
  *
  * INPUTS
  *    int oldway       to support old format strings
+ *    char *file       name of the file being processed, for error messages
+ *    int line         line of the file being processed, for error messages
  *    char *srepos     you guessed it
  *    char *format     the format string to parse
  *    ...              NULL terminated data list in the following format:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]