[BACK]Return to rcs.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/rcs.c between version 1.308 and 1.309

version 1.308, 2010/11/11 21:00:59 version 1.309, 2011/03/27 14:15:02
Line 1760 
Line 1760 
         struct rcs_line *line, *nline;          struct rcs_line *line, *nline;
         struct rcs_lines *dlines, *plines;          struct rcs_lines *dlines, *plines;
   
           hrdp = prdp = rdp = trdp = NULL;
   
         if (rfp->rf_head == NULL ||          if (rfp->rf_head == NULL ||
             (hrdp = rcs_findrev(rfp, rfp->rf_head)) == NULL)              (hrdp = rcs_findrev(rfp, rfp->rf_head)) == NULL)
                 fatal("rcs_rev_getlines: no HEAD revision");                  fatal("rcs_rev_getlines: no HEAD revision");
Line 1948 
Line 1950 
         struct rcs_line *line;          struct rcs_line *line;
         struct rcs_lines *dlines, *plines;          struct rcs_lines *dlines, *plines;
   
           rdp = trdp = NULL;
   
         if (!RCSNUM_ISBRANCHREV(frev))          if (!RCSNUM_ISBRANCHREV(frev))
                 fatal("rcs_annotate_getlines: branch revision expected");                  fatal("rcs_annotate_getlines: branch revision expected");
   
Line 2067 
Line 2071 
         struct rcs_line *lp, *nlp;          struct rcs_line *lp, *nlp;
         BUF *bp;          BUF *bp;
   
           rdp = NULL;
           expmode = RCS_KWEXP_NONE;
         expand = 0;          expand = 0;
         lines = rcs_rev_getlines(rfp, rev, NULL);          lines = rcs_rev_getlines(rfp, rev, NULL);
         bp = buf_alloc(1024 * 16);          bp = buf_alloc(1024 * 16);
Line 2120 
Line 2126 
         struct rcs_line *lp, *nlp;          struct rcs_line *lp, *nlp;
         extern int print_stdout;          extern int print_stdout;
   
           rdp = NULL;
           expmode = RCS_KWEXP_NONE;
         expand = 0;          expand = 0;
         lines = rcs_rev_getlines(rfp, rev, NULL);          lines = rcs_rev_getlines(rfp, rev, NULL);
   

Legend:
Removed from v.1.308  
changed lines
  Added in v.1.309