summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
AgeCommit message (Expand)Author
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
2005-11-24respect TMPDIR;Xavier Santolaria
2005-11-21- print some more informative messagesXavier Santolaria
2005-11-18minor knf;Xavier Santolaria
2005-11-14minor knf;Xavier Santolaria
2005-10-22diff3 support, needed for merging files together;Joris Vink
2005-10-11close the RCSFILE on error, so we don't leak memory;Joris Vink
2005-10-11export diff_file variable so it can be set from without diff functions;Joris Vink
2005-10-08add missing newline, fixes D_NORMAL diff output;Joris Vink
2005-10-08KNF;Joris Vink
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-10-05- add a diff.h header file, corresponding to public functions in diff.cNiall O'Higgins
2005-08-14missing casts; ok jorisXavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
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