From: Jeff Law Date: Mon, 19 Jan 2004 16:30:05 +0000 (-0700) Subject: contrib.texi: Update Paolo Carlini's entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe37bc4be12d5b9c7369e01224a45f1eed6e73c;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f21608916b1..8dec43fa10e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Jeff Law + + * contrib.texi: Update Paolo Carlini's entry. New entries for + Jerry Quinn and Petur Runolfsson. + 2004-01-19 Roger Sayle * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 0e44bdd23a4..58b2521bae8 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, @@ -652,6 +652,9 @@ Andrew Pinski for processing bug reports by the dozen. 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. @@ -688,6 +691,10 @@ Ken Rose for fixes to our delay slot filling code. @item 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.