summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-12-03todd@ reminds me:Joris Vink
2005-12-03fix 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 itJoris Vink
2005-12-03respect Q flag in output;Joris Vink
2005-12-03nuke unused vars;Joris Vink
2005-12-03remove unused and useless functions, they just get in the way;Joris Vink
2005-12-03usr.bin/rcs stuff doesn't care about cvs_checkout_rev();Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-12-02remove debug message;Joris Vink
2005-12-02fix 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 soNiall O'Higgins
2005-12-01- fix unified and context diff output, finally!Niall O'Higgins
2005-12-01rcs_findrev() is not static anymore; align protos while here;Xavier Santolaria
2005-11-28consistency in error messages;Xavier Santolaria
2005-11-24respect TMPDIR;Xavier Santolaria
2005-11-24minor 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 messagesXavier Santolaria
2005-11-18minor knf;Xavier Santolaria
2005-11-16fix writing of RCS files; it has been bugging us for a while now...Xavier Santolaria
2005-11-14minor knf;Xavier Santolaria
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
2005-11-09add missing '\n' when writing deltatexts in an RCS file;Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-03output tweaks;Xavier Santolaria
2005-11-02changes from Venice:Niall O'Higgins
2005-10-30nuke 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-27if cvs_file_loadinfo fails, return failure to the caller insteadJoris Vink
2005-10-26diff3_conflicts cleanup; joris okXavier Santolaria
2005-10-23better output;Joris Vink
2005-10-23shut up gcc;Joris Vink
2005-10-23- correctly terminate buffer in edscript(), noted by pedro@Joris Vink
2005-10-22fix warning when compiling usr.bin/rcsJoris Vink
2005-10-22forgot this in previous commit;Joris Vink
2005-10-22diff3 support, needed for merging files together;Joris Vink
2005-10-22- don't check for admin files when running init;Joris Vink
2005-10-18plug memleaks in rcs_rev_add() when an error occurs;Joris Vink
2005-10-17add client support for the `watch' and `watchers' commands. ok joris@ xsa@Moritz Jodeit
2005-10-16fix the locks section in RCS files;Joris Vink
2005-10-16less 'pirates of the carribean' like error message;Joris Vink
2005-10-15- add username parameter to rcs_rev_add(), needed to implement at leastNiall O'Higgins
2005-10-14remove temporary cvs directory in error cases too. ok joris@Moritz Jodeit
2005-10-11close the RCSFILE on error, so we don't leak memory;Joris Vink
2005-10-11export diff_file variable so it can be set from without diff functions;Joris Vink
2005-10-11more debug stuff i forgot to take out, i blame the dominican sun!Joris Vink
2005-10-11remove debug cruft;Joris Vink
2005-10-11fix patching in rcs_getrev();Joris Vink
2005-10-10add rcs_rev_setlog() in the RCS api; used for setting log messagesJoris Vink
2005-10-10- editors remote handlerXavier Santolaria