Age | Commit message (Expand) | Author |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-01 | - fix a case in rcs_getrev() handling of branches where variant was not being | Niall O'Higgins |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria |
2006-04-14 | spacing | 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-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai |
2006-04-10 | rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@. | Xavier Santolaria |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | 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-01 | don't use mode_t with va_arg(), use int instead and cast it later to | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-29 | Yet more lint: | Ray Lai |
2006-03-28 | Finally. Basically, rcs_parse_delta() doesn't understand that | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | rcs_growbuf() cleanup; OK ray@. | Xavier Santolaria |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-26 | rcs_parse_desc() cleanup; OK ray@. | Xavier Santolaria |
2006-03-25 | Correct integer types, remove unused arguments, non-portable bitshifts | Ray Lai |
2006-03-24 | change rcs_parse_deltas() and rcs_parse_deltatexts() return value | Xavier Santolaria |
2006-03-23 | use fatal() in rcs_lock_setmode(); OK ray@. | Xavier Santolaria |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediately | Niall O'Higgins |
2006-03-10 | Only write a log message if the log message is not empty. | Ray Lai |
2006-03-09 | move joris' timezone support into rcstime.c; more work to be done there. | Xavier Santolaria |
2006-03-08 | really match gnu on error; | Xavier Santolaria |
2006-03-08 | spacing | Theo de Raadt |
2006-03-07 | in rcs_write() only do stuff when the RCS file ondisk isn't synced; | Joris Vink |
2006-03-07 | make sure the timezone is valid; | Joris Vink |
2006-03-07 | match gnu on error; | Joris Vink |
2006-03-07 | -z support for RCS; | Joris Vink |
2006-03-05 | in rcs_patch_lines(), ensure that rcs patch delete operations don't | Niall O'Higgins |
2006-03-05 | fatal() instead of returning -1 on failure in patch functions | Niall O'Higgins |
2006-03-05 | our deltatexts were sometimes different from gnu. rcs_getrev() was | Niall O'Higgins |
2006-02-26 | also set 'entry' variable in merged case. | Niall O'Higgins |
2006-02-13 | write out an empty comment in RCS files even if there isn't one as | Xavier Santolaria |
2006-02-09 | - move rcs_kw-related data into rcs.h and de-static the keyword array. this | Niall O'Higgins |