summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/log.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-1/+2
* Properly send out rcs info header with "E " in server mode (stderr intobias2007-09-071-1/+2
* add support for cvs rlog.niallo2007-06-261-1/+7
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-1/+3
* commit the new opencvs code, i have been hacking onjoris2006-05-271-31/+6
* change cvs_log() and cvs_vlog() return type to void; OK niallo@.xsa2006-04-201-3/+3
* - remove unused function cvs_putchar()niallo2006-03-151-2/+1
* check format string; OK niallo@, "it's nice to have" joris@.xsa2006-02-011-4/+4
* - nuke remaining err(), errx() and warnx() instances.xsa2006-01-021-2/+2
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-5/+1
* move fatal() proto declaration to log.h; better for its use in usr.bin/rcsxsa2005-12-191-1/+2
* rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.xsa2005-07-271-3/+3
* make LP_INFO send to stderr; ok joris@.xsa2005-07-271-3/+3
* KNF; mostly spaces vs. tabs; ok joris@ jfb@.xsa2005-07-251-27/+27
* * introduce cvs_putchar(), to output a single character to stdout.joris2005-06-051-1/+2
* get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.xsa2005-05-311-3/+2
* remove LP_ERROR log priority level and rather use LP_ERR as they are bothxsa2005-05-311-3/+2
* remove the LP_FILTER_TOGGLE operation, which is really pointless, andjfb2005-02-151-2/+1
* Permit the client to generate trace output when the -t option is givenjfb2004-12-151-2/+3
* less whitespace, more pretty. ok jfbtedu2004-12-071-4/+3
* Add a new log level LP_ABORT, which modifies the behaviour of prefixjfb2004-08-051-2/+3
* Comment out unused code and some minor cleanup. Add the prototype andjfb2004-07-271-2/+3
* * initial import from the cvs-tools modulejfb2004-07-131-0/+71