summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* complain about lost filesjfb2004-12-141-1/+6
|
* use mkstemp for local diff -r r1 -r r2; ok jfb@djm2004-12-081-4/+13
|
* less whitespace, more pretty. ok jfbtedu2004-12-071-8/+1
|
* tighten vertical spacing for else; jfb okderaadt2004-12-061-15/+8
|
* Missing prototype for cvs_diff_sendflags(), removes a gcc warningjfb2004-12-061-2/+3
|
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-10/+18
| | | | | | a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such.
* Fix handling of unknown directoriesjfb2004-08-121-9/+19
|
* Start using the global files listjfb2004-08-061-7/+6
|
* fix diffing by sending the base directory just before sending the 'diff'jfb2004-07-301-4/+4
| | | | command, and remove some debugging messages
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-255/+141
| | | | | take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots.
* prepare the entries interface so we can add entriesjfb2004-07-141-3/+3
|
* print diffargs correctly instead of a (null). This should make the diffjfb2004-07-141-3/+13
| | | | output exactly the same as the one from GNU CVS
* * initial import from the cvs-tools modulejfb2004-07-131-0/+1678