summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
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
2009-02-25Checking if a file is ASCII should only be done when diffing, becauseRay Lai
2009-02-15add our temporary RCS file to our temp_files worklist in caseJoris Vink
2009-02-15bump version to match next releaseJoris Vink
2009-02-15support rlog -dJoris Vink
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog.Tobias Stoeckmann
2008-11-08Support for retrieving revisions from branches in branches was missing.Tobias Stoeckmann
2008-10-09cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,Theo de Raadt
2008-09-17try getlogin() to get the real username when comitting files as root.Reyk Floeter
2008-07-08bump version to 4.4Joris Vink
2008-05-22correctly deal with non-zero depths specified in rcsnum_cmp();Joris Vink
2008-05-11Memory leak in rcs_delta_stats plugged.Tobias Stoeckmann
2008-05-10properly free suffixes.Joris Vink
2008-05-10OpenRCS only handled a max of 128 arguments on command line + RCSINIT,Tobias Stoeckmann
2008-04-26Duplicate envstr and free it on error instead of allocating forRay Lai
2008-04-24Prevent overflow of cmd_argv if RCS_INIT and command line argumentsTobias Stoeckmann
2008-03-22Fix the freeing of two uninitialized strings. OK niallo@Todd C. Miller
2008-03-04fix segfault when trying to lock and unlock rcs files thatJoris Vink
2008-03-02Make sure that temporary file has been successfully opened.Tobias Stoeckmann
2008-02-24Bump version. Improvements and fixes since last release.Xavier Santolaria
2008-02-02Fix broken indentation introduced in last commit.Xavier Santolaria
2008-02-02From src/usr.bin/cvs:Xavier Santolaria