summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
'looks good' pat@
2006-06-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-14saying todays is every day does not work in out calendarMichael Shalayeff
2006-06-14useless casts are so the 80sJoris Vink
2006-06-14i mixed up the offset and whence variables for lseek(2)Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
except it takes a decriptor as argument instead of a path. modified cvs_buf_load() to open the descriptor then pass it to cvs_buf_load_fd(). change all the calls to cvs_buf_load() that have a descriptor open for the path to cvs_buf_load_fd() to prevent races.
2006-06-14zap myuid variable, it is not used for anything usefull.Joris Vink
2006-06-14limit the number of pre-banner characters we will accept; ok markus@Damien Miller
2006-06-13be more accurate in describing what happenedJoris Vink
when we cannot see the repository the user wants to work with.
2006-06-13better usageJoris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris Vink
this a conflict and block the commit when we encounter any of these. and make an error message a bit more fluffy and accurate.
2006-06-13revert; i am on drugs. spotted by alexander AT beard.seDamien Miller
2006-06-13fix a pasto in a comment: wxfers are for writes, not reads.David Gwynne
found by deanna
2006-06-13always use a format string, even when printing a constantDamien Miller
2006-06-12bring back a working version of the `cvs init' command. OK joris@.Xavier Santolaria
2006-06-11- clean up rcs_expand_keywords() a little more.Niall O'Higgins
2006-06-11- zap unused variableNiall O'Higgins
2006-06-11remove unused variableJoris Vink
from Jasper Lievisse Adriaanse.
2006-06-10update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointedJason McIntyre
out that it was a bit dated; ok mjc
2006-06-09- fix rcs_expand_keywords().Niall O'Higgins
reported by Andreas Kahari <andreas.kahari at gmail>, input from joris@
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-08do not set the gid, noted by solar; ok djmMarkus Friedl
2006-06-07a bug in cvs_mkpath() prevented to create the CVS admin directory andReyk Floeter
files under some special circumstances. remove a bogus stat() check to fix it. ok joris@
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-06-07bring back -v support; OK joris@.Xavier Santolaria
2006-06-07this file is public domain;Jason McIntyre
problem reported by will h. backman; sorted with the author's permission - thanks henry spencer.
2006-06-07add support for <name>,t file:Xavier Santolaria
- add: creates <name>,t file with initial description if -m option was used. - commit: uses <name>,t content (if it exists) to set the file description OK joris@.
2006-06-07document that tip(1) can set the line discipline.Marc Balmer
ok deraadt
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
spotted by deraadt@
2006-06-06make use of new structs and defines in cd.hMichael Coulter
dispells some magic numbers
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
check seteuid() return values; report Marcus Meissner; ok dtucker djm
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
-D allows you to update a file to matching a specified date: opencvs up -D "1 hour ago" foobar will take the first matching revision that was commited 1 hour ago.
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04- initialise path pointers to NULL since error code checks for that.Niall O'Higgins
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04- explicitly set some pointers to NULL since they are tested on error.Niall O'Higgins
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
on the branches list does not match the one we are looking for, it might be further down.
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-04- we can just use the 'sizdiff' variable instead of calling strlen(expbuf);Niall O'Higgins
simplifies things a little.
2006-06-04- ensure fin pointer is not invalidated after reallocNiall O'Higgins
2006-06-04- don't forget to free data in rcs_expand_keywords()Niall O'Higgins
2006-06-04- fix off-by-one in rcs_expand_keywords()Niall O'Higgins
2006-06-03add support for update -A and update -r<rev>.Joris Vink
hacking on the plane from toronto to barbados. i will probably hack some more since im stuck in barbados for 12 lovely hours over night cause the carribean airlines dont understand the meaning over 'more than one flight a day'.
2006-06-03- correctly handle binary files; say bye bye to using c strings for deltatexts.Niall O'Higgins
"slap it in" joris@