summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.c
AgeCommit message (Expand)Author
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
2006-05-29add rcs_translate_tag which will translate a specifiedJoris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27correctly expand keywords when checking out filesJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-05-01- fix a case in rcs_getrev() handling of branches where variant was not beingNiall O'Higgins
2006-04-25check rcs_head_set() return value.Xavier Santolaria
2006-04-14spacingTheo de Raadt
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-13Change rcs_parse_init() to return void, since it always returned 0.Ray Lai
2006-04-13add support for the openrcs -o'range' option.Joris Vink
2006-04-13fix -z option for openrcs, this was broken by xsaJoris Vink
2006-04-12Better match GNU behavior for rcs -l and rcs -u.Ray Lai
2006-04-10rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@.Xavier Santolaria
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
2006-04-02some characters are in fact allowed in symbol names, don't freakJoris Vink
2006-04-01don't use mode_t with va_arg(), use int instead and cast it later toJoris Vink
2006-03-30hmm, let's not use fatal() when we cannot find a branch instead return NULLJoris Vink
2006-03-30zap unused variable, niallo@ noticedJoris Vink
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-29Yet more lint:Ray Lai
2006-03-28Finally. Basically, rcs_parse_delta() doesn't understand thatRay Lai
2006-03-28Today is Integer Overflow Prevention Day:Ray Lai
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-27rcs_growbuf() cleanup; OK ray@.Xavier Santolaria
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27rcs_desc_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-26rcs_parse_desc() cleanup; OK ray@.Xavier Santolaria
2006-03-25Correct integer types, remove unused arguments, non-portable bitshiftsRay Lai
2006-03-24change rcs_parse_deltas() and rcs_parse_deltatexts() return valueXavier Santolaria
2006-03-23use fatal() in rcs_lock_setmode(); OK ray@.Xavier Santolaria
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11- set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediatelyNiall O'Higgins
2006-03-10Only write a log message if the log message is not empty.Ray Lai
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-08really match gnu on error;Xavier Santolaria
2006-03-08spacingTheo de Raadt
2006-03-07in rcs_write() only do stuff when the RCS file ondisk isn't synced;Joris Vink
2006-03-07make sure the timezone is valid;Joris Vink
2006-03-07match gnu on error;Joris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-05in rcs_patch_lines(), ensure that rcs patch delete operations don'tNiall O'Higgins
2006-03-05fatal() instead of returning -1 on failure in patch functionsNiall O'Higgins
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-02-26also set 'entry' variable in merged case.Niall O'Higgins
2006-02-13write out an empty comment in RCS files even if there isn't one asXavier Santolaria
2006-02-09- move rcs_kw-related data into rcs.h and de-static the keyword array. thisNiall O'Higgins