summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-01-15When checking in multiple files, if no log message is entered forTodd C. Miller
2007-01-15document `update -C'.Xavier Santolaria
2007-01-15Fix -a when given an entry with an already existing user. Also, giveOtto Moerbeek
2007-01-15replace old diffing mechanisms with the new fluffy RCS stuff,Joris Vink
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-14reset sticky tags with -A; OK joris@.Xavier Santolaria
2007-01-14replace checkout_write_revision() with rcs_rev_write_stmp()Joris Vink
2007-01-13nuke the the very evil rcs_getrev() stuffJoris Vink
2007-01-13make import and init work again after the small breakageJoris Vink
2007-01-13switch commit code to the new RCS api.Joris Vink
2007-01-13make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when neededJoris Vink
2007-01-13plug 3 memleaksJoris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-13- remote update now works again, with new rcs apiJoris Vink
2007-01-13the memleak i thought i had fixed was in fact NOT a leak at allJoris Vink
2007-01-13- better error messagesJoris Vink
2007-01-13add missing prototypes for some new rcs api functions;Joris Vink
2007-01-12simplify after recent rcs API changes.Joris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12more secsh -> rfc 4716 updates;Jason McIntyre
2007-01-12do not leak memory from rcs_head_get()Joris Vink
2007-01-12if we have no files to be commited, stop commiting.Joris Vink
2007-01-12and thou shalt not leak memory when removing entriesJoris Vink
2007-01-12complete binary support for opencvs,Joris Vink
2007-01-12link to build the edit, editors, unedit, watch, and watchers commands.Xavier Santolaria
2007-01-12fix incorrect output which was driving me more then crazyJoris Vink
2007-01-11missed a bit. pointed out by jmc@Niall O'Higgins
2007-01-11sync a bit with realityJoris Vink
2007-01-11remove some un-needed buffer NUL-termination. in openrcs, diff3 is already N...Niall O'Higgins
2007-01-11silence some warnings.Jasper Lievisse Adriaanse
2007-01-11rework opencvs so that we can deal with binary files. previously we assumed ...Niall O'Higgins
2007-01-11update the revision number in CVS/Entries from CVS/Baserev if weXavier Santolaria
2007-01-11revert last commit after discussing w/ joris@; makes sense to removeXavier Santolaria
2007-01-11no need to unlink() the tmp files here as they have already been addedXavier Santolaria
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11save errno.Xavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
2007-01-11in a remote setup:Joris Vink
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
2007-01-10you know what, now that openrcs is in fact working properly andJoris Vink
2007-01-10- use .Sq for single characters, rather than .DqJason McIntyre
2007-01-10do not use a list for SYNOPSIS;Jason McIntyre
2007-01-10Clear EOF before prompting user for input.Ray Lai
2007-01-09fix usageTheo de Raadt
2007-01-09add remote handler for the cvs watch command; not linked to the build.Xavier Santolaria
2007-01-09Ignore "mapping symbols" like $a and $t. They seem to be an ARM-onlyChris Kuethe
2007-01-09remove uneeded linebreak when creating the CVS/NotifyXavier Santolaria
2007-01-09Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@Otto Moerbeek
2007-01-08- simplify CVS/Baserev file parsing; makes unedit work better.Xavier Santolaria