| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | diff3 support, needed for merging files together; |  joris | 2005-10-22 | 1 | -4/+3 |
* | close the RCSFILE on error, so we don't leak memory; |  joris | 2005-10-11 | 1 | -1/+4 |
* | export diff_file variable so it can be set from without diff functions; |  joris | 2005-10-11 | 1 | -2/+2 |
* | add missing newline, fixes D_NORMAL diff output; |  joris | 2005-10-08 | 1 | -2/+2 |
* | KNF; |  joris | 2005-10-08 | 1 | -4/+6 |
* | basic `ci' support is here! more coming soon. |  niallo | 2005-10-07 | 1 | -68/+89 |
* | knf and spacing, ok joris@ |  reyk | 2005-10-07 | 1 | -4/+5 |
* | - add a diff.h header file, corresponding to public functions in diff.c |  niallo | 2005-10-05 | 1 | -37/+15 |
* | missing casts; ok joris |  xsa | 2005-08-14 | 1 | -6/+6 |
* | use LP_NOTICE instead of LP_INFO where appropriate; |  xsa | 2005-07-27 | 1 | -2/+2 |
* | KNF; |  xsa | 2005-07-25 | 1 | -47/+48 |
* | use the cf_name field of the CVSFILE struct instead of using the old |  joris | 2005-07-22 | 1 | -4/+3 |
* | <sys/param.h> is already included in "cvs.h", no need to duplicate; |  xsa | 2005-07-21 | 1 | -2/+1 |
* | the status variable is gone. |  joris | 2005-07-11 | 1 | -4/+1 |
* | add proper handling for realloc() failure cases, avoiding bad idiom and |  niallo | 2005-07-11 | 1 | -12/+52 |
* | - get rid of an unused variable. |  joris | 2005-07-10 | 1 | -20/+18 |
* | no need to declare the verbosity var here as it is already done in cvs.h; |  xsa | 2005-07-10 | 1 | -3/+1 |
* | only display info msg if -q is not specified; |  xsa | 2005-07-10 | 1 | -2/+5 |
* | kill useless "&& r1 == NULL" expression. |  niallo | 2005-07-09 | 1 | -2/+2 |
* | explicit casts to const char * |  niallo | 2005-07-09 | 1 | -3/+3 |
* | - fix commands usage |  xsa | 2005-06-28 | 1 | -6/+8 |
* | * introduce cvs_putchar(), to output a single character to stdout. |  joris | 2005-06-05 | 1 | -42/+42 |
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; |  xsa | 2005-05-31 | 1 | -7/+7 |
* | remove LP_ERROR log priority level and rather use LP_ERR as they are both |  xsa | 2005-05-31 | 1 | -3/+3 |
* | b1 and b2 can be NULL if an invalid revision is given. |  joris | 2005-05-31 | 1 | -1/+16 |
* | check cvs_sendarg() return value; ok joris@ |  xsa | 2005-05-30 | 1 | -13/+20 |
* | if the user specified a revision to diff, stop caring if the file is |  joris | 2005-05-27 | 1 | -2/+2 |
* | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary |  jfb | 2005-05-24 | 1 | -143/+196 |
* | remove ununsed code |  jfb | 2005-05-22 | 1 | -28/+6 |
* | correct wrong error code usage. |  joris | 2005-05-20 | 1 | -2/+2 |
* | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n |  jfb | 2005-04-25 | 1 | -2/+21 |
* | missing '-R' (force recursion) option for diff. |  joris | 2005-04-22 | 1 | -1/+4 |
* | Modify the CVSFILE structure using a union to keep information about |  jfb | 2005-04-18 | 1 | -22/+9 |
* | snprintf return value check; joris ok |  xsa | 2005-04-16 | 1 | -2/+10 |
* | completely fix the diff command |  joris | 2005-04-14 | 1 | -2/+2 |
* | introduce our own set of error codes used by the commands to report |  joris | 2005-04-12 | 1 | -13/+13 |
* | don't include sysexits.h now we don't use those error codes |  joris | 2005-04-11 | 1 | -2/+1 |
* | remove EX_USAGE error codes |  joris | 2005-04-11 | 1 | -3/+3 |
* | first round of EX_* exit codes removal; ok joris@. |  xsa | 2005-04-03 | 1 | -2/+2 |
* | remove unused variable. |  joris | 2005-03-31 | 1 | -3/+1 |
* | move all the client commands to the new command framework. |  joris | 2005-03-30 | 1 | -53/+49 |
* | Many improvements to the RCS support: |  jfb | 2005-02-27 | 1 | -2/+2 |
* | - switch to rcsnum_parse() where appropriate |  jfb | 2005-02-25 | 1 | -5/+3 |
* | first round of malloc()/realloc() fixes: |  jfb | 2005-02-01 | 1 | -15/+74 |
* | apply sizeof() to the appropriate buffer in a strlcpy() call |  jfb | 2005-01-29 | 1 | -2/+2 |
* | missing space and kill a gcc warning |  jfb | 2005-01-14 | 1 | -3/+4 |
* | resurrect the -N and -p options to the diff command |  jfb | 2005-01-13 | 1 | -7/+63 |
* | remove signedness warnings; jfb ok |  xsa | 2004-12-28 | 1 | -2/+2 |
* | rename parameters to avoid shadowing global declarations |  jfb | 2004-12-28 | 1 | -7/+7 |
* | use Argument instead of Argumentx when sending a revision or date |  jfb | 2004-12-28 | 1 | -5/+5 |