Age | Commit message (Expand) | Author |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | Ray Lai |
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink |
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink |
2009-03-22 | Properly free allocated memory in error case. | Tobias Stoeckmann |
2009-02-21 | Properly convert dates between timezones before comparison. | Tobias Stoeckmann |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-09-12 | Plugged two memory leaks which could be encountered while using -r argument | Tobias Stoeckmann |
2008-09-12 | Be very conservative about state changes with "admin -s". With GNU CVS | Tobias Stoeckmann |
2008-06-26 | plug a memleak in rcs_rev_getlines() - initially noticed & diff by | Joris Vink |
2008-06-15 | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor | Joris Vink |
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-14 | Fixed wrong function name in fatal call. | Tobias Stoeckmann |
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 |