Age | Commit message (Expand) | Author |
2013-08-14 | more Bx; | Jason McIntyre |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-03 | properly handle commitid tokens found in rcs files | joshua stein |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2012-07-02 | simplify rcsnum parsing by using a fixed array without all the realloc | Ted Unangst |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-02-04 | Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change. | Tobias Stoeckmann |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott |
2011-09-20 | Lose unused variable cvs_msg, from Michael W Bombardieri. | Nicholas Marriott |
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau |
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott |
2011-05-04 | Fix a typo in a comment, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2011-03-27 | Get 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-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott |
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 |