summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/bc/NEWS')
-rw-r--r--gnu/usr.bin/bc/NEWS53
1 files changed, 0 insertions, 53 deletions
diff --git a/gnu/usr.bin/bc/NEWS b/gnu/usr.bin/bc/NEWS
deleted file mode 100644
index 105795d8fb8..00000000000
--- a/gnu/usr.bin/bc/NEWS
+++ /dev/null
@@ -1,53 +0,0 @@
-This is GNU bc version 1.05. (And dc version 1.2)
-
-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.
-
-