]> git.saurik.com Git - bison.git/history - src/print.c
do not ignore errors like ENOSPC,EIO when writing to stdout
[bison.git] / src / print.c
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
2011-03-20  Joel E. Dennylr.default-reductions: rename "full" value to "most".
2011-03-06  Joel E. Dennylr.default-reductions: rename "all" value to "full".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-04-30  Joel E. DennyRename lr.default_reductions to lr.default-reductions.
2009-04-24  Joel E. DennyClean up recent patches a little.
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-21  Joel E. DennyImplement %define lr.default_rules.
2009-04-20  Akim DemailleFormatting change.
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-10-17  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-10-09  Joel E. DennyMake xml2dot.xsl and --graph produce the same output.
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
2007-05-08  Joel E. Denny* NEWS (2.3a+): Mention yesterday's state-removal change.
2007-05-07  Joel E. DennyMinor code cleanup in parser table construction.
2007-03-01  Joel E. Denny* src/print.c (lookahead_set, state_default_rule):...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2002-12-11  Paul EggertAdjust to renamings.
2002-10-22  Paul EggertUse C99-style bool instead of our own style.
2002-10-13  Akim Demaille* src/print.c (print_state): Separate the list of solve...
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-03  Akim DemailleFix some memory leaks, and fix a bug: state 0 was exami...
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/state.h (reductions_t): Rename member `nreds...
2002-06-30  Akim Demaille* src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,...
2002-06-30  Akim Demaille* src/print.c (print_shifts, print_gotos): Merge into...
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-30  Akim Demaille* src/print.c (state_default_rule_compute): New, extrac...
2002-06-30  Akim Demaille* src/closure.c (print_firsts, print_fderives, closure):
2002-06-30  Akim Demaille* src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_ru...
2002-06-30  Akim Demaille* src/LR0.c (save_reductions): Remove, replaced by...
2002-06-30  Akim Demaille* src/LR0.c (state_list_t, state_list_append): New.
2002-06-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-06-15  Akim Demaille* src/state.h, src/state.c (state_rule_lookaheads_print...
2002-06-15  Akim Demaille* src/state.h (state_t): Replace the `lookaheadsp'...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-06-14  Akim Demaille* src/files.c (action_obstack): Remove, unused.
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-05-26  Akim Demaille* src/LR0.c, src/derives.c, src/gram.c, src/gram.h...
2002-05-25  Akim Demaille* doc/bison.texinfo (Debugging): Split into...
2002-05-05  Akim DemailleNew experimental feature: display the lookaheads in...
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (nitems): Remove, it is an...
2002-04-07  Akim Demaille* src/lalr.h, src/lalr.c (LAruleno): Replace with...
2002-04-07  Akim Demaille* src/gram.h (rule_t): `lhs' is now a pointer to the...
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (rules_rhs_length): New.
2002-04-07  Akim Demaille* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
2002-04-07  Akim Demaille* src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
2002-03-04  Akim Demaille* src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
2002-03-04  Akim DemailleUse bitset operations when possible, not loops over...
2002-03-04  Akim Demaille* src/L0.c, src/LR0.h (nstates): Be size_t.
2002-03-04  Akim Demaille* src/print.c: Convert to use bitset.h, not hand coded...
2001-12-29  Akim Demaille* src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr...
2001-12-29  Akim Demaille* src/closure.c, src/conflicts.c, src/derives.c, src...
2001-12-29  Akim Demaille* src/reader.c, src/reader.h (tags): Remove.
2001-12-29  Akim Demaille* src/LR0.c (generate_states): Use nritems, not nitems...
2001-12-27  Akim Demaille* src/LR0.c (new_state): Recognize the final state...
2001-12-27  Akim DemailleTry to make the use of the eoftoken valid. Given that...
2001-12-27  Akim Demaille* src/main.c (main): If there are complains after grammar
2001-12-27  Akim Demaille* src/print.c, src/print_graph.c (escape): New.
2001-12-27  Akim Demaille* src/state.h, src/state.c (reductions_new): New.
2001-12-27  Akim Demaille* src/state.h, src/state.c (errs_new, errs_dup): New.
2001-12-27  Akim Demaille* src/conflicts.c, src/conflicts.h (print_reductions...
2001-12-27  Akim Demaille* src/conflicts.c (log_resolution, flush_shift)
2001-12-17  Akim Demaille* src/files.c (output_files): Free the output_obstack.
2001-12-13  Akim Demaille* src/print.c (print_actions): Output the handling...
2001-12-10  Akim Demaille* src/getargs.h: Don't declare `spec_name_prefix' and
2001-12-10  Akim DemailleOne structure for states is enough, even though theoret...
2001-12-05  Akim Demaille* src/conflicts.c (err_table): Remove.
2001-12-05  Akim DemailleNew experimental feature: if --verbose --trace output...
2001-12-05  Akim DemaillePessimize the code to simplify it: from now on, all...
2001-11-30  Akim DemailleInstead of mapping the LHS of unused rules to -1, keep...
2001-11-30  Akim Demaille* src/reduce.c (reduce_output): Formatting changes.
2001-11-23  Akim DemailleAttaching lineno to buckets is stupid, since only one...
2001-11-19  Akim Demaille* src/print.c (print_actions): Better locality of varia...
2001-11-19  Akim Demaille* src/print_graph.c (print_core): Better locality of...
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-11-19  Akim Demaille* src/lalr.h (consistent): Removed array, which content...
2001-11-19  Akim Demaille* src/lalr.h (reduction_table, shift_table): Removed...
2001-11-19  Akim Demaille* src/lalr.h (state_t): New.
2001-11-14  Akim Demaille* src/print.c: Include reduce.h.
2001-11-12  Akim Demaille* src/reduce.c (print_results): Rename as...
2001-11-12  Akim Demaille* src/conflicts.c (print_reductions): Accept OUT as...
next