summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-16make sure we send the correct stuff for newly added files thatJoris Vink
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-16check snprintf() return value;Joris Vink
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15rcs is now in usr.bin/rcs; ok jfb jorisTheo de Raadt
2005-04-15stuff moved to rcs dirTheo de Raadt
2005-04-15build cvs right out of the base directory, no need for a subdir (you mayTheo de Raadt
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-15braino; joris okXavier Santolaria
2005-04-15some more errno use in cvs_log(); ok joris@.Xavier Santolaria
2005-04-15shudup useless warning; ok jfb@.Xavier Santolaria
2005-04-14completely fix the diff commandJoris Vink
2005-04-14set ret to 0 after using it to check snprintf() so thatJoris Vink
2005-04-13file callbacks won't return -1 anymore, but a CVS_EX_* errorJoris Vink
2005-04-13use the option string from the cvs_cmd entry instead of keeping aJean-Francois Brousseau
2005-04-13* accept the -N option to suppress logging of tagsJean-Francois Brousseau
2005-04-13cleanup and split the log code into two separate functions for localJean-Francois Brousseau
2005-04-13make rcsnum_tostr() return an empty string if the RCSNUM is NULLJean-Francois Brousseau
2005-04-13cache leftoversJean-Francois Brousseau
2005-04-13dead code.Joris Vink
2005-04-13check return values of snprintf() for potential overflows or errorsJean-Francois Brousseau
2005-04-13cmd_helper() returns error codes > 0 or 0 on success.Joris Vink
2005-04-12more cvsd(8) cleanup;Xavier Santolaria
2005-04-12cvsd(8) references cleanup; ok joris@.Xavier Santolaria
2005-04-12don't show unneeded error messages.Joris Vink
2005-04-12use the new CVS_EX_* error codes here as well.Joris Vink
2005-04-12handle files which have been lost or that have no associated entryJean-Francois Brousseau
2005-04-12* 'Up to date' --> 'Up-to-date', and add the 'Lost' status stringJean-Francois Brousseau
2005-04-12tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore;Xavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-12* handle errors when loading delta branchesJean-Francois Brousseau
2005-04-11modify handling of RCS delta texts so we can handle arbitrary binaryJean-Francois Brousseau
2005-04-11open the RCS files in write mode by default to allow modificationsJean-Francois Brousseau
2005-04-11fix year value in RCS outputJean-Francois Brousseau
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-07* reverse symbol list orderJean-Francois Brousseau
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau
2005-04-07Fix RCS parsing for keywords that expect and ID and use cvs_strfree()Jean-Francois Brousseau
2005-04-06more unused codeJean-Francois Brousseau
2005-04-06remove dead and unused codeJoris Vink
2005-04-06unbreakJean-Francois Brousseau
2005-04-06* allow for creation and removal of RCS locksJean-Francois Brousseau
2005-04-06start using strtab stuff in RCS code.Joris Vink
2005-04-06make cvs_printf() work as advertised when running as serverJean-Francois Brousseau
2005-04-06plug memleak in rcs_splitlines()Joris Vink