Age | Commit message (Expand) | Author |
2006-03-06 | update usage() | Jason McIntyre |
2006-03-06 | many spacing cleanups | Theo de Raadt |
2006-03-05 | plug some potential resource leaks in error paths. | Niall O'Higgins |
2006-03-05 | checkin_parsekeyword() returns void so zap unnecessary return. | Niall O'Higgins |
2006-03-05 | GNU ci(1) doesn't allow dates younger than HEAD, neither on the command | Niall O'Higgins |
2006-03-05 | honour -m on initial revision. | Niall O'Higgins |
2006-02-20 | - more spacing | Niall O'Higgins |
2006-02-20 | - spacing | Niall O'Higgins |
2006-02-16 | - zap kwtype variable. lint pointed it out wasn't used by anything. | Niall O'Higgins |
2006-02-16 | - rename variable k to i | Niall O'Higgins |
2006-02-16 | - finally add proper support for `ci -k`. this little-used option requires | Niall O'Higgins |
2006-02-16 | - ensure we handle -d properly in initial revision, not just updates. | Niall O'Higgins |
2006-02-16 | - make revision specifiers work for initial revision, not just updates. | Niall O'Higgins |
2006-02-16 | `ci -k` is described incorrectly in a number of places. | Niall O'Higgins |
2006-02-16 | - make function prototypes consistent. | Niall O'Higgins |
2006-02-14 | fix output when checking in a file for the first time. OK niallo@. | Xavier Santolaria |
2006-01-05 | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-23 | support co -d, which checks out the first revision who's | Joris Vink |
2005-12-21 | Initialize basepath right after xmalloc()ing it so we won't end up with | Aleksander Piotrowski |
2005-12-20 | spread the use of fatal(); | Xavier Santolaria |
2005-12-19 | use fatal() if getlogin() fails; | Xavier Santolaria |
2005-12-12 | - sync usage() for `-tfile|str' | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-09 | unused vars, my bad; | Joris Vink |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-03 | - whoops, its -t-string or -tfile, not the other way around | Niall O'Higgins |
2005-12-03 | - add support for -t[description] and -t-[file containing description] | Niall O'Higgins |
2005-12-02 | in checkin_checklock() | Xavier Santolaria |
2005-12-02 | better.. | Xavier Santolaria |
2005-12-02 | in checkin_update(): | Xavier Santolaria |
2005-12-02 | - fix up checkin_choose_rcsfile() to give us a path like the one GNU print, | Niall O'Higgins |
2005-12-02 | - fix a typo in a comment | Niall O'Higgins |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria |
2005-11-28 | shrink some multi-lines comments; | Xavier Santolaria |
2005-11-28 | consistency in error messages; | Xavier Santolaria |
2005-11-27 | - only do one rcs_statfile() instead of two; simplify some logic. | Niall O'Higgins |
2005-11-27 | - checkin_init() IS now implemented; update comment with this happy | Niall O'Higgins |
2005-11-24 | memset(); | Xavier Santolaria |
2005-11-23 | knf; | Xavier Santolaria |
2005-11-23 | initial bits for -T support; | Xavier Santolaria |
2005-11-22 | - ci(1) can intialise RCS files now! | Niall O'Higgins |
2005-11-22 | nuke trailing whitespaces; no cookie for niallo. | Xavier Santolaria |
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria |
2005-11-21 | - modularisation; split the two major checkin operations into functions. | Niall O'Higgins |
2005-11-17 | - "revdate" is something else - function should be called | Niall O'Higgins |
2005-11-17 | - split -d handling into function checkin_setrevdate() | Niall O'Higgins |
2005-11-17 | - spelling fix | Niall O'Higgins |
2005-11-16 | - add comments for functions. | Niall O'Higgins |