summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
AgeCommit message (Expand)Author
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-02various spelling fixesDavid Krause
2006-05-30change cvs_file_classify here to, forgot to commit thisJoris Vink
2006-05-29add trace messages for debugging purposeJoris Vink
2006-05-29i forgot to handle directories inside the 'log' code,Joris Vink
2006-05-28teach log how to handle the revisions passed on the command line.Joris Vink
2006-05-28add basic 'cvs log' support.Joris Vink
2006-04-14- swap a hack for a slightly nicer hack using a global variable. this avoidsNiall O'Higgins
2006-02-06- use bitwise flagsXavier Santolaria
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-29RCS_PARSE_FULLY needed here too, as in rlog(1);Xavier Santolaria
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30minor style nits;Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-11-03output tweaks;Xavier Santolaria
2005-08-08zap unused var;Xavier Santolaria
2005-08-05minor KNF;Xavier 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-19missing CF_IGNORE, CF_NOSYMS and CF_SORT flags.Joris Vink
2005-07-15if a file has been locally added and not committed, handle it with properXavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-11display warning message about an unknown file only if -Q is not specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified;Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-29add missing options in usage..Xavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20return CVS_EX_PROTO on protocol errorsJean-Francois Brousseau
2005-05-19handle -t option locally too; joris okXavier Santolaria
2005-05-19- add missing flags for the log commandXavier Santolaria
2005-05-11missing CF_IGNORE flagJoris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-13* accept the -N option to suppress logging of tagsJean-Francois Brousseau
2005-04-13cleanup and split the log code into two separate functions for localJean-Francois Brousseau
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-03-30move all the client commands to the new command framework.Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau