public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Ada documentation issues
@ 2001-10-05 15:33 mike stump
  0 siblings, 0 replies; 12+ messages in thread
From: mike stump @ 2001-10-05 15:33 UTC (permalink / raw)
  To: bosch; +Cc: gcc, jsm28

> Date: Fri, 5 Oct 2001 17:48:27 -0400 (EDT)
> From: Geert Bosch <bosch@gnat.com>
> To: mike stump <mrs@windriver.com>
> Cc: jsm28@cam.ac.uk, gcc@gcc.gnu.org

> I'd like to have a somewhat better log than "merged in changes", but
> maybe that will be too hard.

The ChangeLog file can be as complete and featureful as you want..
Also, if you run it nightly, in the cvs ci command, you can include
The top hunk of the changelog.  Also, in the ChangeLog, you should not
have a comment like, merged in bla...

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Ada documentation issues
@ 2001-10-10  8:27 dewar
  0 siblings, 0 replies; 12+ messages in thread
From: dewar @ 2001-10-10  8:27 UTC (permalink / raw)
  To: jsm28, pfeifer; +Cc: gcc

<<Note that some (but not all) of these issues were addressed by Florian
Weimer in <URL: http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00236.html >,
which needs to be reviewed / applied.
>>

This patch certainly looks fine to me.
Robert Dewar

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Ada documentation issues
@ 2001-10-06  8:17 dewar
  0 siblings, 0 replies; 12+ messages in thread
From: dewar @ 2001-10-06  8:17 UTC (permalink / raw)
  To: bosch, jsm28, mrs; +Cc: gcc

<<> FYI, since the Ada front end was contributed, there have been more
> than a hundred check ins already. I'm figuring out now how to make
> those changes flow to the FSF sources in a manageable way.
>>

Probably this will calm down a bit over time. For example, a huge number
of checkins was to deal with changing Linux to GNU/Linux in comments :-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Ada documentation issues
@ 2001-10-05 14:41 mike stump
  2001-10-05 14:48 ` Geert Bosch
  0 siblings, 1 reply; 12+ messages in thread
From: mike stump @ 2001-10-05 14:41 UTC (permalink / raw)
  To: bosch, jsm28; +Cc: gcc

> Date: Fri, 5 Oct 2001 17:26:48 -0400 (EDT)
> From: Geert Bosch <bosch@gnat.com>
> To: "Joseph S. Myers" <jsm28@cam.ac.uk>
> Cc: gcc@gcc.gnu.org

> FYI, since the Ada front end was contributed, there have been more
> than a hundred check ins already. I'm figuring out now how to make
> those changes flow to the FSF sources in a manageable way.

:-) I used to do this for the C++ frontend...  Basically, I just had
reference copies of what I last merged from my tree, what was at the
FSF, and used diff -r and patch to run in the new changes to my copy
of the other tree, and then diff once more to obtain the FSF version
of the patch, and then run that set into the FSF tree.  This was a
unidirection process.  You do it twice, and you then have a
bidirectional process.  Stir and run once a week, and presto.  My
experience was that is was fairly reliable and didn't take much effort
(I had a script that did it all).  The only think I had to do by hand
was to resolve conflicts.  I always considered just putting it in cron
and running nightly, but never got around to it.

Would be nice if cvs directly supported this type of semantic.

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Ada documentation issues
@ 2001-10-05 14:01 Joseph S. Myers
  2001-10-05 14:27 ` Geert Bosch
  2001-10-09  4:14 ` Gerald Pfeifer
  0 siblings, 2 replies; 12+ messages in thread
From: Joseph S. Myers @ 2001-10-05 14:01 UTC (permalink / raw)
  To: gcc

There are several issues with the documentation of the Ada front end which
need to be resolved:

* The front end should have a proper manual, distributed in the ada
directory.  Once this is done, I will attend to updating
update_web_docs and onlinedocs/index.html to have that manual
available online.

* gcc/doc/install.texi needs updating: both to include ada in the list
of valid --enable-languages values, and to document exactly what needs
to be preinstalled in order to build the Ada front end.  As long as
there is a separate "make gnatlib_and_tools", this also needs to be
documented in install.texi.

* gcc/doc/contrib.texi should have GNU Ada contributors listed.

* gcc/doc/gcc.texi should be updated, both in the chapter "Compile C,
C++, Objective C, Fortran, Java or CHILL" and in "Language Standards
Supported by GCC" (the latter possibly pointing to where the GNU Ada
documentation describes Ada standards and GNAT's relation to them).

* gcc/doc/invoke.texi should have documentation added for suffixes for
Ada source files and for whatever -x language options there are for
Ada.

* Some more GNU Ada maintainers may need adding to MAINTAINERS.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-10-10  8:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-05 15:33 Ada documentation issues mike stump
  -- strict thread matches above, loose matches on Subject: below --
2001-10-10  8:27 dewar
2001-10-06  8:17 dewar
2001-10-05 14:41 mike stump
2001-10-05 14:48 ` Geert Bosch
2001-10-05 15:23   ` Joseph S. Myers
2001-10-05 14:01 Joseph S. Myers
2001-10-05 14:27 ` Geert Bosch
2001-10-09  4:14 ` Gerald Pfeifer
2001-10-09  4:20   ` Joseph S. Myers
2001-10-09 11:37     ` Gerald Pfeifer
2001-10-09 11:39       ` Geert Bosch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).