summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2010-12-10- plug an fd leakJasper Lievisse Adriaanse
2010-12-06add missing header needed by futimes()Charles Longeau
2010-12-06add missing header needed by futimes()Charles Longeau
2010-12-06add missing header to properly use SIG* definitionsCharles Longeau
2010-12-03add missing header needed by futimes()Charles Longeau
2010-12-01add missing header needed by mkstemp()Charles Longeau
2010-10-28grammar tweak; from Michael W. BombardieriJason McIntyre
2010-10-27Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resultingTobias Stoeckmann
2010-10-20Merge OpenCVS' rcs_deltatext_set into OpenRCS, fixing a memory leak.Tobias Stoeckmann
2010-10-20Remove the need for rp_file in parser structure, instead keep only oneTobias Stoeckmann
2010-10-20Prevent a NULL pointer dereference if rcsparse_deltatexts is called withTobias Stoeckmann
2010-10-15No need to remove RCS_PARSE flag from rf_flags after successfully parsing.Tobias Stoeckmann
2010-10-15Replaced RCS parser code with new rcsparse.{c,h}:Tobias Stoeckmann
2010-10-05Zapped unused function rcs_tag_resolve.Tobias Stoeckmann
2010-10-05rcs_state_check must check for more invalid characters than just space.Tobias Stoeckmann
2010-09-29Ensure that we always parse all deltas before expecting "desc" keyword.Tobias Stoeckmann
2010-09-23Plug memory leak in rcs_getrev, from zinovik.Nicholas Marriott
2010-09-11Fixed typo.Tobias Stoeckmann
2010-09-08Improve buf.c comments, from zinovik.Nicholas Marriott
2010-09-08Set rcs_suffixes to default value on initialization.Tobias Stoeckmann
2010-09-08Use SIZE_LEFT macro to determine left size instead of calculating withTobias Stoeckmann
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-02rcsnum_parse() allocates already an RCSNUM struct, so it's not needed toTobias Stoeckmann
2010-08-31styleTobias Stoeckmann
2010-08-31Removed ra_uid, which was supposed to save the uid of a delta's author.Tobias Stoeckmann
2010-07-31Checking for -1 as an overflow value is pretty absurd. ReturningRay Lai
2010-07-30Check date_parse return values.Ray Lai
2010-07-29Replace abort(), fatal(), and errx() with return -1, since date_parseRay Lai
2010-07-28Make BUFs autoextend by default. This was already done in OpenCVSRay Lai
2010-07-23Plug mem leak.Ray Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-23Sync with cvs:Ray Lai
2010-07-23Rename a bunch of variables and functions, removing the cvs_/rcs_Ray Lai
2010-07-22Fix the "no changes" detection when a file has RCS keywords.Todd C. Miller
2010-07-21Only use username if author is NULL. Fixes "ci -wusername" when runRay Lai
2010-07-16Combine two diff_output lines into one, from diff.Ray Lai
2010-07-15Die immediately if pread fails. It's a fatal error so treat it asRay Lai
2010-07-15Use warnx instead of warn since errno wasn't set. From diff.Ray Lai
2010-07-15Sync with diff/diffreg.c r1.75:Ray Lai
2010-07-13Don't read before the beginning of the log message if it is zero-lengthNicholas Marriott
2010-07-09Make cvs and rcs consistent in what characters they'll accept inChristian Weisgerber
2010-04-15remove debugging information from the rcs binary; this saves 200K;Igor Sobrado
2010-04-07rcsdiff doesn't support all diff(1) options,lum
2010-04-06Amend manpage to reflect the actual behaviour of -r option.lum
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-15ident(1) does not require arguments; while here, note that thisIgor Sobrado
2009-07-14don't use both extern and static decls for a variable.Jonathan Gray
2009-06-25incorrect .PATH setting, discovered with nicmTheo de Raadt
2009-06-07More cvs/diff/rcs convergence:Ray Lai
2009-04-14tried to fix a the-the in the comment, ended up rewriting it. with/from joris@Janne Johansson