summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
AgeCommit message (Expand)Author
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
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-25use cvs_rcs_getpath() instead of duplicating code.Xavier Santolaria
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-21cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;Xavier Santolaria
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-05- repair cvs diff. my date fix was too naive.Niall O'Higgins
2005-12-01- fix up context and unified diff output in both open rcs and open cvs soNiall O'Higgins
2005-12-01- fix unified and context diff output, finally!Niall O'Higgins