diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-22 10:43:31 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-22 10:43:31 +0000 |
commit | 934fcf41d822e6545c2b182bf8898d4936b45501 (patch) | |
tree | c917f81f28dc51d80e9cfcd681309f43db9188c1 /gcc/doc/contrib.texi | |
parent | 08b7970877ad39a6d4193dd9419cca038401f29b (diff) | |
download | gcc-934fcf41d822e6545c2b182bf8898d4936b45501.tar.gz |
2013-10-22 Paolo Carlini <paolo.carlini@oracle.com>
* doc/contrib.texi ([Fran@,{c}ois Dumont], [Tim Shen],
[Ed Smith-Rowland]): New entries.
([Stephen M. Webb]): Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 9dd2c26287c..32a85634eb8 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -238,6 +238,10 @@ maintaining @code{complex<>}, sanity checking and disbursement, configuration architecture, libio maintenance, and early math work. @item +Fran@,{c}ois Dumont for his work on libstdc++-v3, especially maintaining and +improving @code{debug-mode} and associative and unordered containers. + +@item Zdenek Dvorak for a new loop unroller and various fixes. @item @@ -838,6 +842,9 @@ Lars Segerlund for work on GNU Fortran. Dodji Seketeli for numerous C++ bug fixes and debug info improvements. @item +Tim Shen for major work on @code{<regex>}. + +@item Joel Sherrill for his direction via the steering committee, RTEMS contributions and RTEMS testing. @@ -873,6 +880,10 @@ Danny Smith for his major efforts on the Mingw (and Cygwin) ports. Randy Smith finished the Sun FPA support. @item +Ed Smith-Rowland for his continuous work on libstdc++-v3, special functions, +@code{<random>}, and various improvements to C++11 features. + +@item Scott Snyder for queue, iterator, istream, and string fixes and libstdc++ testsuite entries. Also for providing the patch to G77 to add rudimentary support for @code{INTEGER*1}, @code{INTEGER*2}, and @@ -995,7 +1006,7 @@ Feng Wang for contributions to GNU Fortran. @item Stephen M. Webb for time and effort on making libstdc++ shadow files work with the tricky Solaris 8+ headers, and for pushing the build-time -header tree. +header tree. Also, for starting and driving the @code{<regex>} effort. @item John Wehle for various improvements for the x86 code generator, |