home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / pthread / docs / CONTRIBUTORS < prev    next >
Encoding:
Text File  |  2003-09-12  |  3.6 KB  |  109 lines

  1. Contributors (in approximate order of appearance)
  2.  
  3. [See also the ChangeLog file where individuals are
  4. attributed in log entries. Likewise in the FAQ file.]
  5.  
  6. Ben Elliston        bje@cygnus.com
  7.                     Initiated the project;
  8.                     setup the project infrastructure (CVS, web page, etc.);
  9.                     early prototype routines.
  10. Ross Johnson        rpj@callisto.canberra.edu.au
  11.                     early prototype routines;
  12.                     ongoing project coordination/maintenance;
  13.                     implementation of spin locks and barriers;
  14.                     bug fixes;
  15.                     documentation;
  16.                     testsuite.
  17. Robert Colquhoun    rjc@trump.net.au
  18.                     Early bug fixes.
  19. John E. Bossom        John.Bossom@cognos.com
  20.                     Contributed substantial original working implementation;
  21.                     bug fixes;
  22.                     ongoing guidance and standards interpretation.
  23. Anders Norlander    anorland@hem2.passagen.se
  24.                     Early enhancements and runtime checking for supported
  25.                     Win32 routines.
  26. Tor Lillqvist        tml@iki.fi
  27.                     General enhancements;
  28.                     early bug fixes to condition variables.
  29. Scott Lightner        scott@curriculum.com
  30.                     Bug fix.
  31. Kevin Ruland        Kevin.Ruland@anheuser-busch.com
  32.                     Various bug fixes.
  33. Mike Russo        miker@eai.com
  34.                     Bug fix.
  35. Mark E. Armstrong    avail@pacbell.net
  36.                     Bug fixes.
  37. Lorin Hochstein     lmh@xiphos.ca
  38.                     general bug fixes; bug fixes to condition variables.
  39. Peter Slacik        Peter.Slacik@tatramed.sk
  40.                     Bug fixes.
  41. Mumit Khan        khan@xraylith.wisc.edu
  42.                     Fixes to work with Mingw32.
  43. Milan Gardian        mg@tatramed.sk
  44.                     Bug fixes and reports/analyses of obscure problems.
  45. Aurelio Medina        aureliom@crt.com
  46.                     First implementation of read-write locks.
  47. Graham Dumpleton    Graham.Dumpleton@ra.pad.otc.telstra.com.au
  48.                     Bug fix in condition variables.
  49. Tristan Savatier    tristan@mpegtv.com
  50.                     WinCE port.
  51. Erik Hensema        erik@hensema.xs4all.nl
  52.                     Bug fixes.
  53. Rich Peters        rpeters@micro-magic.com
  54. Todd Owen        towen@lucidcalm.dropbear.id.au
  55.                     Bug fixes to dll loading.
  56. Jason Nye        jnye@nbnet.nb.ca
  57.                     Implementation of async cancelation.
  58. Fred Forester        fforest@eticomm.net
  59. Kevin D. Clark        kclark@cabletron.com
  60. David Baggett        dmb@itasoftware.com
  61.                     Bug fixes.
  62. Paul Redondo        paul@matchvision.com
  63. Scott McCaskill     scott@3dfx.om
  64.                     Bug fixes.
  65. Jef Gearhart        jgearhart@tpssys.com
  66.                     Bug fix.
  67. Arthur Kantor        akantor@bexusa.com
  68.                     Mutex enhancements.
  69. Steven Reddie        smr@essemer.com.au
  70.                     Bug fix.
  71. Alexander Terekhov    TEREKHOV@de.ibm.com
  72.                     Re-implemented and improved read-write locks;
  73.                     (with Louis Thomas) re-implemented and improved
  74.                     condition variables;
  75.                     enhancements to semaphores;
  76.                     system clock change handling re CV timeouts;
  77.                     bug fixes.
  78. Thomas Pfaff        tpfaff@gmx.net
  79.                     Changes to make C version usable with C++ applications;
  80.                     re-implemented mutex routines to avoid Win32 mutexes
  81.                     and TryEnterCriticalSection;
  82.                     procedure to fix Mingw32 thread-safety issues.
  83. Franco Bez        franco.bez@gmx.de
  84.                     procedure to fix Mingw32 thread-safety issues.
  85. Louis Thomas        lthomas@arbitrade.com
  86.                     (with Alexander Terekhov) re-implemented and improved
  87.                     condition variables.
  88. David Korn        dgk@research.att.com
  89.                     Ported to UWIN.
  90. Phil Frisbie, Jr.    phil@hawksoft.com
  91.                     Bug fix.
  92. Ralf Brese        Ralf.Brese@pdb4.siemens.de
  93.                     Bug fix.
  94. prionx@juno.com     prionx@juno.com
  95.                     Bug fixes.
  96. Max Woodbury        mtew@cds.duke.edu
  97.                     POSIX versioning conditionals;
  98.                     reduced namespace pollution;
  99.                     idea to separate routines to reduce statically
  100.                     linked image sizes.
  101. Rob Fanner        rfanner@stonethree.com
  102.                     Bug fix.
  103. Michael Johnson     michaelj@maine.rr.com
  104.                     Bug fix.
  105. Nicolas Barry        boozai@yahoo.com
  106.                     Bug fixes.
  107. Piet van Bruggen    pietvb@newbridges.nl
  108.                     Bug fix.
  109.