cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog mkmodules.c [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog mkmodules.c [cvs1-11-x-branch]
Date: Mon, 27 Aug 2007 02:26:52 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Derek Robert Price <dprice>     07/08/27 02:26:52

Modified files:
        src            : ChangeLog mkmodules.c 

Log message:
        * mkmodules.c (in_root): Rename to...
        (in_repository): ...this.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.2336.2.491&r2=1.2336.2.492
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/mkmodules.c?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.66.6.11&r2=1.66.6.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.2336.2.491
retrieving revision 1.2336.2.492
diff -u -b -r1.2336.2.491 -r1.2336.2.492
--- ChangeLog   26 Aug 2007 18:14:15 -0000      1.2336.2.491
+++ ChangeLog   27 Aug 2007 02:26:51 -0000      1.2336.2.492
@@ -1,3 +1,8 @@
+2007-08-26  Derek Price  <address@hidden>
+
+       * mkmodules.c (in_root): Rename to...
+       (in_repository): ...this.
+
 2007-08-26  Larry Jones  <address@hidden>
 
        * mkmodules.c (in_root, init): Unmix declarations and code.

Index: mkmodules.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/mkmodules.c,v
retrieving revision 1.66.6.11
retrieving revision 1.66.6.12
diff -u -b -r1.66.6.11 -r1.66.6.12
--- mkmodules.c 26 Aug 2007 18:14:16 -0000      1.66.6.11
+++ mkmodules.c 27 Aug 2007 02:26:52 -0000      1.66.6.12
@@ -852,7 +852,7 @@
  * repository.
  */
 static char *
-in_root (const char *path)
+in_repository (const char *path)
 {
     char *cp = xstrdup (path);
 
@@ -925,7 +925,7 @@
     }
 #endif /* CLIENT_SUPPORT */
 
-    root_dir = in_root (current_parsed_root->directory);
+    root_dir = in_repository (current_parsed_root->directory);
 
     if (root_dir && strcmp (root_dir, current_parsed_root->directory))
        error (1, 0,




reply via email to

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