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

« back to all changes in this revision

Viewing changes to bc/load.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:
217
217
                if (label_no > 65535L)
218
218
                  {  /* Better message? */
219
219
                    fprintf (stderr,"Program too big.\n");
 
220
                    checkferror_output(stderr);
220
221
                    exit(1);
221
222
                  }
222
223
                addbyte ( (char) (label_no & 0xFF));