bison ChangeLog
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/10/30 04:45:47 Modified files: . : ChangeLog Log message: * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write): Check for close failures. * src/files.h (xfclose): Return void, not int, since it always returned zero. * src/files.c (xfclose): Likewise. Report I/O error if ferror indicates one. * src/output.c (output_skeleton): Use xfclose rather than fclose and ferror. xfclose now checks ferror. * data/glr.c (YYLEFTMOST_STATE): Remove. (yyreportTree): Use a stack-based leftmost state. This avoids our continuing battles with bogus warnings about initializers. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.894&tr2=1.895&r1=text&r2=text