Age | Commit message (Expand) | Author |
2010-10-31 | init was passing a writable file descriptor into rcs_open which was then | Nicholas Marriott |
2010-10-29 | Nuke some unused variables and remove an unnecessary call to dirname(). | Nicholas Marriott |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-28 | Fix memory leak. | Tobias Stoeckmann |
2010-10-27 | Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting | Tobias Stoeckmann |
2010-10-23 | Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 from | Nicholas Marriott |
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann |
2010-10-20 | Prevent a NULL pointer dereference if rcsparse_deltatexts is called with | Tobias Stoeckmann |
2010-10-15 | Fixed default branch handling and added support for branches in branches. | Tobias Stoeckmann |
2010-10-15 | Replaced RCS parser code with new rcsparse.{c,h}: | Tobias Stoeckmann |
2010-09-29 | Support for update -C, from zinovik. | Nicholas Marriott |
2010-09-29 | Ensure that we always parse all deltas before expecting "desc" keyword. | Tobias Stoeckmann |
2010-09-27 | Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree. | Joshua Elsasser |
2010-09-23 | Add cvs_mkdir() for recursive directory creation on import, based on a | Nicholas Marriott |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-11 | Fixed typo. | Tobias Stoeckmann |
2010-09-08 | Improve buf.c comments, from zinovik. | Nicholas Marriott |
2010-09-08 | Use SIZE_LEFT macro to determine left size instead of calculating with | Tobias Stoeckmann |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann |
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann |
2010-08-31 | Removed ra_uid, which was supposed to save the uid of a delta's author. | Tobias Stoeckmann |
2010-08-01 | change buf_release() prototype accordingly to buf.c | zinovik |
2010-08-01 | change returning type to void like it is done in OpenRCS:buf_release() | zinovik |
2010-07-31 | introduce macro SIZE_LEFT and function buf_grow() from OpenRCS | zinovik |
2010-07-31 | When looking for revision, break out of the loop at the end rather than | Nicholas Marriott |
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-29 | Replace abort(), fatal(), and errx() with return -1, since date_parse | Ray Lai |
2010-07-28 | Support -U and -C to specify the context length for "cvs diff". | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Clean up struct tm handling. Instead of calling gmtime/localtime | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2010-07-21 | Only use username if author is NULL. Fixes "ci -wusername" when run | Ray Lai |
2010-07-16 | Combine two diff_output lines into one, from diff. | Ray Lai |
2010-07-15 | Die immediately if pread fails. It's a fatal error so treat it as | Ray Lai |
2010-07-15 | Sync with diff/diffreg.c r1.75: | Ray Lai |
2010-07-13 | Don't silently overwrite untracked local files with newly-added | Nicholas Marriott |
2010-07-13 | Do not put the file into conflict if it is no longer modified (user has | Nicholas Marriott |
2010-07-13 | PR 6423 fix for cvs too, requested by xsa@. | Nicholas Marriott |
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber |
2010-07-09 | when opencvs is started with trace option `-t' it must print function it | zinovik |
2010-04-19 | Increase buffer size to support large pathnames. Committing on | Todd C. Miller |
2010-04-04 | OpenCVS is very annoying and incorrect when user tries to add several | zinovik |
2010-03-30 | This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3 | zinovik |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus |
2009-06-21 | Use correct synopses for checkout and export when an invalid -k option | Stuart Henderson |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | Ray Lai |