summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support -U and -C to specify the context length for "cvs diff".nicm2010-07-281-1/+2
* Reduce variable/function name and whitespace differences betweenray2010-07-231-13/+13
* More cvs/diff/rcs convergence:ray2009-06-071-3/+3
* Sync some rcsdiff changes to cvsdiff. As a side effect,ray2009-06-061-2/+13
* support some additional diff options: -a, -b, -d, -wsthen2009-04-281-1/+5
* add checkout/update -j support.joris2008-03-081-1/+3
* prevent file racesjoris2008-02-271-2/+2
* Added rdiff support. In order to do this, some output and option fixestobias2008-02-031-1/+2
* add merging support in both local and remote sides.joris2007-01-281-2/+2
* add cvs_buf_load_fd() which does the same as cvs_buf_load()joris2006-06-141-2/+2
* support -p flag for diff, makes dlg@ feel all warmjoris2006-05-311-1/+2
* commit the new opencvs code, i have been hacking onjoris2006-05-271-7/+1
* - don't append the extension if it's already there (PR 5076).joris2006-04-141-1/+3
* sync comments with reality.xsa2006-04-101-2/+2
* add an argument to cvs_diff3() to be able to handle verbosity ofxsa2006-03-141-2/+2
* - print some more informative messagesxsa2005-11-211-3/+4
* diff3_conflicts cleanup; joris okxsa2005-10-261-1/+2
* fix warning when compiling usr.bin/rcsjoris2005-10-221-1/+5
* diff3 support, needed for merging files together;joris2005-10-221-2/+7
* export diff_file variable so it can be set from without diff functions;joris2005-10-111-1/+2
* basic `ci' support is here! more coming soon.niallo2005-10-071-2/+3
* - add a diff.h header file, corresponding to public functions in diff.cniallo2005-10-051-0/+98