]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bring this up to date.
authorJulian Seward <jseward@acm.org>
Fri, 16 Jul 2004 21:35:09 +0000 (21:35 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 16 Jul 2004 21:35:09 +0000 (21:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2490

AUTHORS

diff --git a/AUTHORS b/AUTHORS
index d9f5670fdf595beaffd6c7ecd5b1ccd4f8c1d438..fb4d0bc4f4e60481715d61260d96c15521844073 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,22 @@
 
-Julian Seward, jseward@acm.org, is the main author.
+Julian Seward, jseward@acm.org, was the original author, creating the
+dynamic translation framework, memcheck stuff, and the
+signal/syscall/threads support gunk.
 
 Nicholas Nethercote, njn25@cam.ac.uk, did the core/tool
-generalisation, and wrote Cachegrind and some of the other tools.
+generalisation, and wrote Cachegrind and some of the other tools, and
+tons of other stuff, including code generation improvments.
 
-Jeremy Fitzhardinge, jeremy@goop.org, wrote much of Helgrind, and lots
-of low-level syscall/signal stuff.
+Jeremy Fitzhardinge, jeremy@goop.org, wrote Helgrind, and lots of
+syscall/signal simulation stuff, including a complete redesign of how
+syscalls and signals are handled.  Also code generation improvements.
+
+Tom Hughes, thh@cyberscience.com, did a vast number of bug fixes, and
+helped out with support for more recent Linux/glibc versions".
+
+Robert Walsh, rjwalsh@durables.org, added file descriptor leakage
+checking, new library interception machinery, support for client
+allocation pools, and minor other tweakage.
 
 readelf's dwarf2 source line reader, written by Nick Clifton, was
 modified to be used in Valgrind by Daniel Berlin.