public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gcc-3.3: Adjust www.open-std.org links to https
@ 2023-01-19  9:30 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-01-19  9:30 UTC (permalink / raw)
  To: gcc-patches

Pushed.

Gerald

---
 htdocs/gcc-3.3/changes.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index 93d96e65..da4165f3 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -560,7 +560,7 @@ Detailed release notes for the GCC 3.3 release follow.
 <li><a href="https://gcc.gnu.org/PR9424">9424</a> <code>i/ostream::operator&gt;&gt;/&lt;&lt;(streambuf*)</code> drops characters</li>
 <li><a href="https://gcc.gnu.org/PR9425">9425</a> <code>filebuf::pbackfail</code> broken (DUP: <a href="https://gcc.gnu.org/PR9439">9439</a>)</li>
 <li><a href="https://gcc.gnu.org/PR9474">9474</a> GCC freezes in compiling a weird code mixing <code>&lt;iostream&gt;</code> and <code>&lt;iostream.h&gt;</code></li>
-<li><a href="https://gcc.gnu.org/PR9548">9548</a> Incorrect results from <code>setf(ios::fixed)</code> and <code>precision(-1)</code> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#231">[DR 231] wwwdocs:</a></li>
+<li><a href="https://gcc.gnu.org/PR9548">9548</a> Incorrect results from <code>setf(ios::fixed)</code> and <code>precision(-1)</code> <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#231">[DR 231] wwwdocs:</a></li>
 <li><a href="https://gcc.gnu.org/PR9555">9555</a> <code>ostream</code> inserters fail to set <code>badbit</code> on exception</li>
 <li><a href="https://gcc.gnu.org/PR9561">9561</a> <code>ostream</code> inserters rethrow exception of wrong type</li>
 <li><a href="https://gcc.gnu.org/PR9563">9563</a> <code>ostream::sentry</code> returns true after a failed preparation</li>
@@ -1124,21 +1124,21 @@ the relevant defect report.</p>
 <li><a href="https://gcc.gnu.org/PR9371">9371</a> Bad exception handling in <code>i/ostream::operator&gt;&gt;/&lt;&lt;(streambuf*)</code></li>
 <li><a href="https://gcc.gnu.org/PR9546">9546</a> bad exception handling in <code>ostream</code> members</li>
 <li><a href="https://gcc.gnu.org/PR10081">10081</a> <code>basic_ios::_M_cache_locale</code> leaves NULL members in the face of unknown locales</li>
-<li><a href="https://gcc.gnu.org/PR10093">10093</a> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#61">[DR 61] wwwdocs:</a> Setting failbit in exceptions doesn't work</li>
+<li><a href="https://gcc.gnu.org/PR10093">10093</a> <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#61">[DR 61] wwwdocs:</a> Setting failbit in exceptions doesn't work</li>
 <li><a href="https://gcc.gnu.org/PR10095">10095</a> <code>istream::operator&gt;>(int&amp;)</code> sets <code>ios::badbit</code> when <code>ios::failbit</code> is set.</li>
 <li><a href="https://gcc.gnu.org/PR11554">11554</a> Warning about reordering of initializers doesn't mention location of constructor</li>
 <li><a href="https://gcc.gnu.org/PR12297">12297</a> <code>istream::sentry::sentry()</code> handles <code>eof()</code> incorrectly.</li>
 <li><a href="https://gcc.gnu.org/PR12352">12352</a> Exception safety problems in <code>src/localename.cc</code></li>
 <li><a href="https://gcc.gnu.org/PR12438">12438</a> Memory leak in <code>locale::combine()</code></li>
 <li><a href="https://gcc.gnu.org/PR12540">12540</a> Memory leak in <code>locale::locale(const char*)</code></li>
-<li><a href="https://gcc.gnu.org/PR12594">12594</a> DRs <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#60">60 [TC] wwwdocs:</a> and <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#63">63 [TC]</a> not implemented</li>
-<li><a href="https://gcc.gnu.org/PR12657">12657</a> Resolution of <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#292">DR 292 (WP)</a> still unimplemented</li>
+<li><a href="https://gcc.gnu.org/PR12594">12594</a> DRs <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#60">60 [TC] wwwdocs:</a> and <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#63">63 [TC]</a> not implemented</li>
+<li><a href="https://gcc.gnu.org/PR12657">12657</a> Resolution of <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#292">DR 292 (WP)</a> still unimplemented</li>
 <li><a href="https://gcc.gnu.org/PR12696">12696</a> memory eating infinite loop in diagnostics (error recovery problem)</li>
 <li><a href="https://gcc.gnu.org/PR12815">12815</a> Code compiled with optimization behaves unexpectedly</li>
 <li><a href="https://gcc.gnu.org/PR12862">12862</a> Conflicts between typedefs/enums and namespace member declarations</li>
 <li><a href="https://gcc.gnu.org/PR12926">12926</a> Wrong value after assignment in initialize list using bit-fields</li>
-<li><a href="https://gcc.gnu.org/PR12967">12967</a> Resolution of <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#">DR 300 [WP] wwwdocs:</a> still unimplemented</li>
-<li><a href="https://gcc.gnu.org/PR12971">12971</a> Resolution of <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#328">DR 328 [WP] wwwdocs:</a> still unimplemented</li>
+<li><a href="https://gcc.gnu.org/PR12967">12967</a> Resolution of <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#">DR 300 [WP] wwwdocs:</a> still unimplemented</li>
+<li><a href="https://gcc.gnu.org/PR12971">12971</a> Resolution of <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#328">DR 328 [WP] wwwdocs:</a> still unimplemented</li>
 <li><a href="https://gcc.gnu.org/PR13007">13007</a> <code>basic_streambuf::pubimbue</code>, <code>imbue</code> wrong</li>
 <li><a href="https://gcc.gnu.org/PR13009">13009</a> Implicitly-defined assignment operator writes to wrong memory</li>
 <li><a href="https://gcc.gnu.org/PR13057">13057</a> <code>regparm</code> attribute not applied to destructor</li>
-- 
2.39.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-19  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19  9:30 [committed] wwwdocs: gcc-3.3: Adjust www.open-std.org links to https Gerald Pfeifer

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).