diff options
author | Jeff Law <law@redhat.com> | 2004-01-19 09:30:05 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2004-01-19 09:30:05 -0700 |
commit | 6fe37bc4be12d5b9c7369e01224a45f1eed6e73c (patch) | |
tree | db9ace31b671125994d72c3894510802c42f36aa /gcc/doc/contrib.texi | |
parent | 68f48f395a07bfbde55f7403d2c58db66c6dbf2c (diff) | |
download | gcc-6fe37bc4be12d5b9c7369e01224a45f1eed6e73c.zip gcc-6fe37bc4be12d5b9c7369e01224a45f1eed6e73c.tar.gz gcc-6fe37bc4be12d5b9c7369e01224a45f1eed6e73c.tar.bz2 |
contrib.texi: Update Paolo Carlini's entry.
* contrib.texi: Update Paolo Carlini's entry. New entries for
Jerry Quinn and Petur Runolfsson.
From-SVN: r76155
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 0e44bdd..58b2521 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -121,8 +121,8 @@ Stephan Buys for contributing Doxygen notes for libstdc++. @item Paolo Carlini for libstdc++ work: lots of efficiency improvements to -the string class, hard detective work on the frustrating localization -issues, and keeping up with the problem reports. +the string class, C++ streambufs and formatted I/O, hard detective work on +the frustrating localization issues, and keeping up with the problem reports. @item John Carr for his alias work, SPARC hacking, infrastructure improvements, @@ -653,6 +653,9 @@ Ovidiu Predescu for his work on the Objective-C front end and runtime libraries. @item +Jerry Quinn for major performance improvements in C++ formatted I/O. + +@item Ken Raeburn for various improvements to checker, MIPS ports and various cleanups in the compiler. @@ -689,6 +692,10 @@ Ken Rose for fixes to our delay slot filling code. Paul Rubin wrote most of the preprocessor. @item +Petur Runolfsson for major performance improvements in C++ formatted I/O and +large file support in C++ filebuf. + +@item Chip Salzenberg for libstdc++ patches and improvements to locales, traits, Makefiles, libio, libtool hackery, and ``long long'' support. |