summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc02a0d..f8fd4b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
-This is GNU bc version 1.06. (And dc version 1.2)
+This is GNU bc version 1.07.1. (And dc version 1.4.1)
+
+Changes in bc from 1.07 to 1.07.1.
+ Fixed ibase extension causing problems for read()
+ Fixed parallel make problem.
+
+Changes in dc 1.4 to 1.4.1.
+ Fixed dc "Q" comanmd bug.
+
+Changes in bc from 1.06 to 1.07.
+ Added void functions.
+ Bug fixes:
+ fixes bug in load_code introduced by mathlib string storage in 1.06.
+ fix to get long options working.
+ signal code clean-up.
+ fixed a bug in the AVL tree routines.
+ fixed math library to work properly when called with ibase not 10.
+ fixed a symbol table bug when using more than 32 names.
+ removed a double free.
+ Added base 17 to 36 for ibase.
+ Fixed some memory leaks.
+ Various small tweaks and doc bug fixes.
+
+Changes in dc from 1.3 to 1.4:
+ Recognize and handle tail recursion.
+ Add 'r' and 'R' commands for stack manipulation.
+ Finally fix dc to trap interrupts, like the documentation has said it
+ should: aborts any executing macros, but does not exit the program.
+ Bug fixes.
+ Miscellaneous code clean-up.
+ Changed to detect directories and generate errors.
+ Detects and reports on any output errors; exits non-success.
Changes in dc from 1.2 to 1.3:
Minor bug fixes.