summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
AgeCommit message (Expand)Author
2008-02-11Cleanup buf implementation:Tobias Stoeckmann
2008-02-09If run as server, (r)diff should properly write (r)diff into headerTobias Stoeckmann
2008-02-04r* commands have their own usage; don't check usage of their working dirTobias Stoeckmann
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-02-03Added rdiff support. In order to do this, some output and option fixesTobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-29Properly free dynamically allocated memory on error path.Tobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-27fix diff output in a remote setup so our client does not freak out.Joris Vink
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-20sweep opencvs for missing rcs_translate_tag() return checks.Niall O'Higgins
2007-01-15replace old diffing mechanisms with the new fluffy RCS stuff,Joris Vink
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11in a remote setup:Joris Vink
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-01Indentation.Ray Lai
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16change a cvs_buf_load() to cvs_buf_load_fd()Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-01fix outputJoris Vink
2006-05-31support -p flag for diff, makes dlg@ feel all warmJoris Vink
2006-05-31set diff_rev2 to file_rcsrev when we are usingJoris Vink
2006-05-30fix diff -rrevision usageJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-29make diff accept symbols for -r too now that we haveJoris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-27and now you can use -N to diff removed files tooJoris Vink
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14- don't append the extension if it's already there (PR 5076).Joris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-13Add error checking for vasprintf. Stylistic suggestions from xsa@.Ray Lai
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-03-28xmalloc(num * size) -> xcalloc(num, size)Ray Lai
2006-03-28Today is Integer Overflow Prevention Day:Ray Lai
2006-03-25Correct integer types, remove unused arguments, non-portable bitshiftsRay Lai
2006-03-24Remove unused variables, better integer types, prevent fallthroughs.Ray Lai
2006-03-23fetch() will never return non-zero; change its return type to void.Xavier Santolaria
2006-02-26remove unnecessary newline characters in cvs_log() calls.Niall O'Higgins