avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] [RFC] signal dox updates


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] [RFC] signal dox updates
Date: Fri, 9 Aug 2002 10:32:47 +0200
User-agent: Mutt/1.2.5i

As Theodore A. Roth wrote:

> Your diff wasn't complete. :-\

Hmm.  I did all this remotely via an ISDN line, so maybe i've missed
something.

> Joerg, can you just handle the io dox as a separate patch from the
> signal patch I'm working on?

OK.

> If you create new files in a cvs sandbox and then use `cvs diff` to get
> your mods, you won't get the new files unless you do this:
> 
>   $ cvs add <new_files>
>   $ cvs diff -N > foo.diff

I'll usually do it without temporarily adding the files:

   $ cvs diff -u > foo.diff
   $ for file in $new_files
   do
     diff -u /dev/null $file >> foo.diff
   done

This has the cosmetic nit that there'll be no "Index:" line for the
new files, but patch(1) will understand those patches anyway.

>   $ rm <new_file> && cvs remove <new_file>

Shorter:

    $ cvs rm -f <new_file>

> Just FYI:
> 
> This:
> 
>     <ul>
>     <li>
>     \b RAMEND
> 
> is equivalent to this:
> 
>     - \b RAMEND

I wasn't sure about it, thanks!

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]