summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
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-27Pull in improper memory allocation from RCS:Ray Lai
2006-07-20Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' corre...Joris Vink
2006-07-10handle 0 sized files correctly, tested by brad@ thanksJoris Vink
2006-07-09put the sticky tag if any in the correct place in the entries line when sendi...Joris Vink
2006-07-09handle SIGPIPE correctly.Joris Vink
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-07-08handle "." special in client_check_directory();Joris Vink
2006-07-08allow update in remote mode to work a bit better andJoris Vink
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-07fix segfault for newly added files.Joris Vink
2006-07-03-p implies -n...Xavier Santolaria
2006-07-02for cvs tag, tag all files in the local directory if no file argumentReyk Floeter
2006-07-02- abort the commit when files are not correctly up to date.Joris Vink
2006-07-01to be correct, cvs update -p is the "print" and not the "dump" flag.Reyk Floeter
2006-07-01implement the -p (dump) flag for cvs updateReyk Floeter
2006-07-01fix a possible bug of pathname concatenation when adding subdirectories.Reyk Floeter
2006-07-01Indentation.Ray Lai
2006-06-29it is a really good idea to store the result cvs_buf_load_fd returnsJoris Vink
2006-06-28use quiet mode (-q) by default and add a flag -V for the old "verbose"Reyk Floeter
2006-06-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
2006-06-28do not fail when we are trying to commit a newly added file when the CVS/*,tJoris Vink
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16change a cvs_buf_load() to cvs_buf_load_fd()Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-16add support for -d; OK joris@.Xavier Santolaria
2006-06-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-14useless casts are so the 80sJoris Vink
2006-06-14i mixed up the offset and whence variables for lseek(2)Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
2006-06-14zap myuid variable, it is not used for anything usefull.Joris Vink
2006-06-13be more accurate in describing what happenedJoris Vink
2006-06-13better usageJoris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris Vink
2006-06-12bring back a working version of the `cvs init' command. OK joris@.Xavier Santolaria
2006-06-11remove unused variableJoris Vink
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-07a bug in cvs_mkpath() prevented to create the CVS admin directory andReyk Floeter
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-06-07bring back -v support; OK joris@.Xavier Santolaria
2006-06-07add support for <name>,t file:Xavier Santolaria
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria