summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-05-30the moment we are done commiting a removed file, move the RCS fileJoris Vink
2006-05-29Plug more memory leaks.Ray Lai
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-05-29add trace messages for debugging purposeJoris Vink
2006-05-29fix option stringJoris Vink
2006-05-29Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@Patrick Latifi
2006-05-29add GSSAPI to the list of authentication methods supported;Jason McIntyre
2006-05-29oops - previous was too long; split the list of auths upJason McIntyre
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampleDarren Tucker
2006-05-29Add gssapi-with-mic to PreferredAuthentications default list; ok jmcDarren Tucker
2006-05-29lint has two synopses, so remove -ab from the second one too;Jason McIntyre
2006-05-29fix pastoXavier Santolaria
2006-05-29make diff accept symbols for -r too now that we haveJoris Vink
2006-05-29make the log command use rcs_translate_tagJoris Vink
2006-05-29add rcs_translate_tag which will translate a specifiedJoris Vink
2006-05-29i forgot to handle directories inside the 'log' code,Joris Vink
2006-05-29add needs to be passed arguments on the command line, andJoris Vink
2006-05-29i was wrong adding ".*" to the default ignore patterns,Joris Vink
2006-05-29remove likes some CR_RECURSE_DIRS luvin' too.Joris Vink
2006-05-29add remove support, hacked by xsa@ but lots of modificationsJoris Vink
2006-05-29if the timestamp of the file has changed andJoris Vink
2006-05-29unused varJoris Vink
2006-05-29- sizeof(struct tm) -> sizeof(*tb)Niall O'Higgins
2006-05-29- zap unrequired casts for rcs_buf_release().Niall O'Higgins
2006-05-29Another mnemonic rename, missed the first time.Kjell Wooding
2006-05-28Kill the bflag, which was really just used to shut up a useless warningChad Loder
2006-05-28Kill the -a option for lint, which controlled (inconsistently) warningsChad Loder
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28Make Window Flags more mnemonic (and less dumb); i.e.Kjell Wooding
2006-05-28Remove a lot of xstrdup() calls in getopt() loops, which are usuallyRay Lai
2006-05-28add a way to look if a buffer differs from another oneJoris Vink
2006-05-28make it look a little less chaotic.Joris Vink
2006-05-28teach log how to handle the revisions passed on the command line.Joris Vink
2006-05-28add code which allows us to select revisions based uponJoris Vink
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28Move -A<oldfile> handling into separate chunk of code. This alsoRay Lai
2006-05-28Don't fill in the rd_locker if we are creating a new RCS file.Ray Lai
2006-05-28our add command can now add directories to the repository as well.Joris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28build a lint library for us to use aboveTheo de Raadt
2006-05-28warn() already prints __progname for us, okay deraadt@ hshoexer@Pedro Martelletto
2006-05-28teach opencvs about the dlimit keyword in CVSROOT/config.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28if we run into a file that was suppose to be a directoryJoris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28Re-add '-' getopt flag, since getopt can actually handle it.Ray Lai
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
2006-05-28o KNFRay Lai
2006-05-28enable merging on update. if your file in your working copyJoris Vink