~ubuntu-branches/debian/sid/bc/sid

« back to all changes in this revision

Viewing changes to bc/scan.c

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-04-16 10:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090416102339-l7970sr667eekbvw
Tags: 1.06.94-3.1
* Non-maintainer upload with John's permission.
* Apply patch to restore the .dcrc config file (closes: #472250)
* Merge patch from Ubuntu to notice read and write errors on
  input and output (closes: #488735)
* Include the bc manual (HTML) in the bc binary package

* Bump Standards Version to 3.8.1
* Bump debhelper compatibility to 7
* debian/rules: replace "dh_clean -k" with "dh_prep"
* debian/control: Add homepage field
* Fix hyphens in the bc and dc manpages
* Add a watch file
* debian/dc.doc-base: Remove leading whitespace
* debian/dc.doc-base: Move to section Science/Mathematics

Show diffs side-by-side

added added

removed removed

Lines of Context:
799
799
      if (bcel_len != 0)
800
800
        history (hist, &histev, H_ENTER, bcel_line); 
801
801
      fflush (stdout);
 
802
      checkferror_output(stdout);
802
803
    }
803
804
 
804
805
  if (bcel_len <= max)
874
875
        add_history (rl_line); 
875
876
      rl_line[rl_len-1] = '\n';
876
877
      fflush (stdout);
 
878
      checkferror_output(stdout);
877
879
    }
878
880
 
879
881
  if (rl_len <= max)