summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
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
2010-07-28Support -U and -C to specify the context length for "cvs diff".Nicholas Marriott
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-23Clean up struct tm handling. Instead of calling gmtime/localtimeRay Lai
2010-07-23Rename a bunch of variables and functions, removing the cvs_/rcs_Ray Lai
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-15Sync with diff/diffreg.c r1.75:Ray Lai
2010-07-13Don't silently overwrite untracked local files with newly-addedNicholas Marriott
2010-07-13Do not put the file into conflict if it is no longer modified (user hasNicholas Marriott
2010-07-13PR 6423 fix for cvs too, requested by xsa@.Nicholas Marriott
2010-07-09Make cvs and rcs consistent in what characters they'll accept inChristian Weisgerber
2010-07-09when opencvs is started with trace option `-t' it must print function itzinovik
2010-04-19Increase buffer size to support large pathnames. Committing onTodd C. Miller
2010-04-04OpenCVS is very annoying and incorrect when user tries to add severalzinovik
2010-03-30This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3zinovik
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-27release storage after asprintf. ok sthen@Martynas Venckus
2009-06-21Use correct synopses for checkout and export when an invalid -k optionStuart Henderson
2009-06-07More cvs/diff/rcs convergence:Ray Lai
2009-06-06Sync some rcsdiff changes to cvsdiff. As a side effect,Ray Lai
2009-04-29add options 'a' and 'd' to the getopt string soJoris Vink
2009-04-28tweak previous;Jason McIntyre
2009-04-28support some additional diff options: -a, -b, -d, -wStuart Henderson
2009-04-18bleh, do not force the client to support certain responses.Joris Vink
2009-04-10with the recent module-expand changes, we need to useJoris Vink
2009-04-07do not try to send a added file that is no longer on diskJoris Vink
2009-04-06make sure we handle allowed options in cvs_export() insteadJoris Vink
2009-04-04don't try to free stuff we shouldnt free, really.Joris Vink
2009-04-04properly expand modules if requested by the client,Joris Vink
2009-04-03i fucked up last night, bad so partially revert a piece ofJoris Vink
2009-04-03my last commit to diff.c broke diffing in some cases,Joris Vink