Change logs for bc source package in Feisty

  • bc (1.06-20ubuntu2) feisty; urgency=low
    
      * Rebuild for changes in the amd64 toolchain.
      * Set Ubuntu maintainer address.
    
     -- Matthias Klose <email address hidden>   Mon,  5 Mar 2007 01:13:11 +0000
  • bc (1.06-20ubuntu1) feisty; urgency=low
    
      * Merge from debian unstable.
    
     -- Michael Vogt <email address hidden>   Tue, 21 Nov 2006 20:30:59 +0100
  • bc (1.06-19ubuntu1) dapper; urgency=low
    
      * Make dc notice read and write errors on its input and output.
        I grepped for mentions of the strings `putc', `print', `getc', `FILE',
        `stdin', `stdout' and `stderr' and added calls to new error-checking
        functions unless it was clear from the immediately-surrounding code
        that the program was exiting nonzero, or would exit nonzero if the
        call failed.  I ignored hits in lib/getopt*, which seems to
        pervasively ignore write errors when printing usage messages, in the
        hope that these were correct.  I _think_ I got them all.  -iwj.
    
     -- Ian Jackson <email address hidden>   Tue,  4 Apr 2006 17:21:02 +0100