summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use -u when diff context is 3, from Michael W Bombardieri, tweaked bynicm2011-04-201-2/+2
* Check date_parse return values.ray2010-07-301-3/+5
* Support -U and -C to specify the context length for "cvs diff".nicm2010-07-281-4/+31
* Reduce variable/function name and whitespace differences betweenray2010-07-231-6/+6
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-2/+2
* More cvs/diff/rcs convergence:ray2009-06-071-2/+2
* Sync some rcsdiff changes to cvsdiff. As a side effect,ray2009-06-061-10/+15
* add options 'a' and 'd' to the getopt string sojoris2009-04-291-2/+2
* support some additional diff options: -a, -b, -d, -wsthen2009-04-281-3/+19
* i fucked up last night, bad so partially revert a piece ofjoris2009-04-031-1/+6
* my last commit to diff.c broke diffing in some cases,joris2009-04-031-4/+1
* properly deal with uptodate files server-side, as they do notjoris2009-04-021-16/+24
* make sure diffing -rTAG -rTAG works even if files are uptodatejoris2009-04-021-1/+2
* any directory messages are, believe it or not, suppose to go to LP_ERRjoris2009-03-231-4/+3
* do not diff files server-side that are uptodate but require a patch,joris2009-03-191-1/+4
* use FILE_ON_DISK flags when we need to verify if a filejoris2009-02-211-7/+7
* Properly send -D arguments to server when run as a client. Issue spottedtobias2008-06-201-2/+12
* If -N has been specified along -D for diff, treat invalid dates as non-existent file. Spotted by sthen. ok joristobias2008-06-201-6/+12
* unbreak diff for newly added files, tsk.joris2008-06-171-2/+2
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-141-1/+7
* do not count on files that are uptodate to be on disk in a remote setup.joris2008-06-111-4/+4
* Avoid possible NULL pointer dereferences by using reentrant versionstobias2008-06-111-6/+7
* Omit "cannot find file" on server-side if client runs "diff" on an up-to-datetobias2008-06-101-5/+7
* diff -D support, also a change in diff_internals to properly printtobias2008-05-301-12/+45
* Major rework of our cvs diff implementation fixes tons of GNU cvstobias2008-05-301-143/+173
* expension -> expansiontobias2008-05-221-2/+2
* when a file was locally removed and a diff was done againststhen2008-03-131-2/+2
* Print the right synopsis for commands on error (especially if commandstobias2008-03-021-3/+7
* spacingderaadt2008-03-011-4/+4
* prevent file racesjoris2008-02-271-9/+22
* Always end line that states diff options with a newline.tobias2008-02-271-2/+3
* Cleanup buf implementation:tobias2008-02-111-3/+2
* If run as server, (r)diff should properly write (r)diff into headertobias2008-02-091-2/+3
* r* commands have their own usage; don't check usage of their working dirtobias2008-02-041-4/+4
* Added -k flag support for all commands which support it.tobias2008-02-041-7/+26
* Added rdiff support. In order to do this, some output and option fixestobias2008-02-031-40/+173
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly free dynamically allocated memory on error path.tobias2008-01-291-2/+5
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-2/+5
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-15/+22
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-281-2/+2
* fix diff output in a remote setup so our client does not freak out.joris2007-06-271-3/+3
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+6
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-2/+2
* Handle CVS/Entries and file timestamp correctly so we dojoris2007-01-261-2/+1
* sweep opencvs for missing rcs_translate_tag() return checks.niallo2007-01-201-3/+5
* replace old diffing mechanisms with the new fluffy RCS stuff,joris2007-01-151-21/+21
* move things around in rcs_rev_getbuf() and rcs_rev_write_fd()joris2007-01-141-7/+3
* major re-work of the RCS api. this results in 100x performance improvements in some places and muchniallo2007-01-121-3/+3
* strl* overload, use xasprintf().xsa2007-01-111-30/+19