~ubuntu-branches/ubuntu/saucy/bc/saucy-proposed

« back to all changes in this revision

Viewing changes to bc/scan.l

  • Committer: Package Import Robot
  • Author(s): John G. Hasler
  • Date: 2012-06-22 21:00:45 UTC
  • Revision ID: package-import@ubuntu.com-20120622210045-cpu8v54e1x1z0ep0
Tags: 1.06.95-3
* Applied patch from Pádraig Brady.
  Closes: #608255: bc uses uninitialized memory

* Applied patch from Paul Dwerryhouse.
  Closes: #472250: please return support for .dcrc file

* Applied patch from Ian Jackson.
  Closes: #488735: notice read and write errors on input and output

* Generated bc.html and dc.html but something is still wrong.

* Added homepage field to debian/control.

* I can't see the problem with hyphens.

* Fixed doc-base white space.

* Added watch file.

* I believe that the above changes deal with 558188.
  Closes: #558188: Changes made in 1.06.94-3.1 NMU have been lost

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
          }