summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsdiff.c
AgeCommit message (Expand)Author
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-14spacesTheo de Raadt
2006-04-14- don't append the extension if it's already there (PR 5076).Joris Vink
2006-04-13clean up temporary files when we finish running.Joris Vink
2006-04-13*** empty log message ***Ray Lai
2006-04-12Clean up <rev> handling. Whenever a revision is specified after aRay Lai
2006-04-10make sure we add the correct name mkstemp(3) creates for usJoris Vink
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-06-z can take no argument.Xavier Santolaria
2006-03-30add temporary files to the worklist before creating them, this preventsJoris Vink
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-20delint; cvs_buf_write_stmp() will never return non-zero:Niall O'Higgins
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-15- zap filename arg in rcsdiff_rev() since its not used.Niall O'Higgins
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-06update usage();Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06fix output to mimic gnu/usr.bin/rcs.Xavier Santolaria
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-05now that rcs_getrev() isn't doing keyword expansion anymore and rcsdiff(1)Niall O'Higgins
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
2005-12-20spread the use of fatal();Xavier Santolaria
2005-12-10- its wrong to use exit() here; return instead.Niall O'Higgins
2005-12-05kill unused var;Xavier Santolaria
2005-12-01- fix up context and unified diff output in both open rcs and open cvs soNiall O'Higgins
2005-11-29consistency in variables naming;Xavier Santolaria
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-28-T is here for compatibility;Xavier Santolaria
2005-11-25add support for `-kmode';Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-22- print to stderr in some casesXavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-21- print some more informative messagesXavier Santolaria
2005-11-16- add file existence checkXavier Santolaria
2005-11-14print RCS file path;Xavier Santolaria
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-16- sync rcsdiff_usage();Niall O'Higgins
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12minor knf;Xavier Santolaria
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-11correctly set the filename by setting the diff_file variable;Joris Vink
2005-10-09if there is a problem generating the diff for one of the files, continueNiall O'Higgins
2005-10-08sync rcsdiff_usage()Niall O'Higgins
2005-10-08kill extra ']'Joris Vink
2005-10-08- add support for diffing working file against arbitrary revision, egNiall O'Higgins
2005-10-08support unified, context and rcsdiff outputJoris Vink
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins