~ubuntu-branches/ubuntu/trusty/bc/trusty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 12:24:03 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071205122403-rv1a7x90ktu1wl95
Tags: 1.06.94-3ubuntu1
* Merge with Debian; remaining changes:
  - Make bc/dc notice read and write errors on its input and output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is GNU bc version 1.06.  (And dc version 1.2)
 
1
This is GNU bc version 1.07.  (And dc version 1.4)
 
2
 
 
3
Changes in bc from 1.06 to 1.07.
 
4
    Added void functions.
 
5
    Bug fixes:
 
6
        fixes bug in load_code introduced by mathlib string storage in 1.06.
 
7
        fix to get long options working.
 
8
        signal code clean-up.
 
9
        fixed a bug in the AVL tree routines.
 
10
        fixed math library to work properly when called with ibase not 10.
 
11
        fixed a symbol table bug when using more than 32 names.
 
12
        removed a double free.
 
13
 
 
14
Changes in dc from 1.3 to 1.4:
 
15
    Recognize and handle tail recursion.
 
16
    Finally fix dc to trap interrupts, like the documentation has said it
 
17
    should: aborts any executing macros, but does not exit the program.
 
18
    Small bug fixes.
 
19
    Minor code clean-up.
 
20
    Changed to detect directories and generate errors.
2
21
 
3
22
Changes in dc from 1.2 to 1.3:
4
23
    Minor bug fixes.