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

« back to all changes in this revision

Viewing changes to dc/dc.c

  • 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:
61
61
bug_report_info DC_DECLVOID()
62
62
{
63
63
        printf("Email bug reports to:  bug-dc@gnu.org .\n");
 
64
        checkferror_output(stdout);
64
65
}
65
66
 
66
67
static void
71
72
This is free software; see the source for copying conditions.  There is NO\n\
72
73
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n\
73
74
to the extent permitted by law.\n", DC_COPYRIGHT);
 
75
        checkferror_output(stdout);
74
76
}
75
77
 
76
78
/* your generic usage function */
87
89
\n\
88
90
", progname);
89
91
        bug_report_info();
 
92
        checkferror_output(f);
90
93
}
91
94
 
92
95
/* returns a pointer to one past the last occurance of c in s,