undid erroneous commit
[gcalctool.git] / AUTHORS
blob326d60cefa650c2cc05c2087284eeb87cf103379
1 Main author/maintainer:               Rich Burridge <rich.burridge@Sun.COM>
2 Arithmetic precedence support:        Sami Pietila <sampie@ariana-dsl.utu.fi>
4 ----
6 The maths library used by gcalctool is based on the freely available MP
7 multi-precision floating-point arithmetic package originally written in
8 FORTRAN by Richard Brent in the 1970's, when he was with the Computer
9 Centre, Australian National University.
11 It has been converted from FORTRAN into C using the freely available
12 f2c translator, available via netlib on research.att.com.
14 The subsequently converted C code has then been tidied up, mainly to
15 remove any dependencies on the libI77 and libF77 support libraries.
17 More information on this MP package can be found at:
19 ACM Paper:
21 http://web.comlab.ox.ac.uk/oucl/work/richard.brent/pd/rpb042.pdf
23 User Guide:
25 http://web.comlab.ox.ac.uk/oucl/work/richard.brent/pd/rpb035.pdf
27 Source Code:
29 http://web.comlab.ox.ac.uk/oucl/work/richard.brent/ftp/rpb043/rpb043.tar.gz
31 ----
33 Acknowledgements for the GNOME/Gtk+ version:
35 Dennis Cranston and Andrew Sobala for various bug fixes.
36 Calum Benson for HCI advice.
37 Breda McColgan for online help.
38 Evan Martin <martine@cs.washington.edu> for help with the menu buttons.
39 Gregory Merchan <merchan@baton.phys.lsu.edu> for the calctool_display_frame 
40 custom widget.
42 ----
44 Acknowledgements from the previous versions (circa 1990):
46 Thanks to Ed Falk at Sun Microsystems (Mountain View) for most of the
47 basic arithmetical algorithms used, to Andrew Nicholson for revising the
48 previous version of the NeWS code, to Sriram Ramachandran for fixing up
49 the XView code, to Hala Abdalla for the original implementation of the
50 popup menu and function keyboard support, to Didier Poirot for the
51 calctool Imakefiles, and to Sisira Jayasinghe for better error detecting
52 addition, subtraction, multiplication and division routines for the
53 maths library.
55 Thanks go also to James Buster, David Weaver, Steve Damron, Mike Bender,
56 Charles Tierney, Trevor Watson, Marla Berg, David Hough, Jeff Donsbach,
57 Mel Melchner, Peter Allott, Skip Gilbrech, Tom Friedel, Keith McNeill
58 Stephen Frede, Johan Vromans, David Karr, Steve Alexander, Gary Bartlett,
59 Steve Nahm, Daniel Yang and Rick Stevenson for bug reports and/or bug fixes
60 plus sugggested enhancements.