Re: gnu c reference manual : c dialects

2007-09-11 Thread Ian Lance Taylor
Trevis Rothwell <[EMAIL PROTECTED]> writes: > Would it be useful to delineate not only between ISO C features and > GNU C extensions, but also to delineate between the C89 and C99 > standards? Yes. Ian

Re: gnu c reference manual : c dialects

2007-09-08 Thread Joe Buck
On Sat, Sep 08, 2007 at 06:28:18PM -0400, Trevis Rothwell wrote: > Would it be useful to delineate not only between ISO C features and GNU > C extensions, but also to delineate between the C89 and C99 standards? > In my day job, we, for rather unusual reasons, are using a very old > version of GCC

gnu c reference manual : c dialects

2007-09-08 Thread Trevis Rothwell
Hello! I have been hacking away for some time, and now am nearing completion, on writing the "GNU C Reference Manual", covering the C language sans libraries and preprocessing directives (which are already documented in other GNU manuals). The plan is to have the base of the manual cover the I