summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria
2005-12-24remove useless cvs_buf_alloc() failure checks;Joris Vink
2005-12-24we should be calling cvs_vlog(); to at least get some decent output;Joris Vink
2005-12-23cvs_buf_write() did not properly set new permissionsJoris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-12-22another fatal() round;Xavier Santolaria
2005-12-22unitialized variable. ok xsa@Moritz Jodeit
2005-12-22- fix handling of zero byte files.Niall O'Higgins
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-21initialize `rlen' in cvs_buf_set();Xavier Santolaria
2005-12-21use fatal() here too;Xavier Santolaria
2005-12-21cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;Xavier Santolaria
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-20fix use of fatal() from previous commit;Xavier Santolaria
2005-12-20cvs_buf_write() cannot fail here;Xavier Santolaria
2005-12-20missed that in previous fatal() commit;Xavier Santolaria
2005-12-20use fatal(); OK joris@ niallo@.Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
2005-12-19use fatal() if getpwuid() fails; OK joris@.Xavier Santolaria
2005-12-13add missing $OpenBSD$Xavier Santolaria
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink
2005-12-12rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don'tJoris Vink
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-05- repair cvs diff. my date fix was too naive.Niall O'Higgins
2005-12-04more code cleanup, remove useless flags and parts of codeJoris Vink
2005-12-04bye obsolete junk;Joris Vink
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
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