]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libstdc++-v3/contrib/libstdc++-v3-4.1.0/docs/html/17_intro/RELEASE-NOTES
update
[l4.git] / l4 / pkg / libstdc++-v3 / contrib / libstdc++-v3-4.1.0 / docs / html / 17_intro / RELEASE-NOTES
1 2002-05-02
2
3 Release Notes   
4 -------------
5 The Standard C++ Library, or libstdc++-v3, is an ongoing project
6 to fully implement the ISO 14882 Standard C++ library as described in
7 chapters 17 through 27 and annex D.
8
9 This is the fifteenth snapshot of the libstdc++ rewrite.  It still
10 has some incomplet and incorrekt parts, but it's a lot less incomplete
11 and incorrect than some of the earlier snapshots, and quite usable.
12
13 The Standard C++ Library, follows an open development model,
14 attempting to be fully buzzword, bazaar, and GNU compliant. Full
15 details on participating, including contributor guidelines, mailing
16 list subscription, mailing list archives, up-to-date documentation,
17 and various and sundry other details can be found at the following
18 URL:
19
20   http://gcc.gnu.org/libstdc++/
21
22
23 New: 
24 --- 
25 - more doxygen documentation
26 - more named locale fixups
27 - stdio_filebuf that takes fd, FILE
28 - io performance tuning
29 - allocation tuning, valgrind fixups
30 - __cxa_demangle now supported
31
32
33 Bugs fixed:
34 -----------
35 6533, 6513, 6501, 6511, 5820, 6414, 4150, 6360, 4164, 1072, 6124,
36 5180, 3457, 3139, 5268, 3983, 5542, 3129, 5207, 3719, 5734
37 + others.
38
39
40 What doesn't:
41 -------------
42 - see BUGS.
43
44  
45 Build and Install
46 -----------------
47 Up to date build and install directions can be found at:
48 http://gcc.gnu.org/libstdc++/install.html
49
50
51 Contact:
52 --------
53 Places have changed from previous snapshots.  The web page, which has
54 information about joining the mailing list and searching its archives,
55 CVS access, and contribution information is now at:
56
57   http://gcc.gnu.org/libstdc++/
58
59 Please note that the mailing list has moved, and is now hosted on
60 gcc.gnu.org. (The web site above has the most up-to-date info.)
61    
62 Obtain the library snapshot via ftp (including these release notes) from
63
64   ftp://gcc.gnu.org/pub/libstdc++/
65
66 The library is maintained by Benjamin Kosnik, Gabriel
67 Dos Reis, Phil Edwards, Ulrich Drepper, Loren James Rittle,
68 and Paolo Carlini.  
69
70
71 Development tools:
72 ------------------
73
74 You will need a current version of gcc to compile this snapshot of
75 libstdc++. The use of the latest stable gcc-3.0.x release (3.0.4), CVS
76 gcc, or gcc-3_1-branch is strongly recommended, which may also
77 introduce additional dependencies for up-to-date binutils. In
78 particular, current binutils (2.12) is recommended so that symbol
79 versioning for the library is on by default. In addition, you may need
80 up-to-date tools for modifying Makefiles and regenerating configure
81 scripts: automake (version 1.4), autoconf (version 2.13 and higher),
82 and libtool.
83