diff options
Diffstat (limited to 'contrib/bc/NEWS')
-rw-r--r-- | contrib/bc/NEWS | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/contrib/bc/NEWS b/contrib/bc/NEWS index 105795d..fc02a0d 100644 --- a/contrib/bc/NEWS +++ b/contrib/bc/NEWS @@ -1,4 +1,19 @@ -This is GNU bc version 1.05. (And dc version 1.2) +This is GNU bc version 1.06. (And dc version 1.2) + +Changes in dc from 1.2 to 1.3: + Minor bug fixes. + New multiply algorithm of bc. + +Changes in bc from 1.05 to 1.06: + New multiply algoirthm and many other changes in lib/number.c + Function size now done dynamically. + Function syntax in non-posix mode allows newlines in more places. + Bug fixes: + improved computation of j(n,x). + enables readline only if interactive. + for statment bug fixed. + use int instead of char for readline char counts. + improved cosine accuracy. Changes in dc from 1.1 to 1.2: added !< != !> commands |