3c1fd79ba9
2000-09-19 Phil Edwards <pme@sources.redhat.com> * docs/thanks.html: More thanks. * docs/18_support/howto.html: Fix thinko. * docs/21_strings/howto.html: Minor tweaks and updates to URLs. Redo the string transformation notes and link to... * docs/22_locale/howto.html: ...here. From-SVN: r36546
114 lines
3.7 KiB
HTML
114 lines
3.7 KiB
HTML
|
|
<!--#include virtual="/libstdc++/header.html"-->
|
|
|
|
|
|
|
|
<H3 CLASS="centered">Contributors</H3>
|
|
|
|
<P>
|
|
<!-- This little ditty was ripped wholesale from Anthony Green's
|
|
paragraph on the GCJ Credits page. -->
|
|
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. <B>Feel free</B> to contact <A
|
|
HREF="mailto:pme@sources.redhat.com">pme@sources.redhat.com</A>
|
|
if you have been left out or some of your contributions are not listed.
|
|
Please keep this list in alphabetical order.
|
|
|
|
<!--
|
|
Latest update 2000-05-16, more or less.
|
|
-->
|
|
<UL>
|
|
|
|
<LI>Michael Cook for cleanup patches to reduce warnings.
|
|
|
|
<LI>Russell Davidson for fstream and stringstream fixes.
|
|
|
|
<LI>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.
|
|
|
|
<LI>Ulrich Drepper for all kinds of C interface issues, contributing
|
|
and maintaining complex<>, sanity checking and disbursement,
|
|
configuration architecture, libio maintenance, early math work.
|
|
|
|
<LI>Kevin Ediger for the floating point formatting of num_put::do_put.
|
|
|
|
<LI>Phil Edwards for configuration hackery, documentation maintainer,
|
|
chief breaker of the web pages, and the occasional iostream bugfix.
|
|
|
|
<LI>Mark Elbrecht for configuration support for locales and
|
|
fstream-related fixes.
|
|
|
|
<LI>Vadim Egorov for fixes in strings, streambufs, and iostreams.
|
|
|
|
<LI>Nicolai Josuttis for additional documentation.
|
|
|
|
<LI>Ryszard Kabatek for many, many bugfixes and optimizations of strings,
|
|
especially member functions, and for auto_ptr fixes.
|
|
|
|
<LI>Brendan Kehoe for a lot of early work in just about every part of
|
|
the library.
|
|
|
|
<LI>Mumit Khan for massive porting work to Cygwin/Mingw32.
|
|
|
|
<LI>Benjamin Kosnik for, well, everything.
|
|
|
|
<LI>Martin v. Loewis for namespace patches and fixes, and tons of
|
|
assistance with the compiler merges.
|
|
|
|
<LI>Philip Martin for lots of string and vector iterator fixes and
|
|
improvements, and string clean up and testsuites.
|
|
|
|
<LI>Alfred Minarik for string and ios bugfixes, and turning the entire
|
|
testsuite namespace-compatible.
|
|
|
|
<LI>Jason Molenda for keeping all the machines running. Doing all
|
|
this work on scrap paper and the backs of envelopes would have
|
|
been... difficult.
|
|
|
|
<LI>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.
|
|
|
|
<LI>Felix Natter for documentation on porting.
|
|
|
|
<LI>Chip Salzenberg for patches and improvements to locales, traits,
|
|
Makefiles, libio, libtool hackery, and "long long" support.
|
|
|
|
<LI>Scott Snyder for queue, iterator, istream, and string fixes and
|
|
testsuite entries.
|
|
|
|
<LI>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.
|
|
|
|
<LI>Brent Verner for work with the cshadow files and their associated
|
|
configure steps.
|
|
|
|
</UL></P>
|
|
|
|
<P>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:
|
|
|
|
<UL>
|
|
|
|
<LI>Levente Farkas
|
|
<LI>Jürgen Freyh
|
|
<LI>James Kanze
|
|
<LI>llewelly <!-- Honest, that's the only name in the messages. -->
|
|
<LI>Loren James Rittle
|
|
<LI>George Talbot
|
|
|
|
</UL></P>
|
|
|
|
<P>It couldn't be done without you!</P>
|
|
|
|
|
|
|
|
<!--#include virtual="/libstdc++/footer.html"-->
|
|
|