Age | Commit message (Expand) | Author |
2006-05-29 | Another mnemonic rename, missed the first time. | Kjell Wooding |
2006-05-28 | Kill the bflag, which was really just used to shut up a useless warning | Chad Loder |
2006-05-28 | Kill the -a option for lint, which controlled (inconsistently) warnings | Chad Loder |
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai |
2006-05-28 | add a way to look if a buffer differs from another one | Joris Vink |
2006-05-28 | make it look a little less chaotic. | Joris Vink |
2006-05-28 | teach log how to handle the revisions passed on the command line. | Joris Vink |
2006-05-28 | add code which allows us to select revisions based upon | Joris Vink |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-05-28 | Move -A<oldfile> handling into separate chunk of code. This also | Ray Lai |
2006-05-28 | Don't fill in the rd_locker if we are creating a new RCS file. | Ray Lai |
2006-05-28 | our add command can now add directories to the repository as well. | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | build a lint library for us to use above | Theo de Raadt |
2006-05-28 | warn() already prints __progname for us, okay deraadt@ hshoexer@ | Pedro Martelletto |
2006-05-28 | teach opencvs about the dlimit keyword in CVSROOT/config. | Joris Vink |
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-28 | if we run into a file that was suppose to be a directory | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | Re-add '-' getopt flag, since getopt can actually handle it. | Ray Lai |
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink |
2006-05-28 | o KNF | Ray Lai |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. | Moritz Jodeit |
2006-05-27 | SRCS should refer to the .l and .c files; spotted by naddy | Theo de Raadt |
2006-05-27 | Move stderr redirection to a common location, as suggested by vincent a | Kjell Wooding |
2006-05-27 | do not close the same entries list twice, this caused a double free; | Joris Vink |
2006-05-27 | Move mg "line to c-string" functionality to a function. | Kjell Wooding |
2006-05-27 | and now you can use -N to diff removed files too | Joris Vink |
2006-05-27 | handle comments and leading spaces correctly | Joris Vink |
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink |
2006-05-27 | more standard ignore pattern | Joris Vink |
2006-05-27 | Kill upHex and use %X instead. Crazy old code found by deraadt. | Claudio Jeker |
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker |
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink |
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | remove debug output | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai |
2006-05-27 | commiting removed files now works | Joris Vink |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink |