| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
|
|
|
|
|
| |
had to be done for diff, too.
OK joris@
|
|
|
|
| |
OK xsa@
|
|
|
|
|
|
| |
parsing and must have a local cmdp variable.
> Spotted by Pierre Riteau.
|
|
|
|
|
|
| |
with GNU cvs). Basically we already had rtag in place as tag is supposed
to work with revisions in working directory, but our implementation was
wrong. Fixed that on the fly as well.
|
|
|
|
|
|
|
|
| |
solely with cmdp. This remedies some reliability issues with invalid
commands supplied and also fixes a GNU cvs style incompatibility with
release command.
> Based on patch from Igor Zinovik
|
|
|
|
| |
ok joris@
|
|
|
|
| |
OK joris@, ray@
|
|
|
|
| |
implemented anyway. OK ray@ niallo@.
|
|
|
|
| |
OK joris@ niallo@.
|
|
|
|
|
|
| |
from Mickey.
ok joris@ ray@
|
|
|
|
|
|
| |
to CVSROOT/history but cannot parse it yet with the 'history' command.
"Commit it." ray@
|
| |
|
|
|
|
| |
things. now gcc -Wall and lint are more happy. ok joris@ xsa@
|
| |
|
|
|
|
| |
gnu cvs client<->opencvs server setup work. Rest works fine.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
although i advise against using it on real development trees for now.
only a few commands work right so far:
- commit
- diff
- status
- log
- update (partially working)
if you feel like testing remote and run into bugs feel free to
contact me, and please include a full trace (-t).
|
| |
|
| |
|
|
|
|
|
| |
export does exactly the same as checkout except it does
not create any administrative (CVS/) directories.
|
|
|
|
| |
but work is in progress for importing stuff into existing repositories.
|
|
|
|
|
|
|
| |
from me to actually make it work properly.
commiting since xsa@ is not around and i want to move forward.
ray@ agrees.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.
this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!
basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.
|
|
|
|
| |
no binary change; ok ray
|
| |
|
| |
|
|
|
|
|
|
| |
makes the code a lot more readable and understandable.
ok xsa@ and niallo@
|
|
|
|
|
|
|
|
|
| |
time ago, but we were being held back by jfb. too bad for him.
next step is to use fatal() through out the code for unrecoverable
errors instead of trying to be all nice and fluffy and reach main() again.
ok niallo@ and xsa@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- checkout in local mode (example: /cvs)
- update in local and server mode (example: /cvs and user@host:/cvs)
- import in local and server mode (example: /cvs and user@host:/cvs)
what remains to be done:
- not all options are supported yet, and update cannot pick up newly
added files yet. these things are pending and will be commited
real soon.
- checkout only works locally right now.
- fix rcs parsing code so that we don't fucking hog 100% cpu
on really BIG BIG BIG ass trees.
mainly tested by pedro@ and myself, thanks a lot pedro!
"go for it" niallo@
|
|
|
|
|
|
|
|
| |
- don't pass the Entry for newly added files to cvs_date_parse()
- in rcs_rev_add don't bother looking for the previous rev if we
are creating the RCS file.
from PR 4575
|
| |
|
|
|
|
| |
ok xsa@
|
|
|
|
|
|
| |
present before we try to continue.
ok xsa@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
a mess and not clean.
this code is much cleaner, faster, and uses less memory overall.
tested by xsa@, brad@, Michael Knudsen, and myself.
okay xsa@
|
| |
|
| |
|
|
|
|
| |
from deraadt@
|
| |
|
|
|
|
|
|
| |
in my tree since c2k5
ok xsa@
|
|
|
|
| |
CVSROOT checked before the commands are run ... ok joris@.
|
|
|
|
|
|
| |
of a remote connection.
ok xsa@
|
|
|
|
|
|
| |
better, eliminates the use of dummy functions.
OK jfb@
|
| |
|
|
|
|
| |
does it for us
|
| |
|