diff options
author | john haque <j.eh@mchsi.com> | 2012-04-02 06:11:59 -0500 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-04-02 06:11:59 -0500 |
commit | cb86918d50c3758d9cd2f4d75c73ff590cc75b04 (patch) | |
tree | 6b0b5505dbb262a24a4d3babb8603cd3564008c9 /test | |
parent | a11e3c290c877c3ffc11e886edb95199a31fac2b (diff) | |
download | egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.tar.gz egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.tar.bz2 egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.zip |
MPFR related documentation updates and code cleanups.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 11 | ||||
-rw-r--r-- | test/badargs.ok | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8dbd225a..773c5ae6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,14 @@ +2012-04-01 John Haque <j.eh@mchsi.com> + + * Makefile.am (mpfr-test): Add target for manual testing of MPFR + and GMP numbers. + * mpfrbigint.awk, mpfrexprange.awk, mpfrieee.awk, mpfrnr.awk, + mpfrrnd.awk, mpfrsort.awk: New tests. + (MPFR_TESTS): Add the new tests. + * mpfrnr.in, mpfrbigint.ok, mpfrexprange.ok, mpfrieee.ok, mpfrnr.ok, + mpfrrnd.ok, mpfrsort.ok: New files. + (AWK): Add AWKFLAGS; useful for testing with 'gawk -M' invocation. + 2012-02-28 Arnold D. Robbins <arnold@skeeve.com> * fmtspcl-mpfr.ok, fnarydel-mpfr.ok, fnparydl-mpfr.ok, diff --git a/test/badargs.ok b/test/badargs.ok index fd0a823f..3dd65990 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -18,7 +18,7 @@ Short options: GNU long options: (extensions) -l library --load=library -L [fatal] --lint[=fatal] -n --non-decimal-data - -M --bcmath + -M --arbitrary-precision -N --use-lc-numeric -o[file] --pretty-print[=file] -O --optimize |