Age | Commit message (Expand) | Author |
2006-02-01 | set rcs_errno accordingly in rcs_open() if the file is not found. | Xavier Santolaria |
2006-01-26 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-10 | - rewrite RCS keyword expansion. the old way of doing it was very slow, | Niall O'Higgins |
2006-01-03 | knf; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | knf | Reyk Floeter |
2005-12-30 | - zap unused 'rf_ref' member of RCSFILE structure. | Niall O'Higgins |
2005-12-30 | - simplify an unecessary if/else construct in rcs_open() | Niall O'Higgins |
2005-12-30 | - realloc() -> xrealloc(), was missed in the original sweep. | Niall O'Higgins |
2005-12-28 | don't use rf_pdata when it's not allocated. | Joris Vink |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-24 | remove useless cvs_buf_alloc() failure checks; | Joris Vink |
2005-12-22 | - fix handling of zero byte files. | Niall O'Higgins |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-20 | use fatal(); OK joris@ niallo@. | Xavier Santolaria |
2005-12-19 | use fatal() if getpwuid() fails; OK joris@. | Xavier Santolaria |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-03 | todd@ reminds me: | Joris Vink |
2005-12-03 | fix date handling in opencvs, this was broken since the very start. | Joris Vink |
2005-12-03 | usr.bin/rcs stuff doesn't care about cvs_checkout_rev(); | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-12-02 | remove debug message; | Joris Vink |
2005-12-02 | fix commiting/importing of 0 sized files. | Joris Vink |
2005-12-01 | rcs_findrev() is not static anymore; align protos while here; | Xavier Santolaria |
2005-11-22 | - ci(1) can intialise RCS files now! | Niall O'Higgins |
2005-11-16 | fix writing of RCS files; it has been bugging us for a while now... | Xavier Santolaria |
2005-11-12 | - remove strtab stuff. serves no useful purpose. | Niall O'Higgins |
2005-11-09 | add missing '\n' when writing deltatexts in an RCS file; | Xavier Santolaria |
2005-11-02 | changes from Venice: | Niall O'Higgins |
2005-10-30 | nuke trailing whitespaces; | Xavier Santolaria |
2005-10-29 | - add two new functions to RCS api: rcs_state_set() and rcs_state_check() | Niall O'Higgins |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-22 | - don't check for admin files when running init; | Joris Vink |
2005-10-18 | plug memleaks in rcs_rev_add() when an error occurs; | Joris Vink |
2005-10-16 | fix the locks section in RCS files; | Joris Vink |
2005-10-15 | - add username parameter to rcs_rev_add(), needed to implement at least | Niall O'Higgins |
2005-10-11 | more debug stuff i forgot to take out, i blame the dominican sun! | Joris Vink |
2005-10-11 | remove debug cruft; | Joris Vink |
2005-10-11 | fix patching in rcs_getrev(); | Joris Vink |
2005-10-10 | add rcs_rev_setlog() in the RCS api; used for setting log messages | Joris Vink |
2005-10-10 | better symbol listing in RCS files; | Joris Vink |
2005-10-10 | use rd_next in rcs_getrev() when patching to get to a revision | Joris Vink |
2005-10-10 | correctly fill in the rd_next field in rcs_rev_add(); | Joris Vink |
2005-10-09 | fix 2 off-by-one's which was causing us a whole load of crap; | Joris Vink |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins |
2005-10-05 | open the RCS file with O_TRUNC as well when | Joris Vink |