summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/update.c
AgeCommit message (Expand)Author
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27update needs the CR_REPO flag to, otherwise it will forgetJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27pruning (-P) support for both the update and checkout commands;Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-03-16zap more unused variables.Xavier Santolaria
2006-03-14add an argument to cvs_diff3() to be able to handle verbosity ofXavier Santolaria
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-06ingore local update of newly added files. this fixes some possibleReyk Floeter
2006-01-06uninitialized pointer could confuse the cleanup checkReyk Floeter
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30minor style nits;Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-03todd@ reminds me:Joris Vink
2005-12-03respect Q flag in output;Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-08-08zap unused vars;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-06-17- add missing option in the command usageXavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
2005-05-29-D and -r are mutually exclusive ...Xavier Santolaria
2005-05-26first part of real pruning supportJoris Vink
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20first bits of the `cvs -n' option; ok jfb jorisXavier Santolaria
2005-04-27cleanup and initial split between remote and local update codeJean-Francois Brousseau
2005-04-19send the correct argument, -A not -aJoris Vink
2005-04-19support -P -A -d flagsJoris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink