From 92d0a3b16723b28b591c6ece8aa385f1c0e731d2 Mon Sep 17 00:00:00 2001 From: Dotsenko Andrey Date: Mon, 21 Nov 2016 08:00:44 +0300 Subject: [PATCH] Change style of AUTHORS Each author with his personal info must be on one line (his name, email, etc) and his contribution must be on the next line. --- AUTHORS | 156 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 104 insertions(+), 52 deletions(-) diff --git a/AUTHORS b/AUTHORS index 576abaf..8ea1b88 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,60 +8,112 @@ Ex-Maintainers: Sven Neumann | neo23 Committers: - Robert Collins (subunit support) | rbcollins - Micah Cowan (checkmk tool, docs and tests) | micahcowan - Zdenek Crha (new Check API docs, fixes, and tests) | zdenekc - Mateusz Loskot (msvc port #2) | mloskot - Jose E. Marchesi (selective testing support) | jemarch + Robert Collins | rbcollins + (subunit support) + Micah Cowan | micahcowan + (checkmk tool, docs and tests) + Zdenek Crha | zdenekc + (new Check API docs, fixes, and tests) + Mateusz Loskot | mloskot + (msvc port #2) + Jose E. Marchesi | jemarch + (selective testing support) Contributors: - Cesar Ballardini (signals) - Anthony G. Basile (fix configure.ac and strsignal()) - Friedrich Beckmann (mingw and msvc port #1) - Frank Bergmann (WIN32 tmpfile workaround) - Joshua Boyd (travis testing with both build systems, cmake fixes) - Ross Burton (pkg-config patch) - Bogdan Cristea (eclipse support in contrib dir) - Lucas Di Pentima (signals) - Torok Edwin (strsignal and build fixes) - Daniel Gollub (pthreads support) - Roland Illig (varargs and strsignal portability fixes) - Elmir Jagudin (well-formed XML and log file via env variables) - Jerry James (cleanup compiler warnings) - Jon Kowal (deadlock on thread cancellation fix) - Robert Lemmen (gcov description in manual) - Loic Martin (AM_PATH_CHECK patch) - Roy Merkel (specified test exit value) - Gilgamesh Nootebos (bug fixes) - Diego Elio Petteno (autoconf patch for 64-bit safe code) - Frederic Peters (XML output) - Dietmar Petras (bug fixes) - Rick Poyner (pipe handling, bug fixes) - Bernhard Reiter (configure issues) - Pavol Rusnak (memory location comparison macros ck_assert_mem_*) - Neil Spring (const fixes) - Roland Stigge (bug fix: allow fail inside setup) - Sebastian Rasmussen (duration bug fix, 64-bit API fix) - Martin Willers (rename check's internal list API to start with check_) - bross (patches for msys/mingw32 support) - Pino Toscano (GNU/Hurd support for subsecond timeouts) - lod (compiler warning) - Bill Kolokithas (more checkmk directives) - Julien Godin (configure.ac patch for Check example) - Kosma Moczek (fix for string formatting in ck_assert_*() methods with %) - Tim Müller (Use _exit() instead of exit() on _ck_assert_failed()) - Georg Sauthoff (Solaris support, misc autotools fixes) - forest (AIX and Solaris support) - Michael Piszczek (misc cleanup) - Stewart Brodie (bug fix: no fork mode failure reporting with teardowns) - Michał Dębski (Use mkstemp() if available instead of tmpfile() or tempnam()) - Sebastian Dröge (Kill running tests if SIGTERM or SIGINT are caught in test runner) - Matt Clarkson (Fix CMake checks using time.h for MinGW and MSVC) - Mario Sanchez Prada (configure.ac cleanup) - Tobias Frost (strip timestamps from examples to enable reproducible builds) - James Morris (checkmk regex update for Solaris support) - Mick Beaver (Visual Studio 2015 build fixes) - Jan Pokorny (corner case segfault fix) + Cesar Ballardini + (signals) + Anthony G. Basile + (fix configure.ac and strsignal()) + Friedrich Beckmann + (mingw and msvc port #1) + Frank Bergmann + (WIN32 tmpfile workaround) + Joshua Boyd + (travis testing with both build systems, cmake fixes) + Ross Burton + (pkg-config patch) + Bogdan Cristea + (eclipse support in contrib dir) + Lucas Di Pentima + (signals) + Torok Edwin + (strsignal and build fixes) + Daniel Gollub + (pthreads support) + Roland Illig + (varargs and strsignal portability fixes) + Elmir Jagudin + (well-formed XML and log file via env variables) + Jerry James + (cleanup compiler warnings) + Jon Kowal + (deadlock on thread cancellation fix) + Robert Lemmen + (gcov description in manual) + Loic Martin + (AM_PATH_CHECK patch) + Roy Merkel + (specified test exit value) + Gilgamesh Nootebos + (bug fixes) + Diego Elio Petteno + (autoconf patch for 64-bit safe code) + Frederic Peters + (XML output) + Dietmar Petras + (bug fixes) + Rick Poyner + (pipe handling, bug fixes) + Bernhard Reiter + (configure issues) + Pavol Rusnak + (memory location comparison macros ck_assert_mem_*) + Neil Spring + (const fixes) + Roland Stigge + (bug fix: allow fail inside setup) + Sebastian Rasmussen + (duration bug fix, 64-bit API fix) + Martin Willers + (rename check's internal list API to start with check_) + bross + (patches for msys/mingw32 support) + Pino Toscano + (GNU/Hurd support for subsecond timeouts) + lod + (compiler warning) + Bill Kolokithas + (more checkmk directives) + Julien Godin + (configure.ac patch for Check example) + Kosma Moczek + (fix for string formatting in ck_assert_*() methods with %) + Tim Müller + (Use _exit() instead of exit() on _ck_assert_failed()) + Georg Sauthoff + (Solaris support, misc autotools fixes) + forest + (AIX and Solaris support) + Michael Piszczek + (misc cleanup) + Stewart Brodie + (bug fix: no fork mode failure reporting with teardowns) + Michał Dębski + (Use mkstemp() if available instead of tmpfile() or tempnam()) + Sebastian Dröge + (Kill running tests if SIGTERM or SIGINT are caught in test runner) + Matt Clarkson + (Fix CMake checks using time.h for MinGW and MSVC) + Mario Sanchez Prada + (configure.ac cleanup) + Tobias Frost + (strip timestamps from examples to enable reproducible builds) + James Morris + (checkmk regex update for Solaris support) + Mick Beaver + (Visual Studio 2015 build fixes) + Jan Pokorny + (corner case segfault fix) Anybody who has contributed code to Check or Check's build system is considered an author. Submit a pull request of this file or send -- 2.40.0