summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
AgeCommit message (Expand)Author
2005-04-14completely fix the diff commandJoris Vink
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-31remove unused variable.Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
2005-01-14missing space and kill a gcc warningJean-Francois Brousseau
2005-01-13resurrect the -N and -p options to the diff commandJean-Francois Brousseau
2004-12-28remove signedness warnings; jfb okXavier Santolaria
2004-12-28rename parameters to avoid shadowing global declarationsJean-Francois Brousseau
2004-12-28use Argument instead of Argumentx when sending a revision or dateJean-Francois Brousseau
2004-12-14complain about lost filesJean-Francois Brousseau
2004-12-08use mkstemp for local diff -r r1 -r r2; ok jfb@Damien Miller
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-06Missing prototype for cvs_diff_sendflags(), removes a gcc warningJean-Francois Brousseau
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-08-12Fix handling of unknown directoriesJean-Francois Brousseau
2004-08-06Start using the global files listJean-Francois Brousseau
2004-07-30fix diffing by sending the base directory just before sending the 'diff'Jean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-14prepare the entries interface so we can add entriesJean-Francois Brousseau
2004-07-14print diffargs correctly instead of a (null). This should make the diffJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau