summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.c
AgeCommit message (Expand)Author
2006-08-23pull in latest change from openrcs:Joris Vink
2006-08-02Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS.Ray Lai
2006-07-30Sync some whitespace changes from rcs. No binary change.Ray Lai
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-06add support for the -D option of update,Joris Vink
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-31add support for the export command.Joris Vink
2006-05-31have rcs_translate_tag translate branches too, whichJoris Vink
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