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