blob: 44f3fec201057293e704224c441afb197c22f9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!--#include virtual="/libstdc++/header.html"-->
<H2>What... is your name?</H2>
<P>The GNU Standard C++ Library v3, or libstdc++-2.90.x. Also,
libstdc++-v3 is the most common nickname.
</P>
<H2>What... is your quest?</H2>
<P>This is an ongoing project to implement the ISO 14882 Standard
C++ Library as described in chapters 17 through 27 and Annex D.
<B>Participation is welcome!</B>
</P>
<H2>What... is the airspeed velocity of an unladen swallow?</H2>
<P><A HREF="http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html">African or European?</A></P>
<!-- Anyone who hasn't seen Holy Grail shouldn't be programming... how can you
understand procedural logic if you haven't seen the witch-burning scene?
(Replace 'scene-23' with 'scene-05' for the transcript.)
-->
<HR>
<H3>News</H3>
<P>
<DL>
<DT>2000-04-21
<DD> Officially merged library sources into GCC.
<DT>2000-03-24
<DD> Ninth snapshot release,
<A HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.90.8.tar.gz">
libstdc++-2.90.8.tar.gz</A>.
<DT>1999-12-21
<DD> Eighth snapshot release, libstdc++-2.90.7.tar.gz.
<DT>1999-08-04
<DD> Seventh snapshot release, libstdc++-2.90.6.tar.gz.
<DT>1999-05-18
<DD> Sixth snapshot release, libstdc++-2.90.5.tar.gz.
<DT>1999-03-19
<DD> Fifth snapshot release, libstdc++-2.90.4.tar.gz.
<DT>1998-12-31
<DD> Fourth snapshot release, libstdc++-2.90.3.tar.gz.
<DT>1998-11-04
<DD> Design, feature checklist and readme documents updated. Also see
new "Notes" section.
<DT>1998-10-30
<DD> Third snapshot release, libstdc++-2.90.2.tar.gz.
<DT>1998-07-31
<DD> <A HREF="17_intro/DESIGN">Design document available</a>
<DT>1998-07-24
<DD> Second snapshot release, libstdc++-2.90.1.tar.gz.
<DT>1998-07-15
<DD> First snapshot release.
</DL>
</P>
<!--#include virtual="/libstdc++/footer.html"-->
|