aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/contrib.texi11
2 files changed, 14 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f216089..8dec43f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-19 Jeff Law <law@redhat.com>
+
+ * contrib.texi: Update Paolo Carlini's entry. New entries for
+ Jerry Quinn and Petur Runolfsson.
+
2004-01-19 Roger Sayle <roger@eyesopen.com>
* config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
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.