Date: Tue, 5 Jun 2001 08:50:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: Re: [patch] Second draft: a64l and l64a In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 4 Jun 2001, Tim Van Holder wrote: > BTW, are the prototypes in the right place in stdlib.h (i.e. between > !STRICT_ANSI and POSIX_SOURCE)? Yes, that's the right place for stuff which isn't ANSI, but is Posix. The diffs look good to me, except for one very small issue (sorry it escaped me before): > +For a description of the radix-64 representation, @ref{l64a}. Please add "see" before @ref. What you wrote will look wrong in the printed manual: For a description of the radix-64 representation, section `l64a', page 1234. That is why @ref always needs something like "see", or "refer to", or "as described in", etc., before it.