Fix for a crash which happened when a document couldn't be opened.
[AROS-Contrib.git] / fish / eval / history.doc
blob7e03c64f8402732d01d1bc61a9661ae384e0e869
1 Version history
3 Version 1.00 (9/88)
5 Eval was originally written to be a flexible PC calculator.  Since I
6 work in a lab where bessel functions are freqently used, I placed
7 emphasis on putting bessel functions in the code.  I also wanted
8 something more powerful than a simple mock-up of an actual calculator.
9 And since I own an Amiga but work with IBM PC clones, I used ANSI C for
10 portability.  This version stayed fairly constant over four years, and I
11 ran it on unix, VMS, and PC (Amiga, IBM, Mac) platforms.
14 Version 1.10 (approx 1/93)
16 A friend of mine asked me to put Eval in the public domain, so I figured
17 I'd better dress it up a little.  I added more flexible output (user
18 specified precision), automatic pausing every 22 lines, and the ability
19 to specify input and output in any number base.  I also rewrote the math
20 library using my own coding (with help from Abromowitz and Stegun :-) so
21 that I would not infringe upon Numerical Recipes in C's copyright when I
22 distributed my source code.  Now Eval is entirely my own doing (not
23 necessarily a good thing ;-).
26 Version 1.11  (approx 2/93)
28 A version I never released.  I added better script support.
31 Version 1.12  (4-9-93)
33 I added a default write directory and read path for scripts, and I added
34 the ability to specify a certain page of help.