This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH web update (was: PATCH: Switch to V3


On Sun, 12 Nov 2000, Mark Mitchell wrote:
> Gerald, it would be nice if you would make a news item out of the
> pertinent bits of this rambling mail...

Sorry for the delay. I've been way to busy last week. :-/

The patch below just went live on our web page. I'm not really satisfied,
so please, everyone, feel free to improve on this!

And, yes, I went ahead and made that link to the version of the libstdc++
page on our site instead of the old site at sources.redhat.com. Phil and
me will continue to tweak it, but it should be mostly fine now...

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.229
diff -c -3 -p -r1.229 index.html
*** index.html	2000/11/13 22:57:40	1.229
--- index.html	2000/11/19 02:31:28
*************** hope to release by the end of the year.
*** 152,157 ****
--- 152,167 ----

  <dt><b>November 13, 2000</b></dt>
  <dd>
+ We have now switched the C++ frontend to use
+ <a href="libstdc++/">libstdc++-v3</a>, a new implementation of the ISO
+ Standard C++ Library which brings significant changes and improvements
+ over our ``old'' library. There still be may some rough edges, but we
+ are addressing problems as soon as we learn about them -- please help
+ testing and improving ``your'' ports!
+ </dd>
+
+ <dt><b>November 13, 2000</b></dt>
+ <dd>
  GCC now supports two more ISO C99 features:
  <ul>
  <li>The builtin boolean <code>_Bool</code> type and the


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]