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

Diff for /src/usr.bin/cvs/util.c between version 1.19 and 1.20

version 1.19, 2004/12/13 16:59:50 version 1.20, 2004/12/22 00:38:26
Line 363 
Line 363 
  * Parse a line contained in <line> and generate an argument vector by   * Parse a line contained in <line> and generate an argument vector by
  * splitting the line on spaces and tabs.  The resulting vector is stored in   * splitting the line on spaces and tabs.  The resulting vector is stored in
  * <argv>, which can accept up to <argvlen> entries.   * <argv>, which can accept up to <argvlen> entries.
  * Returns the number of arguments in the vector, or -1 if an error occured.   * Returns the number of arguments in the vector, or -1 if an error occurred.
  */   */
 int  int
 cvs_getargv(const char *line, char **argv, int argvlen)  cvs_getargv(const char *line, char **argv, int argvlen)
Line 439 
Line 439 
 /*  /*
  * cvs_makeargv()   * cvs_makeargv()
  *   *
  * Allocate an argument vector large enough to accomodate for all the   * Allocate an argument vector large enough to accommodate for all the
  * arguments found in <line> and return it.   * arguments found in <line> and return it.
  */   */
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20