summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Move some global variables/statics to locals, from Michael Wnicm2011-12-271-2/+2
* Check date_parse return values.ray2010-07-301-2/+3
* Reduce variable/function name and whitespace differences betweenray2010-07-231-4/+4
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-141-2/+2
* Added support for sticky date set in CVS/Tag and CVS/Entries per directory.tobias2008-06-141-3/+4
* Check if RCS file exists before trying to retrieve revisions for annotate,tobias2008-06-091-3/+2
* rannotate needs at least one module as argument.tobias2008-03-021-2/+6
* Print the right synopsis for commands on error (especially if commandstobias2008-03-021-2/+4
* properly initialize cvs_specified_date so we dont end up withjoris2008-02-101-2/+2
* If no revision or date has been specified, default to HEAD.tobias2008-02-091-2/+3
* Get date support into annotate, too.tobias2008-02-091-2/+8
* r* commands have their own usage; don't check usage of their working dirtobias2008-02-041-2/+3
* trailing space police;joris2008-02-041-5/+5
* Do not unify this "-fr UNKNOWN" handling, it breaks commands which havetobias2008-02-031-1/+6
* Although this doesn't comply to common sense, it complies to GNU cvs. Alltobias2008-02-021-7/+1
* Sync `rannotate' synopsis. r* commands work on repository modules.xsa2008-02-021-2/+2
* Added rannotate supporttobias2008-02-011-6/+30
* Another GNU cvs weirdo: During annotate, invalid revisions are allowed iftobias2008-02-011-1/+7
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+2
* Added proper support for branch revisions in annotate.tobias2007-10-091-14/+31
* Properly parse supplied symbols with -r argument.tobias2007-10-091-3/+11
* Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head totobias2007-10-091-4/+4
* various style cleanups:tobias2007-10-091-32/+34
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-2/+2
* Added annotate support for local and remote repositories. Behaves liketobias2007-09-131-6/+64
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+4
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-2/+2
* nuke the the very evil rcs_getrev() stuffjoris2007-01-131-39/+2
* rework opencvs so that we can deal with binary files. previously we assumed all files were ascii,niallo2007-01-111-2/+4
* in a remote setup:joris2007-01-111-1/+2
* don't process the file if its status is FILE_UNLINK.xsa2006-11-271-2/+4
* Bring back basic annotate command. Needs more work.xsa2006-11-151-0/+153
* commit the new opencvs code, i have been hacking onjoris2006-05-271-183/+0
* strerror() -> rcs_errstr() when passing rcs_errno as argument;xsa2006-01-301-2/+2
* more errors handling cleanup;xsa2006-01-271-4/+4
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-9/+2
* minor style nits;xsa2005-12-301-2/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-31/+15
* cvs_rcs_getpath() cannot fail anymore;xsa2005-12-221-3/+2
* KNF;xsa2005-07-251-5/+5
* <sys/param.h> is already included in "cvs.h", no need to duplicate;xsa2005-07-211-2/+1
* more use of cvs_rcs_getpath();xsa2005-07-141-13/+3
* zap unused variablejoris2005-07-111-2/+1
* remove trailing whitespacesjoris2005-07-071-2/+2
* start server support for annotate command + some cleanup; ok joris@.xsa2005-07-041-24/+67
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-4/+3
* -D and -r can be used simultaneously, pointed out by marc@ and thusxsa2005-05-301-7/+1
* correct error message...xsa2005-05-291-2/+2