From 538f0be6502a9b5c9db7ebe30dc8e2095479db32 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sat, 2 Dec 2000 02:12:15 +0000 Subject: [PATCH] download.html: Remove. 2000-12-01 Phil Edwards * docs/download.html: Remove. * docs/footer.ihtml: Remove. * docs/header.ihtml: Remove. * docs/index.html: Remove. * docs/links.html: Remove. * docs/mail.html: Remove. * docs/status.html: Remove. * docs/thanks.html: Remove. From-SVN: r37943 --- libstdc++-v3/ChangeLog | 11 +++ libstdc++-v3/docs/download.html | 54 ------------- libstdc++-v3/docs/footer.ihtml | 18 ----- libstdc++-v3/docs/header.ihtml | 36 --------- libstdc++-v3/docs/index.html | 78 ------------------- libstdc++-v3/docs/links.html | 53 ------------- libstdc++-v3/docs/mail.html | 76 ------------------- libstdc++-v3/docs/status.html | 130 -------------------------------- libstdc++-v3/docs/thanks.html | 128 ------------------------------- 9 files changed, 11 insertions(+), 573 deletions(-) delete mode 100644 libstdc++-v3/docs/download.html delete mode 100644 libstdc++-v3/docs/footer.ihtml delete mode 100644 libstdc++-v3/docs/header.ihtml delete mode 100644 libstdc++-v3/docs/index.html delete mode 100644 libstdc++-v3/docs/links.html delete mode 100644 libstdc++-v3/docs/mail.html delete mode 100644 libstdc++-v3/docs/status.html delete mode 100644 libstdc++-v3/docs/thanks.html diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 877cb9e43e2..3d07122897f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2000-12-01 Phil Edwards + + * docs/download.html: Remove. + * docs/footer.ihtml: Remove. + * docs/header.ihtml: Remove. + * docs/index.html: Remove. + * docs/links.html: Remove. + * docs/mail.html: Remove. + * docs/status.html: Remove. + * docs/thanks.html: Remove. + 2000-12-01 Phil Edwards * mkcheck.in: Count static and shared results separately. diff --git a/libstdc++-v3/docs/download.html b/libstdc++-v3/docs/download.html deleted file mode 100644 index a25805b522f..00000000000 --- a/libstdc++-v3/docs/download.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - -

Getting the sources by FTP or CVS

- - -

Get the snapshot archive via FTP from - <URL:ftp://sources.redhat.com/pub/libstdc++/>. - You will almost certainly need to use one of the - mirror sites - due to the extremely heavy load on the main server. -

- -

The master CVS repository for libstdc++-v3 is now a part of the gcc - repository. As such, checking out the gcc module includes - the current libstdc++-v3 development sources. To check out - libstdc++-v3 only, use libstdc++-v3 instead of gcc - as the module. -

-
    -
  • Read-only CVS repository is available by anonymous CVS. Directions - are here. You can also - use anonymous CVS from one of the mirrors of the CVS repository. -
  • Read-write CVS repository is available by authorized CVS via SSH. - Directions are here. -
-

Once you have the GCC sources checked out over CVS, you can use the - contrib/gcc_update script to retrieve the latest changes, and - automatically update the timestamps of certain files. With the - timestamps updated, you won't need autoconf or the other tools (unless - you make changes, obviously). -

- -

You can also -browse - the CVS repository over the web. -

- - - - - diff --git a/libstdc++-v3/docs/footer.ihtml b/libstdc++-v3/docs/footer.ihtml deleted file mode 100644 index 2e8229654c8..00000000000 --- a/libstdc++-v3/docs/footer.ihtml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - -
-

-These pages are stoically maintained by -Phil Edwards, who might now -actually be able to maintain them as the directory structure is slowly -congealing into some kind of permanent structure, and were last modified on -2000-11-16. -

- - - - diff --git a/libstdc++-v3/docs/header.ihtml b/libstdc++-v3/docs/header.ihtml deleted file mode 100644 index 5399a874014..00000000000 --- a/libstdc++-v3/docs/header.ihtml +++ /dev/null @@ -1,36 +0,0 @@ - - - -
-

libstdc++ v3

-
- - - - - - - - - -
- Home
- Status
- Downloading
- FAQ (text)
- Documentation
- Mailing Lists
- Contributors
- Links
-
- -
- - diff --git a/libstdc++-v3/docs/index.html b/libstdc++-v3/docs/index.html deleted file mode 100644 index 8483790d854..00000000000 --- a/libstdc++-v3/docs/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - -

What... is your name?

- -

The GNU Standard C++ Library v3, or libstdc++-2.90.x/2.9x. Also, - libstdc++-v3 is the most common nickname. -

- -

What... is your quest?

- -

This is an ongoing project to implement the ISO 14882 Standard - C++ Library as described in chapters 17 through 27 and Annex D. - Participation is welcome! -

- -

What... is the airspeed velocity of an unladen swallow?

- -

African or European?

- - -
- -

News

- -
-
2000-11-17 -
Tenth snapshot release, - - libstdc++-2.91.tar.gz. -
2000-11-12 -
Officially - made - libstdc++-v3 the default C++ library. -
2000-04-21 -
Officially merged library sources into GCC. -
2000-03-24 -
Ninth snapshot release, libstdc++-2.90.8.tar.gz. -
1999-12-21 -
Eighth snapshot release, libstdc++-2.90.7.tar.gz. -
1999-08-04 -
Seventh snapshot release, libstdc++-2.90.6.tar.gz. -
1999-05-18 -
Sixth snapshot release, libstdc++-2.90.5.tar.gz. -
1999-03-19 -
Fifth snapshot release, libstdc++-2.90.4.tar.gz. -
1998-12-31 -
Fourth snapshot release, libstdc++-2.90.3.tar.gz. -
1998-11-04 -
Design, feature checklist and readme documents updated. Also see - new "Notes" section. -
1998-10-30 -
Third snapshot release, libstdc++-2.90.2.tar.gz. -
1998-07-31 -
Design document available -
1998-07-24 -
Second snapshot release, libstdc++-2.90.1.tar.gz. -
1998-07-15 -
First snapshot release. -
- - - - - diff --git a/libstdc++-v3/docs/links.html b/libstdc++-v3/docs/links.html deleted file mode 100644 index e03ec5a26e8..00000000000 --- a/libstdc++-v3/docs/links.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - -

Links

- -

Public websites that have info on known defects in the standard:

- - - - - - - - - - - - - - - diff --git a/libstdc++-v3/docs/mail.html b/libstdc++-v3/docs/mail.html deleted file mode 100644 index a811aab53c0..00000000000 --- a/libstdc++-v3/docs/mail.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - - -

Mailing list info

- -

There are three main mailing lists for this project: -

    -
  • libstdc++@sources.redhat.com: the main discussion and - development list -
  • libstdc++-cvs@sources.redhat.com: a mailing list of - CVS-produced messages (exciting reading!) -
-

- -

Use this handy little form to subscribe or unsubscribe from any of - these lists: -

-
- Mailing list: - -
- Your e-mail address: - -
- Digest version -   - -   - -
-
-

- -

Archives are also on the web for extra easy access. Just select - the links below to see the appropriate archive: -

-

- -

You can also ftp mbox formatted archives from the - ftp - archives. -

- -

For more info, and features of the mailing list software, please consult - the - documentation page for sources.redhat mailing lists. -

- - - - - - diff --git a/libstdc++-v3/docs/status.html b/libstdc++-v3/docs/status.html deleted file mode 100644 index 13133ac2fd8..00000000000 --- a/libstdc++-v3/docs/status.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - -

Status

-

Compiling this library requires sources of a recent version of GCC. - We suggest using CVS GCC. -

- -

New things that work are in the latest - release notes. -

- -

Known problems and bugs, which will force us to actually keep this - file up-to-date, can be found in bugs. -

- -

Things that need to be done and are looking for volunteers can be found - in: pick me. -

- -

This release has been tested with CVS gcc on the following - platforms. The configuration of --enable-debug (using -O0) was tested. - Here are the results for snapshots 2.N: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nhostbuildstatic pass/failshared pass/fail
91alpha-unknown-linux-gnu+ (see Note 1)176/8176/8
91i686-unknown-linux-gnu+176/8176/8
91powerpc-unknown-linux-gnu+176/8176/8
91sparc-sun-solaris2.5.1+ (see Note 2)results_not_inresults_not_in
91sparc-sun-solaris2.6+ (see Note 2)results_not_inresults_not_in
91sparc-sun-solaris2.7+ (see Note 2)results_not_inresults_not_in
91powerpc-ibm-aix4.3-results_not_inresults_not_in
91i686-cygwin+results_not_inresults_not_in
91i686-linux-x-arm-elf+176/8176/8
- - -

Note 2: All Solaris toolchains were configured with --with-gnu-ld ---with-gnu-as --with-gcc. (That's a lot of --with's...) -

- - - - - diff --git a/libstdc++-v3/docs/thanks.html b/libstdc++-v3/docs/thanks.html deleted file mode 100644 index 05d784b0495..00000000000 --- a/libstdc++-v3/docs/thanks.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - Standard C++ Library v3 - - - - - - - - - - -

Contributors

- -

- - Many people contribute to the libstdc++-v3 project, - and in many different capacities. Any omissions -- and there probably - are many -- - in this list are accidental. Feel free to contact pme@sources.redhat.com - if you have been left out or some of your contributions are not listed. - Please keep this list in alphabetical order. - - -

    - -
  • Michael Cook for cleanup patches to reduce warnings. - -
  • Russell Davidson for fstream and stringstream fixes. - -
  • Gabriel Dos Reis for contributing the valarray implementation, - taming g++ diagnostic messages involving templates, maintaining - the numerics library (including that pesky <limits> :-), and - keeping up-to-date anything to do with numbers. - -
  • Ulrich Drepper for all kinds of C interface issues, contributing - and maintaining complex<>, sanity checking and disbursement, - configuration architecture, libio maintenance, early math work. - -
  • David Edelsohn for doing the entire AIX port with his bare hands. - -
  • Kevin Ediger for the floating point formatting of num_put::do_put. - -
  • Phil Edwards for configuration hackery, documentation maintainer, - chief breaker of the web pages, and the occasional iostream bugfix. - -
  • Mark Elbrecht for configuration support for locales and - fstream-related fixes. - -
  • Vadim Egorov for fixes in strings, streambufs, and iostreams. - -
  • Nicolai Josuttis for additional documentation. - -
  • Ryszard Kabatek for many, many bugfixes and optimizations of strings, - especially member functions, and for auto_ptr fixes. - -
  • Brendan Kehoe for a lot of early work in just about every part of - the library. - -
  • Mumit Khan for massive porting work to Cygwin/Mingw32. - -
  • Benjamin Kosnik for, well, everything. - -
  • Martin v. Loewis for namespace patches and fixes, and tons of - assistance with the compiler merges. - -
  • Philip Martin for lots of string and vector iterator fixes and - improvements, and string clean up and testsuites. - -
  • Alfred Minarik for string and ios bugfixes, and turning the entire - testsuite namespace-compatible. - -
  • Jason Molenda for keeping all the machines running. Doing all - this work on scrap paper and the backs of envelopes would have - been... difficult. - -
  • Nathan Myers for architecture and authorship through the first - three snapshots, including implementation of locale infrastructure, - string, shadow C headers, and the initial project documentation - (DESIGN, CHECKLIST, and so forth). Later, more work on MT-safe - string and shadow headers. - -
  • Felix Natter for documentation on porting. - -
  • Chip Salzenberg for patches and improvements to locales, traits, - Makefiles, libio, libtool hackery, and "long long" support. - -
  • Scott Snyder for queue, iterator, istream, and string fixes and - testsuite entries. - -
  • Petter Urkedal for CXXFLAGS, math, and algorithms fixes. - -
  • Brent Verner for work with the cshadow files and their associated - configure steps. - -

- -

We'd also like to thank the folks who have contributed time and - energy in testing libstdc++-v3, especially those sending in testsuite - evaluations and documentation corrections: - -

    - -
  • David Gilbert -
  • Levente Farkas -
  • Jürgen Freyh -
  • James Kanze -
  • llewelly -
  • Loren James Rittle -
  • George Talbot - -

- -

It couldn't be done without you!

- - - - - - - - -- 2.30.2