Age | Commit message (Expand) | Author |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | remove debug output | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | commiting removed files now works | Joris Vink |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-03 | Use xasprintf and xfree. | Ray Lai |
2006-05-01 | - fix a case in rcs_getrev() handling of branches where variant was not being | Niall O'Higgins |
2006-04-29 | Remove dead code. | Ray Lai |
2006-04-27 | document revisions and state; ok xsa | Jason McIntyre |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria |
2006-04-20 | change cvs_log() and cvs_vlog() return type to void; OK niallo@. | Xavier Santolaria |
2006-04-19 | keyword section is in rcs(1) now; | Jason McIntyre |
2006-04-19 | move the keyword substitution section from cvs(1) to rcs(1): | Jason McIntyre |
2006-04-17 | Remove unused variable. | Ray Lai |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | more nasty spaces go bye bye | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-13 | Change rcs_parse_init() to return void, since it always returned 0. | Ray Lai |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | fix -z option for openrcs, this was broken by xsa | Joris Vink |
2006-04-13 | fix the obviously broken cvs_buf_set(), so we don't end up | Joris Vink |
2006-04-13 | Add error checking for vasprintf. Stylistic suggestions from xsa@. | Ray Lai |
2006-04-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai |
2006-04-12 | yet another missing break; | Xavier Santolaria |
2006-04-12 | missing break; "Yeah, obvious" ray@. | Xavier Santolaria |
2006-04-12 | check for inflateReset() and deflateReset() return values; OK niallo@. | Xavier Santolaria |
2006-04-12 | xmalloc(); memset(); -> xcalloc(); | Ray Lai |
2006-04-11 | Don't close() before fatal(). | Ray Lai |
2006-04-11 | Change cvs_buf_grow() to return void, since it cannot fail, and | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-10 | - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makes | Niall O'Higgins |
2006-04-10 | rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@. | Xavier Santolaria |
2006-04-10 | sync comments with reality. | Xavier Santolaria |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-06 | cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@. | Xavier Santolaria |
2006-04-06 | rcsnum_setsize() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-02 | some characters are in fact allowed in symbol names, don't freak | Joris Vink |
2006-04-02 | Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs. | Ray Lai |
2006-04-02 | spacing; | Joris Vink |
2006-04-02 | be more alert for string truncation in cvs_initlog() | Joris Vink |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-04-01 | don't use mode_t with va_arg(), use int instead and cast it later to | Joris Vink |