summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.h
AgeCommit message (Collapse)Author
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on. This enables the use of log_accum2 and all that other nice stuff we like. This was mostly written by Jonathan Armani with help from tobias@ and myself. ok tobias@
2007-09-07Properly send out rcs info header with "E " in server mode (stderr inTobias Stoeckmann
local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@
2007-06-26add support for cvs rlog.Niall O'Higgins
from Mickey. ok joris@ ray@
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now.
2006-04-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
2006-03-15- remove unused function cvs_putchar()Niall O'Higgins
"well then zap it" joris@
2006-02-01check format string; OK niallo@, "it's nice to have" joris@.Xavier Santolaria
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
- make cvs_log_init() return type void. ok joris@.
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
OK joris@.
2005-07-27rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.Xavier Santolaria
ok jfb@.
2005-07-27make LP_INFO send to stderr; ok joris@.Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-06-05* introduce cvs_putchar(), to output a single character to stdout.Joris Vink
if we are in server mode send 'M' when needed. * switch diff command to cvs_printf() and cvs_putchar() so it will output correctly in local and server mode. ok xsa@, jfb@
2005-05-31get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
the same... ok jfb joris
2005-02-15remove the LP_FILTER_TOGGLE operation, which is really pointless, andJean-Francois Brousseau
use a bitmask to keep track of the log filters
2004-12-15Permit the client to generate trace output when the -t option is givenJean-Francois Brousseau
by using the LP_TRACE level to cvs_log(). Traces are filtered by default.
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-08-05Add a new log level LP_ABORT, which modifies the behaviour of prefixJean-Francois Brousseau
generation by outputting something similar to GNU CVS: cvs [<command> aborted]: message
2004-07-27Comment out unused code and some minor cleanup. Add the prototype andJean-Francois Brousseau
skeleton for cvs_printf(), which will be used to output strings that do not need all of the handling that cvs_log() performs. This will be used among other things to prepend the `M' and `E' family of responses to output made by the `server' command.
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau