Mail Archives: djgpp-workers/2000/06/25/09:47:33
Martin Stromberg wrote:
>
> > BTW Martin, how did you solve that diffing against
> > new files problem? I've tried 'cvs add lchown.c lchown.txh'
> > at first, but 'cvs diff' still does not see them.
> > I've made diffs manually for them this time.
>
> 1. Do "cvs add <file>" (as you have done).
>
> 2. Use "cvs diff -N" (-N just like ordinary diff, but to work you need
> to have done step 1) .
OK, thanks for this.
> > RCS file: /cvs/djgpp/djgpp/src/libc/libc.tex,v
> > retrieving revision 1.5
> > diff -u -r1.5 libc.tex
> > --- libc.tex 1999/11/28 11:20:47 1.5
> > +++ libc.tex 2000/06/25 13:07:20
> > @@ -115,6 +115,7 @@
> > * getgroups:: Trivial.
> > * getpwnam:: Trivial.
> > * getpwuid:: Trivial.
> > +* lchown:: Trivial.
> > * mkfifo:: Always fails.
> > * mknod:: Trivial.
> > * nice:: No-op.
>
> Hmm. Is this something that isn't done automatically? If it isn't, I
> have some work to do...
Even if it was done automatically (I doubt it), you should specify if
the function is trivial, no-op, always fails etc somewhere.
Laurynas
- Raw text -