summaryrefslogtreecommitdiff
path: root/NEWS
blob: fc02a0d5a7b99fb5063d3e6896e2ba0783d2a5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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
    arrays now stack
    output is now line buffered, provided setvbuf() is available
    fixed known bugs in 'q', 'Q', 'a' commands, '-f' command-line option,
      and documentation
	changed the 'P' command's behavior on a numeric argument:
	  due to popular demand it now does the equivalent of 'aP'
	  (for small values)
	added new 'n' command to do what the old 'P' command did

Changes in bc from 1.04 to 1.05:
    Solaris makes work better.
    bug fixes
	stdout now always does line buffering.
	sqrt bug fixed for small numbers.
	readline (if support is compiled in) is enabled only for
		interactive executions of bc.


This is GNU bc version 1.04.  (And dc version 1.1)

Changes from 1.03

	reorganization of source tree
	use of automake

	new commands for dc (|, ~, r, a)
	new command line options for dc

	fixed infinite loop in sqrt in bc
	fixed an I/O bug in bc
	made bc conform to POSIX for array parameters
	added long option support for bc
	new commandline options for bc (-q)
	added support for readline to bc (use configure --with-readline)
	command line argumens can now be taken from an environment variable
	

Changes from 1.02

	minor bug fixes in bc.

	addition of Ken Pizzini's dc program that uses the GNU bc 
	arbitrary precision arithmetic routines.

Changes from 1.01
	
	minor bug fixes.