cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog recurse.c
Date: Thu, 05 Jan 2006 15:55:06 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/01/05 15:55:05

Modified files:
        src            : ChangeLog recurse.c 

Log message:
        * recurse.c (start_recursion): Expand header comment block.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3331&tr2=1.3332&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/recurse.c.diff?tr1=1.114&tr2=1.115&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3331 ccvs/src/ChangeLog:1.3332
--- ccvs/src/ChangeLog:1.3331   Sat Dec 31 23:33:43 2005
+++ ccvs/src/ChangeLog  Thu Jan  5 15:55:05 2006
@@ -1,3 +1,7 @@
+2006-01-05  Derek Price  <address@hidden>
+
+       * recurse.c (start_recursion): Expand header comment block.
+
 2005-12-31  Mark D. Baushke  <address@hidden>
 
        [Add CVSNT compatible [-w width] switch to cvs (r)annotate command.]
Index: ccvs/src/recurse.c
diff -u ccvs/src/recurse.c:1.114 ccvs/src/recurse.c:1.115
--- ccvs/src/recurse.c:1.114    Fri Sep  2 21:51:09 2005
+++ ccvs/src/recurse.c  Thu Jan  5 15:55:05 2006
@@ -95,6 +95,9 @@
  *     current directory (`.').
  *
  *   local
+ *     When true, operate on files in the local directory only (i.e., do not
+ *     recurse into subdirectories - this should generally correspond to the
+ *     user-supplied -R/-l options).
  *
  *   which
  *     specifies the kind of recursion.  There are several cases:
@@ -120,9 +123,22 @@
  *       think those are the only two cases).
  *
  *   aflag
+ *     Whether any sitcky tags/dates/kopts should be reset.  Should correspond
+ *     to the -A command line option accepted by some CVS commands.
+ *
  *   locktype
+ *     CVS_LOCK_NONE   Do not create any locks.
+ *     CVS_LOCK_READ   Read lock files before handing to the processor
+ *                             functions.
+ *     CVS_LOCK_WRITE  Lock files for write before handing to the processor
+ *                             functions.  Deletes promotable locks when they 
exist.
+ *
  *   update_preload
+ *     The top level directory for printing in error messages (called
+ *     "update_dir" by many other functions).  If NULL, assume "".
+ *
  *   dosrcs
+ *     Whether to parse RCS files when possible.
  *
  *   repository_in
  *     keeps track of the repository string.  This is only for the remote mode,




reply via email to

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