summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* new manual page rcsfile(5)schwarze2019-04-241-2/+4
* Replaced RCS parser code with new rcsparse.{c,h}:tobias2010-10-151-3/+3
* remove debugging information from the rcs binary; this saves 200K;sobrado2010-04-151-2/+1
* incorrect .PATH setting, discovered with nicmderaadt2009-06-251-3/+1
* - remove un-needed trailing backslash from LINKS declaration.niallo2006-12-281-2/+2
* oopps, missing \ at EOL.xsa2006-05-151-2/+2
* missing bits for a working merge(1). Built and enabled.xsa2006-05-151-5/+5
* zap util.[ch] and move the content into rcsutil.[ch].xsa2006-04-271-2/+2
* build again...xsa2006-04-261-1/+4
* fork our code we shared between openrcs/cvs into the openrcs dir.joris2006-04-261-6/+2
* move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;xsa2006-04-211-3/+3
* Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs.ray2006-04-021-6/+7
* should have been part of previous commit (add rcstime.c here too).xsa2006-03-091-3/+3
* make openrcs use the worklist framework to keep track of temporary filesjoris2006-03-081-2/+2
* rcsintro.7 now merged into rcs.1;jmc2006-03-071-3/+2
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-2/+4
* link rcsintro.7;xsa2005-12-011-2/+3
* - remove strtab stuff. serves no useful purpose.niallo2005-11-121-2/+2
* - remove MLINKS line, was commented out and is useless anyway.niallo2005-10-311-2/+1
* install ident and rlog too; joris okxsa2005-10-261-2/+3
* with recent diff3 support, rcsmerge now works;joris2005-10-231-3/+4
* need util.c for diff3joris2005-10-221-2/+2
* +YFLAGS=xsa2005-10-201-1/+2
* more rcsmerge(1) bits;xsa2005-10-181-4/+4
* remove obsolete comment;xsa2005-10-161-2/+1
* install the rcs binaries correctly;joris2005-10-151-2/+3
* we have manual pages for all the rcs tools now,niallo2005-10-151-2/+2
* - support -d <date> option in ci.niallo2005-10-111-3/+3
* put cpp opts into CPPFLAGS and add a future MLINKS; joris@ okmickey2005-10-061-3/+3
* ident command, written by xsa@ but he is too busy with work right now;joris2005-10-061-2/+2
* support rlog command;joris2005-10-061-2/+2
* rcsclean now works;joris2005-10-061-2/+3
* thanks to niallo's diff changes, we now can support rcsdiff;joris2005-10-061-2/+2
* - add a diff.h header file, corresponding to public functions in diff.cniallo2005-10-051-2/+2
* revert rcs to rcsprog change,joris2005-10-031-2/+2
* change the name of the RCS tools binary to rcsprog instead of rcs tojoris2005-10-021-2/+2
* add a basic ci.c as a starting point. requires more changes to rcs apiniallo2005-09-301-2/+2
* put it basic checkout codejoris2005-09-291-2/+2
* Add preprocessor directives needed for usr.bin/rcs programs to compile.niallo2005-09-191-1/+2
* pick up BINDIR from above; ok jorisderaadt2005-04-151-3/+1
* move rcs (and later on, clones of all the other rcs commands) out of thederaadt2005-04-151-0/+22