Age | Commit message (Expand) | Author |
2006-01-25 | add support for `-l[lockers]'. Some (needed) cleanup will follow. | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-24 | print locker's name if revision is locked; | Xavier Santolaria |
2006-01-23 | display usage if an unknown option is specified; | Xavier Santolaria |
2006-01-23 | add support for `-sstates' and `-w[logins]' options; tested and OK niallo@. | Xavier Santolaria |
2006-01-20 | typos in comments; | Xavier Santolaria |
2006-01-06 | typos; | 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 | - rlog(1) needs RCS_PARSE_FULLY too. | Niall O'Higgins |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-24 | error message consistency in fatal(); | Xavier Santolaria |
2005-12-24 | - support for -n -N and -t; | Joris Vink |
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-21 | use fatal(); | Xavier Santolaria |
2005-12-20 | spread the use of fatal(); | Xavier Santolaria |
2005-12-19 | use fatal() if getlogin() fails; | Xavier Santolaria |
2005-12-14 | correct usage(); | Xavier Santolaria |
2005-12-14 | document `-I' and `-sstate[:rev]'; | Xavier Santolaria |
2005-12-12 | - sync usage() for `-tfile|str' | Xavier Santolaria |
2005-12-12 | be consistent w/ `-tfile|str' documentation (cf. rcs.1); | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-10 | - its wrong to use exit() here; return instead. | Niall O'Higgins |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink |
2005-12-09 | if we are removing a lock that's not present, just check | Joris Vink |
2005-12-09 | unused vars, my bad; | Joris Vink |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-06 | knf; spaces vs. tabs; | Xavier Santolaria |
2005-12-05 | hrmz.. | Xavier Santolaria |
2005-12-05 | ooops, missed that in previous commit; unbreak; | Xavier Santolaria |
2005-12-05 | correctly handle `-wfoo' and `-sbar' errors; OK joris@. | Xavier Santolaria |
2005-12-05 | kill unused var; | Xavier Santolaria |
2005-12-03 | - whoops, its -t-string or -tfile, not the other way around | Niall O'Higgins |
2005-12-03 | - document `-t' option. | Niall O'Higgins |
2005-12-03 | - add support for -t[description] and -t-[file containing description] | Niall O'Higgins |
2005-12-02 | document `-orev'; | Xavier Santolaria |
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 | `-mmsg' does not belong here; | Xavier Santolaria |
2005-12-02 | sort options; `T' comes before `u'; | Xavier Santolaria |
2005-12-02 | document `-r[revs]'; | Xavier Santolaria |
2005-12-02 | split the printing part into a separate function, rlog_rev_print(); | 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-12-01 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | link rcsintro.7; | Xavier Santolaria |
2005-12-01 | some more bite; writing about rcsdiff(1); OK jmc@. | Xavier Santolaria |
2005-11-30 | check for ownership of already present writable file when checking out; | Xavier Santolaria |