summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-05-27lets be nice and abort cvs when we find out there isJoris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
2006-05-27boogie cvs_yesno() down the removal hatch, it is not used.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-27show which directory we are examining in our pre-commit checks.Joris Vink
2006-05-27remove debug outputJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27dont allow commit to continue if the file that is beingJoris Vink
2006-05-27Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. NoRay Lai
2006-05-27commiting removed files now worksJoris Vink
2006-05-27use RCS_STATE_DEAD instead of plain old 'dead' when checkingJoris Vink
2006-05-27correctly expand keywords when checking out filesJoris Vink
2006-05-27Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),Ray Lai
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-05-27rcs_choosefile() no longer returns char *, it returns a fileRay Lai
2006-05-26tidy up SYNOPSIS and EXAMPLES;Jason McIntyre
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
2006-05-26add paeMichael Shalayeff
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2006-05-25- split tip.1 into tip.1 and cu.1Jason McIntyre
2006-05-25No matter how big the buffer size is, always limit to INT_MAX forRay Lai
2006-05-25Don't recalculate string length, just use return value from vasprintf.Ray Lai
2006-05-25Minor type correction.Ray Lai
2006-05-25Better example URL spacing.Ray Lai
2006-05-25Remove xmktemp() and uses plain old mkstemp(3), avoiding raceRay Lai
2006-05-23some clarifications for the "size" field + cleanup;Jason McIntyre
2006-05-23Fix removing of trailing space in file name completion list.Otto Moerbeek
2006-05-21Backport fix from nvi 1.81.5: do not go into loop if :set number andOtto Moerbeek
2006-05-19be more explicit about HTTPS;Jason McIntyre
2006-05-19fix printf + add missing printf when unlocking file (-u).Xavier Santolaria
2006-05-19Remove ``sanity check'' that is already done in loop.Ray Lai
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Avoid segv when a syntax error occurs while reading from command line.Otto Moerbeek
2006-05-17yyerror() little cleanupXavier Santolaria
2006-05-17fix printf'sXavier Santolaria
2006-05-17remove useless case that is handled by default anywayAlexander von Gernler
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-05-17use lots more size_t instead of int running aroundTed Unangst
2006-05-16Remove shadowing variables and properly use /* FALLTHROUGH */Ray Lai
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
2006-05-16missing free; from Kylene HallMarkus Friedl
2006-05-15fix Mother's/Father's day and another entry.Alexandre Anriot
2006-05-15.Xr merge(1)Xavier Santolaria
2006-05-15oopps, missing \ at EOL.Xavier Santolaria
2006-05-15missing bits for a working merge(1). Built and enabled.Xavier Santolaria
2006-05-14warnx(); return(); --> errx();Xavier Santolaria
2006-05-11- add -X and -x to SYNOPSISJason McIntyre