Age | Commit message (Expand) | Author |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | Xavier Santolaria |
2005-12-19 | use fatal() if getpwuid() fails; OK joris@. | Xavier Santolaria |
2005-12-13 | add missing $OpenBSD$ | Xavier Santolaria |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
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-05 | - repair cvs diff. my date fix was too naive. | Niall O'Higgins |
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink |
2005-12-04 | bye obsolete junk; | Joris Vink |
2005-12-03 | strip any trailing slashes in the received Directory | 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 | - teach opencvs about Entries.Log and what to do with it | Joris Vink |
2005-12-03 | respect Q flag in output; | Joris Vink |
2005-12-03 | nuke unused vars; | Joris Vink |
2005-12-03 | remove unused and useless functions, they just get in the way; | 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 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | - fix unified and context diff output, finally! | Niall O'Higgins |
2005-12-01 | rcs_findrev() is not static anymore; align protos while here; | Xavier Santolaria |
2005-11-28 | consistency in error messages; | Xavier Santolaria |
2005-11-24 | respect TMPDIR; | Xavier Santolaria |
2005-11-24 | minor knf + snprintf() return check; | Xavier Santolaria |
2005-11-22 | - ci(1) can intialise RCS files now! | Niall O'Higgins |
2005-11-21 | - print some more informative messages | Xavier Santolaria |
2005-11-18 | minor knf; | Xavier Santolaria |
2005-11-16 | fix writing of RCS files; it has been bugging us for a while now... | Xavier Santolaria |
2005-11-14 | minor knf; | 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-08 | missing casts; | Xavier Santolaria |
2005-11-03 | output tweaks; | 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-27 | if cvs_file_loadinfo fails, return failure to the caller instead | Joris Vink |
2005-10-26 | diff3_conflicts cleanup; joris ok | Xavier Santolaria |
2005-10-23 | better output; | Joris Vink |
2005-10-23 | shut up gcc; | Joris Vink |
2005-10-23 | - correctly terminate buffer in edscript(), noted by pedro@ | Joris Vink |
2005-10-22 | fix warning when compiling usr.bin/rcs | Joris Vink |
2005-10-22 | forgot this in previous commit; | Joris Vink |
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-17 | add client support for the `watch' and `watchers' commands. ok joris@ xsa@ | Moritz Jodeit |