Re: [wwwdocs] Add znver3 support to changes.html

2021-04-20 Thread Gerald Pfeifer
Hi Martin, On Tue, 20 Apr 2021, Martin Jambor wrote: > I'd like to ping the following, since we already have an RC. sorry for not getting to this via list right away. > > + GCC 10.3 supports AMD CPUs based on znver3 core > > + through -march=znver3. I believe "based on the ... core" will be b

Re: [wwwdocs] IPA/LTO/profile-feedback changes

2021-04-22 Thread Gerald Pfeifer
On Fri, 23 Apr 2021, Jan Hubicka wrote: > this patch adds changesentry for IPA/LTO and FDO. Ah, cool! This looks fine with some minor edits. > --- a/htdocs/gcc-11/changes.html > +++ b/htdocs/gcc-11/changes.html > + > + New IPA-modref pass was added to track side-effects of function > c

Re: [PATCH] wwwdocs: Do not rewrite the page titles

2021-06-15 Thread Gerald Pfeifer
On Thu, 3 Jun 2021, Jonathan Wakely wrote: > An alternative change would be to just drop the mention of the FSF : > And as I pointed out previously, none of these sites refer to the FSF > in their page s: > > https://www.gnu.org/software/gdb/ > https://www.gnu.org/software/libc/ > https://www.gnu.

[committed] wwwdocs: mirrors: Move ftp.nluug.nl from ftp to https

2021-06-15 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/mirrors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 083c6c04..75c71b95 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -35,7 +35,7 @@ mirrors. The following sites mirror the gcc.g

Re: [PATCH] Rearrange detection of temporary directory for NetBSD

2021-06-28 Thread Gerald Pfeifer
e). @Jeff, is the following what you had in mind? It passed testing on i686-unknown-freebsd12; okay to push? Gerald commit 8365565396cee65aeb6c2e4bfad74e095a3c388c Author: Gerald Pfeifer Date: Tue Jun 29 00:39:15 2021 +0200 libiberty: No longer use /usr/tmp /usr/tmp is a

Re: [PATCH] Rearrange detection of temporary directory for NetBSD

2021-06-30 Thread Gerald Pfeifer
On Tue, 29 Jun 2021, Jeff Law wrote: >> 2021-06-29 Gerald Pfeifer >> >> * make-temp-file.c (usrtmp): Remove. >> (choose_tmpdir): Remove use of usrtmp. > Yup. This is fine. You might consider updating the comment whic

Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-16 Thread Gerald Pfeifer
On Sat, 16 Nov 2019, Hans-Peter Nilsson wrote: > Ping. I personally would prefer it being on gcc.gnu.org but > will arrange for an alternative, if that for some reason would > be inappropriate. FWIW, the PDF weighs in at a whopping 474174 > bytes. I was first thinking where to upload it on ftp:/

[wwwdocs] Make the formatting of the tag and block more uniform.

2019-11-27 Thread Gerald Pfeifer
cfa6e237e33dfad556618251869bf7d519e32a40 Author: Gerald Pfeifer Date: Wed Nov 27 15:46:26 2019 +0100 Make the formatting of the tag and block more uniform. This will ease automatic processing as we include even more of what is currently coming from style.mhtmland reduce the chance of missing

[wwwdocs] Push down into individual HTML files.

2019-11-28 Thread Gerald Pfeifer
Author: Gerald Pfeifer Date: Thu Nov 28 19:01:20 2019 +0100 Push down into individual HTML files. Historically we have been adding to all HTML files via our preprocessing machinery. With this change these files become more self contained and in particular easier to

Making things a bit easier (was: [Patch, gcc-wwdocs] Update to Fortran changes)

2019-11-28 Thread Gerald Pfeifer
On Tue, 26 Nov 2019, Mark Eggleston wrote: > I've check the changes with W3 validator. There are no problems related > to my changes, however, it does object to the lack of character encoding > in the file. My knowledge of HTML is limited, so don't know how to fix > that. Let me take this as go

Re: [Patch, gcc-wwdocs] Update to Fortran changes

2019-11-28 Thread Gerald Pfeifer
On Tue, 26 Nov 2019, Mark Eggleston wrote: > Second attempt this time with attachment. >From f884924877ba84578e75bd16cb127bab33eb5ee6 Mon Sep 17 00:00:00 2001 From: Mark Eggleston Date: Tue, 26 Nov 2019 10:12:44 + Subject: [PATCH] Update Fortran changes + +A blank format item a

[wwwdocs] Make gcc-9/ and gcc-10/ a bit more uniform (wrt. )

2019-11-29 Thread Gerald Pfeifer
...which is another way of saying that there actually were no style sheets applied to some of those (in addition to inconsistent formatting). Committed. Gerald commit 553b5e98de2dc90183773b0c0d750db62d6ad8db Author: Gerald Pfeifer Date: Fri Nov 29 17:40:34 2019 +0100 diff --git a/htdocs

Re: [wwwdocs][Fortran] gcc-10/porting_to.html – Fortran's argument-checking

2019-12-02 Thread Gerald Pfeifer
On Mon, 2 Dec 2019, Tobias Burnus wrote: > Hence: How about the following? I noticed some minor issues (below). Generally this looks fine, though I better defer to someone more versed in Fortran. ;-) > Additionally, one should check that the code indeed only accesses Here I'd say "Additionally

Re: Ping: [PATCH] maintainer-scripts: Add gdc to update_web_docs_git

2022-11-29 Thread Gerald Pfeifer
Hi Iain, On Tue, 29 Nov 2022, Iain Buclaw via Gcc-patches wrote: > This looks obvious, however I don't know how things are generated for > the online documentation site in order to say this won't cause any > problems for whatever process is building these pages. >> maintainer-scripts/ChangeLog: >

Re: [committed] onlinedocs: Add documentation links to gdc

2022-12-06 Thread Gerald Pfeifer
On Tue, 6 Dec 2022, Iain Buclaw wrote: > Now that the D front-end documentation has been generated and pushed to > the site after r13-4421, this can be added to the main index page. > > This is a simple copy from other entries, so have gone ahead and > committed it. Cool, thank you. And sorry, I

Re: [PATCH] config.gcc: Obsolete m32c-rtems target

2021-12-20 Thread Gerald Pfeifer
On Sat, 18 Dec 2021, Joel Sherrill wrote: > Can I commit the gcc and wwwdocs patch for m32c-rtems and let Jeff or > someone follow up completely eliminating m32c? Sure from my side (wwwdocs, and you probably could declare the removal as "obvious" and/or approved by Jeff). Gerald

Re: [GCC-WWWDocs v1] htdocs/gcc-12/changes.html: Obsolete m32c-*-rtems*

2021-12-20 Thread Gerald Pfeifer
On Fri, 17 Dec 2021, Joel Sherrill wrote: > + > + > +The m32c*-*-rtems* configuration has been obsoleted and will > +be removed in a future release. Aye. Thank you! Gerald

Re: [wwwdocs] document modula-2 in gcc-13/changes.html (and index.html)

2023-03-16 Thread Gerald Pfeifer
On Thu, 16 Mar 2023, Gaius Mulley wrote: >> Does maintainer-scripts/update_web_docs_git require an update to cover >> Modula-2 and actually build the manual we are now linking to > Apologies I was going to ask about these links. I've updated the m2 > subtree with target documentation independent

[pushed] wwwdocs: onlinedocs: Use the proper name of the Modula-2 manual

2023-03-16 Thread Gerald Pfeifer
With this the Modula-2 manual -- quite impressive, but the way -- is now finally reachable from our /onlinedocs page. Gerald --- htdocs/onlinedocs/index.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html i

Re: [wwwdocs] AVR entry in readings.htmls

2023-03-16 Thread Gerald Pfeifer
am using that updated address.) Pushed. Gerald commit 94c654022d3d6d439f21418c74d13e4e303d44ab Author: Gerald Pfeifer Date: Fri Mar 17 00:32:07 2023 +0100 readings: Add new link for AVR documentation diff --git a/htdocs/readings.html b/htdocs/readings.html index 27f42d3d..3cdc47a

[pushed] wwwdocs: readings: Switch publibfp.dhe.ibm.com to https

2023-03-16 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 3cdc47a9..6813b84f 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -310,8 +310,8 @@ names. z/Architecture (S/390)

Re: Ping (gcc/configure.ac, docs): [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias

2023-03-21 Thread Gerald Pfeifer
On Tue, 21 Mar 2023, Arsen Arsenović wrote: > Done! > > Gerald, please update the scripts when you get a chance (but back the > old ones up just in case!) Done. Minus the backup, since everything is in Git anyways, isn't it? :-) The script should run in about 1 hour and 45 minutes. > If makeinf

[pushed] doc: Remove anachronistic note related to languages built

2023-03-26 Thread Gerald Pfeifer
Jonathan's patch https://gcc.gnu.org/pipermail/gcc-patches/2022-November/604796.html lat November made me have a look for further instances, and indeed there was another one referring to separate tarballs (which we have not been shipping for a fair bit). Since the item above already refers to `

[pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

2023-03-29 Thread Gerald Pfeifer
Business as usual - 301 Moved Permanently. Gerald --- htdocs/gcc-4.7/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index f98f108c..91159f1f 100644 --- a/htdocs/gcc-4.7/changes.html +++ b/htdocs/gc

Re: [wwwdocs] Mention the GNU C enum changes in gcc-13/changes.html

2023-03-30 Thread Gerald Pfeifer
On Fri, 24 Mar 2023, Jakub Jelinek wrote: > Shall we mention it in porting_to.html as well? > The only known affected package is (was?) the Linux kernel. If in a rebuild of Fedora (or openSUSE) the only affected package is the kernel, we probably don't need to go for porting_to.html? > --- a/htd

Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

2023-03-30 Thread Gerald Pfeifer
On Thu, 30 Mar 2023, Mark Wielaard wrote: >>> Business as usual - 301 Moved Permanently. >> Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these >> URLs will change after this. Famous last words. :-) > Indeed, see > https://inbox.sourceware.org/overseers/20230327222524.ga20...@gnu

Re: [PATCH] Introduce -nolibstdc++ option

2023-03-30 Thread Gerald Pfeifer
On Thu, 30 Mar 2023, Alexandre Oliva wrote: > How about this, does this seem useful? I like it - helpful and easy to understand. :-) Gerald

[pushed] libiberty: Remove a reference to the Glibc manual

2023-03-31 Thread Gerald Pfeifer
With this we have a sole 404 on all of gcc.gnu.org (at least with documentation from trunk included). :-) Gerald --- longjmp is not specific to Glibc, and GCC supports lots of systems that do not use Glibc. Plus this link has been broken in the web version for ages without a good way to fix. l

Re: [PATCH] update_web_docs_git: Add updated Texinfo to PATH

2023-04-10 Thread Gerald Pfeifer
On Thu, 6 Apr 2023, Arsen Arsenović wrote: > maintainer-scripts/ChangeLog: > > * update_web_docs_git: Add updated Texinfo to PATH Do we really need to adjust PATH, or could we just introduce a MAKEINFO variable, something like if [ x${MAKEINFO}x = xx ]; then if [ -x /home/gccadmin/t

Re: [PATCH] update_web_docs_git: Add updated Texinfo to PATH

2023-04-10 Thread Gerald Pfeifer
On Thu, 6 Apr 2023, Arsen Arsenović wrote: > I must ask that whoever decides to apply/update the script tests > texi2any with a simple example, like > > echo @node Top | ~/texinfo/install-git/bin/makeinfo --html -o - > > ... before updating; this should be a representative enough smoke test. >

Re: [PATCH] update_web_docs_git: Add updated Texinfo to PATH

2023-04-14 Thread Gerald Pfeifer
On Tue, 11 Apr 2023, Arsen Arsenović wrote: > Ah! Good idea. What do you think of the following? Did you intentionally not implement the following part of my suggestion if [ x${MAKEINFO}x = xx ]; then : that is, allowing to override from the command-line (or crontab)? And why the colon

[pushed] wwwdocs: codingconventions: Recommend "file name" over "filename"

2023-04-14 Thread Gerald Pfeifer
This is based on an exchange with Sandra and Joseph back in, umm, April 2018. Pushed for now. Gerald --- This aligns with the C and C++ standards as well as the GNU Coding Standards, though POSIX uses "filename" as a component of "pathname". --- htdocs/codingconventions.html | 5 + 1 file

Re: [PATCH] gcc-13: Add changelog for LoongArch.

2023-04-17 Thread Gerald Pfeifer
First of all thank you! These are quite some nice enhancements, and it's great to see them documented. On Tue, 18 Apr 2023, Lulu Cheng wrote: > +The new command-line option -mexplicit-relocs > decides whether > + to use or not use the assembler relocation operator when dealing >

Re: [Patch wwwdocs] Document arm-8-branch

2018-08-16 Thread Gerald Pfeifer
On Wed, 15 Aug 2018, Ramana Radhakrishnan wrote: > As $subject. > > Ok ? Yes, and you do not need anyone's approval. :-) Though since you asked: + This branch provides bug fixes and minor enhancements for GCC when + used targeting the AArch64 and the Arm architecture. Most patches Could this

[wwwdocs] Remove cvsup.html

2018-08-25 Thread Gerald Pfeifer
Funny enough, this page survived quite a while even after the migration from CVS to SVN in 2005 (though it had not been linked from any of our other pages). Committed. Gerald Index: cvsup.html === RCS file: cvsup.html diff -N cvsup.

[wwwdocs] Replace use of in all of bugs/

2018-08-25 Thread Gerald Pfeifer
This is a necessary step on our move towards HTML 5. Applied. Gerald Replace by the use of it attributes in all of bugs/. Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v retrieving revision 1.123 diff -u

Re: [wwwdocs] Replace use of in all of bugs/

2018-08-25 Thread Gerald Pfeifer
On Sat, 25 Aug 2018, Gerald Pfeifer wrote: > Applied. And here are two more that escaped my original search since the spanned two lines. Applied as well. Gerald Index: bugs/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/b

[wwwdocs] Replace valign="top" on our main page by CSS

2018-08-25 Thread Gerald Pfeifer
A minor step towards HTML 5. Committed. Gerald Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.51 diff -u -r1.51 gcc.css --- gcc.css 4 Apr 2018 17:43:03 - 1.51 +++ gcc.css 25 Au

Re: [wwwdocs] Replace by id= attributes in all of projects/

2018-08-26 Thread Gerald Pfeifer
On Sun, 29 Jul 2018, Gerald Pfeifer wrote: > ...and avoid a few that weren't referenced. > > This is the next step in cleaning up and simplifying our pages for > a transition to the (simpler) HTML 5. Turns out that also here there were a quite a few I missed, including some rat

[wwwdocs] Use CSS instead of manual specifications for the width of items on our navigation bar

2018-08-26 Thread Gerald Pfeifer
Remove explicit width specifications for items in the navigation bar; use CSS for that instead. (If we don't do that, individual items will not span the full width of the navigation bar; some of them indeed would be narrower.) Applied. Gerald Index: gcc.css

[wwwdocs] news/profiledriven.html -- avoid

2018-08-26 Thread Gerald Pfeifer
This updates news/profiledriven.html, where in addition to using id attributes we need to change the names of the ids since numbers are not acceptable. I decided to simply use "ref1" instead of "1" and so forth. Applied. Gerald Index: news/profiledriven.html

[wwwdocs] */changes.html -- replace by id attributes

2018-08-26 Thread Gerald Pfeifer
More of the same, though this a bit more involved since we cannot use version numbers as ids (which may not start with a digit unfortunately). Committed. Gerald Replace by id attributes. Use GCCX.Y instead of X.Y for ids since those must not start with a digit. Index: gcc-3.1/changes.html =

[wwwdocs] Simplify the formatting/coding of our main page a bit

2018-08-26 Thread Gerald Pfeifer
...by omitting cellspacing from the navigation bar as well as the main pane. This doesn't make much of a difference; in fact makes things a little bit clearer even. Committed. Gerald Index: style.mhtml === RCS file: /cvs/gcc/wwwdoc

Re: [wwwdocs] */changes.html -- replace by id attributes

2018-08-26 Thread Gerald Pfeifer
On Sun, 26 Aug 2018, Gerald Pfeifer wrote: > More of the same, though this a bit more involved since we cannot use > version numbers as ids (which may not start with a digit unfortunately). Plus two further ids "sanitized". Committed on top. Gerald Index: gcc-

[wwwdocs] simtest-howto.html -- simplify/reduce explicit formatting

2018-08-26 Thread Gerald Pfeifer
Another small step towards more general HTML (and thus HTML 5). If there is a strong desire to directly manage formatting, we can of course employ CSS. Appplied. Gerald Index: simtest-howto.html === RCS file: /cvs/gcc/wwwdocs/htd

[wwwdocs] faq.html - make HTML 5 ready

2018-08-26 Thread Gerald Pfeifer
Replace the use of by ids. Remove the id of "bugreport" which was only used by GCC < 2.95.3. A number of cases here required special attention such as the very first one which originally read General information Committed. Gerald Index: faq.html

[wwwdocs] index.html -- Use percent encodings in Bugzilla queries

2018-08-26 Thread Gerald Pfeifer
Use percent encodings (%20, %5B, %5D) instead of verbatim ' ', '[', ']' and Bugzilla queries. Committed. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1092 retrieving revision 1.10

[wwwdocs] Replace use of the border attribute on the main page by CSS

2018-08-26 Thread Gerald Pfeifer
Applied. Gerald Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.53 diff -u -r1.53 gcc.css --- gcc.css 26 Aug 2018 12:40:20 - 1.53 +++ gcc.css 26 Aug 2018 18:53:41 - @@ -36,6 +

[wwwdocs] Remove release-specific anchors from our release pages

2018-08-26 Thread Gerald Pfeifer
We could not have kept these stable in any case (since HTML does not allow ids to start with a digit), though given how short these pages are I opted to simply remove the anchors. Committed. Gerald Index: gcc-3.2/index.html === RCS

[wwwdocs] codingconventions.html/codingrationale.html -- prepare for HTML 5 migration

2018-09-01 Thread Gerald Pfeifer
These were two of the few remaining pages where we still had instead of using ids. Changed thusly. Gerald Index: codingconventions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.81 diff -u

[wwwdocs] gcc-4.3/changes.html -- reduce links to mpfr.org

2018-09-01 Thread Gerald Pfeifer
This page already has a link to mpfr.org (which I updated recently), and this being more of a historical page and to make future link maintenance easier, this reduces the number of links. Applied. Gerald Index: gcc-4.3/changes.html

[wwwdocs] readings.html -- link maintenance

2018-09-01 Thread Gerald Pfeifer
Update a few sites from http to https and update some links in other ways. On the way remove duplicate . Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.297 diff -u

[wwwdocs] Update link to Mono project at projects/cli.html

2018-09-01 Thread Gerald Pfeifer
Committed. Gerald Index: projects/cli.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v retrieving revision 1.32 diff -u -r1.32 cli.html --- projects/cli.html 29 Jul 2018 20:31:35 - 1.32 +++ projects/cli.html

[wwwdocs] Remove gcc.skazkaforyou.com mirror

2018-09-01 Thread Gerald Pfeifer
This mirror has gone rogue and the domain is for sale, so I went ahead and removed it with the patch below. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.251 diff -u -r1.251 mir

[wwwdocs] Remove border="0" from tables

2018-09-01 Thread Gerald Pfeifer
...since it's the default (and also stands in the way of moving to HTML 5). Applied. Gerald Index: egcs-1.1/regress.html === RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/regress.html,v retrieving revision 1.9 diff -u -r1.9 regress.htm

[wwwdocs] Update various links to openmp.org

2018-09-01 Thread Gerald Pfeifer
Committed. Gerald Index: gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.151 diff -u -r1.151 changes.html --- gcc-5/changes.html 26 Aug 2018 13:04:30 - 1.151 +++ gcc-5/cha

[doc] install.texi - mpfr.org link adjustment

2018-09-01 Thread Gerald Pfeifer
I made a similar change to the web pages earlier today; this is the complementary one for the installation documentation. Applied. Gerald 2018-09-01 Gerald Pfeifer * doc/install.texi (Prerequisites): Adjust link mpfr.org. Index: doc/install.texi

[libstdc++,doc] Update three ieeexplore.ieee.org references

2018-09-01 Thread Gerald Pfeifer
I caught these three while looking at borken/changed links on our web page. (There are a few more I want to look into the coming days.) Applied. 2018-09-01 Gerald Pfeifer * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org references. Index: doc/xml/manual

[wwwdocs] readings.html - update link

2018-09-01 Thread Gerald Pfeifer
...to "A formal model of sequence points and related issues". Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.298 diff -u -r1.298 readings.html --- readings.html

[wwwdocs] gcc-4.0/changes.html -- update link to note on Unicode quotations marks

2018-09-01 Thread Gerald Pfeifer
Committed. Gerald Index: gcc-4.0/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.73 diff -u -r1.73 changes.html --- gcc-4.0/changes.html26 Aug 2018 13:04:29 - 1.73 +++

[doc] Adjust link to openmp.org in generic.texi and invoke.texi

2018-09-01 Thread Gerald Pfeifer
Committed. Gerald 2018-09-01 Gerald Pfeifer * doc/generic.texi (OpenMP): Adjust link to openmp.org. * doc/invoke.texi (C Dialect Options): Ditto. Index: doc/generic.texi === --- doc/generic.texi(revision

[wwwdocs] Remove last traces of (gcc-3.4/mips-abi.html)

2018-09-01 Thread Gerald Pfeifer
This removes the last traces of from our web pages, a key step towards HTML 5. Committed. Gerald Index: gcc-3.4/mips-abi.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/mips-abi.html,v retrieving revision 1.4 diff -u -r1.4 mips-

[doc] install.texi -- update link for MPC

2018-09-01 Thread Gerald Pfeifer
Committed. Probably not worth backporting to the GCC 8, 7, and 6 branches? Gerald 2018-09-01 Gerald Pfeifer * doc/install.texi (Prerequisites): Update link for MPC. Index: doc/install.texi === --- doc/install.texi

[wwwdocs] Simplify gcc-3.x/criteria.html (no more align="left")

2018-09-01 Thread Gerald Pfeifer
Remove align="left" (which does not seem to have any impact nowadays) from table headers in the criterial.html files for all GCC 3.x releases. Committed. Gerald Index: gcc-3.0/criteria.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-

[doc] standards.texi -- update Objective-C reference

2018-09-01 Thread Gerald Pfeifer
2018-09-02 Gerald Pfeifer * doc/standards.texi (Standards): Update Objective-C reference. Committed. Gerald Index: doc/standards.texi === --- doc/standards.texi (revision 264033) +++ doc/standards.texi (working copy

[wwwdocs] Push DOCTYPEs into individual pages and switch to HTML 5

2018-09-02 Thread Gerald Pfeifer
This simplifies our web infrastructure by pushing DOCTYPEs into the individual pages, thus (a) reducing the preprocessing of our pages on the server end, (b) hence reducing the dependency on MetaHTML which makes that tool it easier to replace, and last but not least (c) makes it easier to edit

[wwwdocs] Fix up gcc-6/changes.html wrt. HTML 5

2018-09-02 Thread Gerald Pfeifer
As simple as using instead of in one place. Committed. Gerald Index: gcc-6/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.106 diff -u -r1.106 changes.html --- gcc-6/changes.html 1 Se

[wwwdocs] news/gcse.html goes HTML 5

2018-09-02 Thread Gerald Pfeifer
Only a little change, simply omitting align="middle" which did not actually make a practical difference, since "middle" was about vertical alignment. On the way strip a little disclaimer above (since, really, the graphics isn't bad ;-). Committed. Gerald Index: news/gcse.html

[wwwdocs] releases.html -- use CSS

2018-09-02 Thread Gerald Pfeifer
Due to security settings on gcc.gnu.org and the switch to HTML 5 we need to define a style in our global CSS file instead of hardcoding things or keeping it local to that file. Committed. Gerald Index: gcc.css === RCS file: /cvs/gcc

[wwwdocs] news/egcs-vcg.html goes HTML 5 (and looks better)

2018-09-02 Thread Gerald Pfeifer
Use CSS (aligned with our regular documentation) to highlight code snippets as opposed to direct encoding; don't some blocks. This makes this page HTML 5 and actually also looks better. (We probably could simply remove those tables; not sure why Jeff added them back then, probably for the sake of

[wwwdocs] Improve formatting for blocks

2018-09-02 Thread Gerald Pfeifer
is used by our online documentation, and with a change I just applied also by news/egcs-vcg.html and later possibly further pages. This change limits coloring of the background of those pre blocks to the actual width, not the entire page width. Validated by reviewing some pages under /onlinedoc

Re: [wwwdocs] news/egcs-vcg.html goes HTML 5 (and looks better)

2018-09-02 Thread Gerald Pfeifer
On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > (We probably could simply remove those tables; not sure why Jeff > added them back then, probably for the sake of coloring?) Done thusly. And, yes, without the tables or the patch I just committed to our CSS https://gcc.gnu.org/ml/gcc-patche

[wwwdocs] testing/index.html - simplification, HTML 5

2018-09-02 Thread Gerald Pfeifer
Left-align table with tests, removing align="center". Committed. Gerald Index: testing/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v retrieving revision 1.40 diff -u -r1.40 index.html --- testing/index.html

[wwwdocs] about.html - transform into a "real" page

2018-09-02 Thread Gerald Pfeifer
While having just a line with a tag that redirects works in practice, that doesn't make a valid HTML document, so let's fix this by building out an HTML structure skeleton (incl. DOCTYPE). Committed. Gerald Index: gcc.html === RCS

[wwwdocs] simtest-howto.html - convert to HTML 5, using CSS

2018-09-02 Thread Gerald Pfeifer
The new CSS class should prove useful also in other cases. Committed. Gerald Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.56 diff -u -r1.56 gcc.css --- gcc.css 2 Sep 2018 09:47:10 -

[wwwdocs] Use standard DOCTYPE and header for projects/tree-ssa/vectorization.html

2018-09-02 Thread Gerald Pfeifer
I'm not sure why this page did not fall in line with our standard headers, but since it did not, it at first escape the conversions I conducted the last while. Fixed thusly. Gerald Index: projects/tree-ssa/vectorization.html === RCS

[wwwdocs] projects/tree-ssa/tree-browser.html - use more regular markup, existing CSS, move to HTML 5

2018-09-02 Thread Gerald Pfeifer
This page did a lot of manual formatting (via tables) which was not consistent with other spots on our site. This address that by using CSS instead of manually constructing tables, and adds environments where suitable, overall making this simpler/shorter, more consistent, and HTML 5 in the end.

[wwwdocs] Add missing (empty) table cells to gcc-2.95/regress.html

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Index: gcc-2.95/regress.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/regress.html,v retrieving revision 1.111 retrieving revision 1.113 diff -u -r1.111 -r1.113 --- gcc-2.95/regress.html 1 Sep 2018 23:42

[wwwdocs] gcc-2.95/branch.html -- use instead of

2018-09-02 Thread Gerald Pfeifer
...making this page HTML 5. Committed. Gerald Index: gcc-2.95/branch.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/branch.html,v retrieving revision 1.11 diff -u -r1.11 branch.html --- gcc-2.95/branch.html1 Sep 2018 23

[wwwdocs] gcc-7/changes.html -- use instead of

2018-09-02 Thread Gerald Pfeifer
Surprising to see such a new page use old markup. I recall having fixed this back then, reviewing the change, but probably missed that one instance? Anyway, fixed thusly. Gerald Index: gcc-7/changes.html === RCS file: /cvs/gcc/wwwd

[wwwdocs] projects/strees/index.html -- convert to HTML 5

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Convert to HTML 5: Use instead of , omit align="center", use CSS. Index: projects/strees/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/strees/index.html,v retrieving revision 1.4 diff -u -r1.4 index.h

[wwwdocs] egcs-1.1/egcs-1.1-branch.html -- use instead of

2018-09-02 Thread Gerald Pfeifer
It appears we copied from ourselves, so what I fixed for GCC 2.95 already was, pretty much identically, there for egcs 1.1. Fixued thusly, making also this page HTML 5. Gerald Index: egcs-1.1/egcs-1.1-branch.html === RCS file: /cvs/

[wwwdocs] projects/x86.html -- convert to HTML 5

2018-09-02 Thread Gerald Pfeifer
This was an easy one, we just have to remove align=right from one of the table headers, and one where it did not make a difference actually. Committed. Gerald Index: projects/x86.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/x

[wwwdocs] projects/cfo.html -- simplify

2018-09-02 Thread Gerald Pfeifer
This uses a new CSS class *once* instead of attributing most elements in the table with align="right" and also brings us closer to HTML 5 compliance. Committed. Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrievin

[C++, wwwdocs] bugs/index.html - complete C++ non-bug entry

2018-09-02 Thread Gerald Pfeifer
Jason and Nathan, while I completed one C+ non-bug entry with the patch below, I am not sure the items as such is really still relevant? In fact, if you could have a look at https://gcc.gnu.org/bugs/#nonbugs_cxx and advise which entries perhaps should be removed (or updated or added), I'll take c

[wwwdocs] projects/prefetch.html -- replace direct formatting of tables with CSS

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Index: projects/prefetch.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v retrieving revision 1.36 diff -u -r1.36 prefetch.html --- projects/prefetch.html 1 Sep 2018 23:42:10 - 1.36

[wwwdocs] gcc-3.0/criteria.html -- fix up to HTML 5

2018-09-02 Thread Gerald Pfeifer
...by stripping use of some obsolete features and adding missing table cells (). Committed. Gerald Index: gcc-3.0/criteria.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v retrieving revision 1.34 diff -u -r1.34 cr

[wwwdocs] projects/h8300-abi.html -- replace by

2018-09-02 Thread Gerald Pfeifer
...hence converting to proper HTML 5. Committed. Gerald Index: projects/h8300-abi.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v retrieving revision 1.9 diff -u -r1.9 h8300-abi.html --- projects/h8300-abi.html

[wwwdocs] projects/bp/main.html -- remove obsolete

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Index: projects/bp/main.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v retrieving revision 1.22 diff -u -r1.22 main.html --- projects/bp/main.html 1 Sep 2018 23:42:10 - 1.22 +++

[wwwdocs] Revamp formatting markup of bugs/management.html

2018-09-02 Thread Gerald Pfeifer
...making this page HTML 5 compliant. Committed. Gerald Use new CSS clases center and top instead of direct markup. Improve alignment of the "Severity" table and adjust that of the "Priority" table. Index: gcc.css === RCS file: /c

[wwwdocs] gcc-3.3/gcj-status.html - streamline formatting

2018-09-02 Thread Gerald Pfeifer
...making things HTML 5 compliant on the way (without a real loss). Committed. Gerald Index: gcc-3.3/gcj-status.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/gcj-status.html,v retrieving revision 1.10 diff -u -r1.10 gcj-status.

Re: [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting

2018-09-02 Thread Gerald Pfeifer
On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > ...making things HTML 5 compliant on the way (without a real loss). And pretty much the same patch for gcc-3.1/gcj-status.html, which initially escaped my attention. Committed as well. Gerald Index: gcc-3.1/gcj-status.h

Re: [wwwdocs] projects/cfo.html -- simplify

2018-09-02 Thread Gerald Pfeifer
On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > This uses a new CSS class *once* instead of attributing most elements > in the table with align="right" and also brings us closer to HTML 5 > compliance. And this also takes care of align="center" by using the CSS of the s

[wwwdocs] codingconventions.html -- convert to HTML 5

2018-09-02 Thread Gerald Pfeifer
Convert to HTML by using CSS instead of cellpadding= and align=. On the way ensure that all table rows have the appropriate number of cells. Committed. Gerald Index: codingconventions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/codin

[wwwdocs] news.html - omit use of

2018-09-02 Thread Gerald Pfeifer
...thus making this page proper HTML 5. Committed. Gerald Index: news.html === RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.163 diff -u -r1.163 news.html --- news.html 1 Sep 2018 23:42:00 - 1.163 +

[wwwdocs] projects/tree-ssa/vectorization.html - complete conversion to CSS and HTML 5

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.60 diff -u -r1.60 gcc.css --- gcc.css 2 Sep 2018 17:24:50 - 1.60 +++ gcc.css 2 Sep 2018 20:36:32 - @@ -20,6

[wwwdocs] gcc-3.4/sparc-abi.html -- convert to HTML 5

2018-09-02 Thread Gerald Pfeifer
...replacing cellpading=, omitting valign="top" whichactually made things look worse, and using class="right" instead of manual alignment. Committed. Gerald Index: gcc-3.4/sparc-abi.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.

[wwwdocs] Partially convert search.html to CSS

2018-09-02 Thread Gerald Pfeifer
Committed. Gerald Index: search.html === RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v retrieving revision 1.195 diff -u -r1.195 search.html --- search.html 1 Sep 2018 23:42:00 - 1.195 +++ search.html 2 Sep 2018 20:42:19

[wwwdocs] gcc-4.9/changes.html - replace use of

2018-09-02 Thread Gerald Pfeifer
...with , which should render this page HTML 5 compliant. Committed. Gerald Index: gcc-4.9/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.94 diff -u -r1.94 changes.html --- gcc-4.9/ch

[wwwdocs] gcc-3.4/criteria.html - simplify

2018-09-02 Thread Gerald Pfeifer
Remove align="center" attributes from tables. Committed. Gerald Index: gcc-3.4/criteria.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v retrieving revision 1.8 diff -u -r1.8 criteria.html --- gcc-3.4/criteria.html

<    6   7   8   9   10   11   12   13   14   15   >