]> granicus.if.org Git - libatomic_ops/commitdiff
Update AUTHORS file - now it lists all contributors
authorIvan Maidanski <ivmai@mail.ru>
Wed, 3 Aug 2011 10:01:24 +0000 (14:01 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 3 Aug 2011 10:01:24 +0000 (14:01 +0400)
AUTHORS
TODO

diff --git a/AUTHORS b/AUTHORS
index b77089071586ac66cc7d2e5b3c8cc8e6a5a7d18e..b6f04fa5a4d3dbf118315bb287b069df6b42f23a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,29 @@
 Originally written by Hans Boehm, with some platform-dependent code
 imported from the Boehm-Demers-Weiser GC, where it was contributed
 by many others.
+Currently maintained by Ivan Maidanski.
 
+Andreas Tobler <a.tobler@schweiz.org>
+Andrew Agno <agno+boehmgc@agno.net>
+Bradley Smith <brad@brad-smith.co.uk>
+Bruce Mitchener <bruce.mitchener@gmail.com>
+Carlos O'Donell <carlos@baldric.uwo.ca>
+Daniel Grayson <dan@math.uiuc.edu>
+Earl Chew <earl_chew@agilent.com>
+Emmanuel Stapf <manus@eiffel.com>
+Gregory Farnum <gregory.farnum@dreamhost.com>
+Hans Boehm <Hans.Boehm@hp.com>
+Ian Wienand <ianw@gelato.unsw.edu.au>
+Ivan Maidanski <ivmai@mail.ru>
+Jeremy Huddleston <jeremyhu@apple.com>
+Jim Marshall <jim.marshall@wbemsolutions.com>
+Joerg Wagner <wagner@it.neclab.eu>
+Luca Barbato <lu_zero@gentoo.org>
+Michael Hope <michael.hope@linaro.org>
+Patrick Marlier <patrick.marlier@unine.ch>
+Petter Urkedal <urkedal@nbi.dk>
+Philipp Zambelli <pzamb@iicm.edu>
+Ranko Zivojnovic <ranko@spidernet.net>
+Sebastian Siewior <sebastian@breakpoint.cc>
+Takashi Yoshii <takashi.yoshii.zj@renesas.com>
+Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>
diff --git a/TODO b/TODO
index 03ff2a5779c09d3f4eecc8e34779414650325443..db7c929002f1ab6d07c61af43d128744066a8705 100644 (file)
--- a/TODO
+++ b/TODO
@@ -16,8 +16,6 @@ FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.
 This either a bug in our code or in GCC. In the latter case, it might worth
 to create a work-around if possible.
 
-Update AUTHORS file. It should contain all contributors.
-
 Review build process: make invokes configure unnecessarily.
 Don't create autom4te.cache (or, at least, remove it on make distclean).