Age | Commit message (Expand) | Author |
2008-06-12 | we should be able to handle symbol names that are also RCS tokens, | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-10 | properly inherit file permissions. | Joris Vink |
2008-06-10 | more characters are allowed in the symbol lists, found by tobias@ | Joris Vink |
2008-06-10 | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead | Tobias Stoeckmann |
2008-06-08 | rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f' | Tobias Stoeckmann |
2008-05-22 | fix updating to tags pointing at branch revisions; | Joris Vink |
2008-05-17 | Full support of branches added. We lacked proper support of multiple | Tobias Stoeckmann |
2008-05-11 | Memory leak in rcs_delta_stats plugged. | Tobias Stoeckmann |
2008-03-13 | properly initialize variables | Joris Vink |
2008-03-09 | Fix segmentation fault when running checkout -p on a file without | Tobias Stoeckmann |
2008-03-08 | better -j support | Joris Vink |
2008-03-08 | Set umask (and cvs_umask) to system's umask in local and client mode. | Tobias Stoeckmann |
2008-03-08 | add checkout/update -j support. | Joris Vink |
2008-03-08 | correct usage of lseek(2); | Joris Vink |
2008-03-02 | rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well. | Tobias Stoeckmann |
2008-03-01 | spacing | Theo de Raadt |
2008-03-01 | goodbye rcs_errno - we didnt use you and you wont be missed | Joris Vink |
2008-02-28 | RCS files can have a default expansion mode, keep this in mind for | Tobias Stoeckmann |
2008-02-28 | kill way out of date stuff | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-20 | make sure we use the default branch (if available) | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-09 | fix error msg; | Joris Vink |
2008-02-09 | Get in initial support for checkout -D. Works fine with -r support right | Tobias Stoeckmann |
2008-02-03 | Do not unify this "-fr UNKNOWN" handling, it breaks commands which have | Tobias Stoeckmann |
2008-02-02 | Although this doesn't comply to common sense, it complies to GNU cvs. All | Tobias Stoeckmann |
2008-01-31 | Handle magic branch numbers in OpenCVS as well. | Tobias Stoeckmann |
2008-01-31 | in some cases we did not return a copy of the resulting RCSNUM | Joris Vink |
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink |
2008-01-28 | Properly free "rev". | Tobias Stoeckmann |
2008-01-14 | Changed xmalloc(n * m) pattern into xcalloc(n, m). | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-10 | just for the record: I HATE Log | Tobias Stoeckmann |
2008-01-10 | Damnit, I should avoid this nasty Log word in a comment ... | Tobias Stoeckmann |
2008-01-10 | An empty -k option is invalid | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2008-01-10 | Added support for keyword $Log$. In order to support $Log$, new lines have | Tobias Stoeckmann |
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann |
2007-11-11 | Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoing | Tobias Stoeckmann |
2007-11-11 | Do not (re)expand CVS keywords if it is requested to keep old keywords. | Tobias Stoeckmann |
2007-11-11 | Added CVS keyword "Locker". Although it is a dummy function, it's already | Tobias Stoeckmann |
2007-11-11 | Apply umask on RCS file modes. The umask can be changed in CVSROOT/config | Tobias Stoeckmann |
2007-11-08 | Stick at GNU cvs output format of docdate. | Tobias Stoeckmann |
2007-11-08 | Return latest revision of default branch when HEAD is requested and no | Tobias Stoeckmann |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann |
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |