summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
AgeCommit message (Expand)Author
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-11the status variable is gone.Joris Vink
2005-07-11add proper handling for realloc() failure cases, avoiding bad idiom andNiall O'Higgins
2005-07-10- get rid of an unused variable.Joris Vink
2005-07-10no need to declare the verbosity var here as it is already done in cvs.h;Xavier Santolaria
2005-07-10only display info msg if -q is not specified;Xavier Santolaria
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
2005-07-09explicit casts to const char *Niall O'Higgins
2005-06-28- fix commands usageXavier Santolaria
2005-06-05* introduce cvs_putchar(), to output a single character to stdout.Joris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-31b1 and b2 can be NULL if an invalid revision is given.Joris Vink
2005-05-30check cvs_sendarg() return value; ok joris@Xavier Santolaria
2005-05-27if the user specified a revision to diff, stop caring if the file isJoris Vink
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-22remove ununsed codeJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-04-25resurrect missing parts to generate rcsdiff(1)-style diffs with the -nJean-Francois Brousseau
2005-04-22missing '-R' (force recursion) option for diff.Joris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16snprintf return value check; joris okXavier Santolaria
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