summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2013-12-03do not need timeb.hTheo de Raadt
2013-08-14more Bx;Jason McIntyre
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-03properly handle commitid tokens found in rcs filesjoshua stein
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2012-07-02simplify rcsnum parsing by using a fixed array without all the reallocTed Unangst
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-02-04Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.Tobias Stoeckmann
2011-12-27Move some global variables/statics to locals, from Michael WNicholas Marriott
2011-09-20Lose unused variable cvs_msg, from Michael W Bombardieri.Nicholas Marriott
2011-06-03add missing header, needed by the use of struct tmCharles Longeau
2011-05-20Remove a silly XXX for a bit of code that is only used once - no valueNicholas Marriott
2011-05-04Fix a typo in a comment, from Michael W Bombardieri.Nicholas Marriott
2011-05-02Fix bad return value check for rcsnum_cmp()Charles Longeau
2011-04-20Remove some includes and defines that are no longer needed, from MichaelNicholas Marriott
2011-04-20Trivial code simplifying, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Use -u when diff context is 3, from Michael W Bombardieri, tweaked byNicholas Marriott
2011-04-01Move an isqrt() call outside a macro, from Michael W Bombardieri.Nicholas Marriott
2011-03-27Get rid of some warnings, from Michael W Bombardieri.Nicholas Marriott
2011-03-26- note that -T overrides TMPDIR, and a few other tweaks;Jason McIntyre
2010-11-11Nuke dead assignments and a dead function, from Michael W BombardieriNicholas Marriott
2010-10-31init was passing a writable file descriptor into rcs_open which was thenNicholas Marriott
2010-10-29Nuke some unused variables and remove an unnecessary call to dirname().Nicholas Marriott
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28Fix memory leak.Tobias Stoeckmann
2010-10-27Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resultingTobias Stoeckmann
2010-10-23Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 fromNicholas Marriott
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-15Fixed default branch handling and added support for branches in branches.Tobias Stoeckmann
2010-10-15Replaced RCS parser code with new rcsparse.{c,h}:Tobias Stoeckmann
2010-09-29Support for update -C, from zinovik.Nicholas Marriott
2010-09-29Ensure that we always parse all deltas before expecting "desc" keyword.Tobias Stoeckmann
2010-09-27Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree.Joshua Elsasser
2010-09-23Add cvs_mkdir() for recursive directory creation on import, based on aNicholas Marriott
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-11Fixed typo.Tobias Stoeckmann
2010-09-08Improve buf.c comments, from zinovik.Nicholas Marriott
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-03Rename RCSNUM's fd to rf_fd, complies to other variable names andTobias Stoeckmann
2010-09-02rcsnum_parse() allocates already an RCSNUM struct, so it's not needed toTobias Stoeckmann
2010-08-31Removed ra_uid, which was supposed to save the uid of a delta's author.Tobias Stoeckmann
2010-08-01change buf_release() prototype accordingly to buf.czinovik
2010-08-01change returning type to void like it is done in OpenRCS:buf_release()zinovik
2010-07-31introduce macro SIZE_LEFT and function buf_grow() from OpenRCSzinovik
2010-07-31When looking for revision, break out of the loop at the end rather thanNicholas Marriott
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