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

« back to all changes in this revision

Viewing changes to bc/scan.l

  • 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:
111
111
      if (bcel_len != 0)
112
112
        history (hist, &histev, H_ENTER, bcel_line); 
113
113
      fflush (stdout);
 
114
      checkferror_output(stdout);
114
115
    }
115
116
 
116
117
  if (bcel_len <= max)
186
187
        add_history (rl_line); 
187
188
      rl_line[rl_len-1] = '\n';
188
189
      fflush (stdout);
 
190
      checkferror_output(stdout);
189
191
    }
190
192
 
191
193
  if (rl_len <= max)
310
312
            if (c == EOF)
311
313
              {
312
314
                fprintf (stderr,"EOF encountered in a comment.\n");
 
315
                checkferror_output(stderr);
313
316
                break;
314
317
              }
315
318
          }