summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* diff3 support, needed for merging files together;joris2005-10-221-4/+3
* close the RCSFILE on error, so we don't leak memory;joris2005-10-111-1/+4
* export diff_file variable so it can be set from without diff functions;joris2005-10-111-2/+2
* add missing newline, fixes D_NORMAL diff output;joris2005-10-081-2/+2
* KNF;joris2005-10-081-4/+6
* basic `ci' support is here! more coming soon.niallo2005-10-071-68/+89
* knf and spacing, ok joris@reyk2005-10-071-4/+5
* - add a diff.h header file, corresponding to public functions in diff.cniallo2005-10-051-37/+15
* missing casts; ok jorisxsa2005-08-141-6/+6
* use LP_NOTICE instead of LP_INFO where appropriate;xsa2005-07-271-2/+2
* KNF;xsa2005-07-251-47/+48
* use the cf_name field of the CVSFILE struct instead of using the oldjoris2005-07-221-4/+3
* <sys/param.h> is already included in "cvs.h", no need to duplicate;xsa2005-07-211-2/+1
* the status variable is gone.joris2005-07-111-4/+1
* add proper handling for realloc() failure cases, avoiding bad idiom andniallo2005-07-111-12/+52
* - get rid of an unused variable.joris2005-07-101-20/+18
* no need to declare the verbosity var here as it is already done in cvs.h;xsa2005-07-101-3/+1
* only display info msg if -q is not specified;xsa2005-07-101-2/+5
* kill useless "&& r1 == NULL" expression.niallo2005-07-091-2/+2
* explicit casts to const char *niallo2005-07-091-3/+3
* - fix commands usagexsa2005-06-281-6/+8
* * introduce cvs_putchar(), to output a single character to stdout.joris2005-06-051-42/+42
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-7/+7
* remove LP_ERROR log priority level and rather use LP_ERR as they are bothxsa2005-05-311-3/+3
* b1 and b2 can be NULL if an invalid revision is given.joris2005-05-311-1/+16
* check cvs_sendarg() return value; ok joris@xsa2005-05-301-13/+20
* if the user specified a revision to diff, stop caring if the file isjoris2005-05-271-2/+2
* Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryjfb2005-05-241-143/+196
* remove ununsed codejfb2005-05-221-28/+6
* correct wrong error code usage.joris2005-05-201-2/+2
* resurrect missing parts to generate rcsdiff(1)-style diffs with the -njfb2005-04-251-2/+21
* missing '-R' (force recursion) option for diff.joris2005-04-221-1/+4
* Modify the CVSFILE structure using a union to keep information aboutjfb2005-04-181-22/+9
* snprintf return value check; joris okxsa2005-04-161-2/+10
* completely fix the diff commandjoris2005-04-141-2/+2
* introduce our own set of error codes used by the commands to reportjoris2005-04-121-13/+13
* don't include sysexits.h now we don't use those error codesjoris2005-04-111-2/+1
* remove EX_USAGE error codesjoris2005-04-111-3/+3
* first round of EX_* exit codes removal; ok joris@.xsa2005-04-031-2/+2
* remove unused variable.joris2005-03-311-3/+1
* move all the client commands to the new command framework.joris2005-03-301-53/+49
* Many improvements to the RCS support:jfb2005-02-271-2/+2
* - switch to rcsnum_parse() where appropriatejfb2005-02-251-5/+3
* first round of malloc()/realloc() fixes:jfb2005-02-011-15/+74
* apply sizeof() to the appropriate buffer in a strlcpy() calljfb2005-01-291-2/+2
* missing space and kill a gcc warningjfb2005-01-141-3/+4
* resurrect the -N and -p options to the diff commandjfb2005-01-131-7/+63
* remove signedness warnings; jfb okxsa2004-12-281-2/+2
* rename parameters to avoid shadowing global declarationsjfb2004-12-281-7/+7
* use Argument instead of Argumentx when sending a revision or datejfb2004-12-281-5/+5