]> git.saurik.com Git - bison.git/history - ChangeLog
* data/bison.simple (yyr1): Its type is that of a token number.
[bison.git] / ChangeLog
2002-04-22  Akim Demaille* data/bison.simple (yyr1): Its type is that of a token...
2002-04-22  Akim Demaille* src/reader.c (token_translations_init): 256 is now...
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-22  Akim Demaille* src/output.h, src/output.c (get_lines_number): Remove.
2002-04-19  Akim Demaille* doc/bison.texinfo (Actions): Make clear that `|'...
2002-04-19  Akim Demaille* doc/bison.texinfo: Remove the uses of the obsolete...
2002-04-11  Akim DemailleAdd copyright notice.
2002-04-10  Akim Demaille* src/system.h: Rely on HAVE_LIMITS_H.
2002-04-09  Akim Demaille* tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim DemailleFix.
2002-04-08  Akim Demaille* data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-08  Akim Demaille* src/reduce.c (reduce_grammar): First reduce the nonte...
2002-04-08  Akim Demaille* src/system.h: No longer using strndup.
2002-04-07  Akim DemailleRegen.
2002-04-07  Akim Demaille* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2002-04-07  Akim Demaille* tests/torture.at (Big triangle): New.
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (nitems): Remove, it is an...
2002-04-07  Akim Demaille* src/reader.c: Normalize increments to prefix form.
2002-04-07  Akim Demaille* src/reader.c, symtab.c: Remove debugging code.
2002-04-07  Akim DemailleRename all the `bucket's as `symbol_t'.
2002-04-07  Akim DemailleUse lib/hash for the symbol table.
2002-04-07  Akim Demaille* src/gram.c (nitems, nrules, nsyms, ntokens, nvars...
2002-04-07  Akim Demaille* src/gram.h (rule_s): prec and precsym are now pointers
2002-04-07  Akim Demaille* src/lalr.c, src/LR0.c, src/closure.c, src/gram.c...
2002-04-07  Akim Demaille* src/lalr.h (LA): Is a bitsetv, not bitset*.
2002-04-07  Akim Demaille* src/lalr.h, src/lalr.c (LAruleno): Replace with...
2002-04-07  Akim Demaille* src/gram.h (rule_t): Rename `number' as `user_number'.
2002-04-07  Akim DemailleAs a result of the previous patch, it is no longer...
2002-04-07  Akim DemailleBe sure never to walk through RITEMS, but use only...
2002-04-07  Akim Demaille* src/LR0.c (new_state): Display `nstates' as the name...
2002-04-07  Akim Demaille* src/LR0.c (allocate_itemsets): Don't loop over ritem...
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 DemailleFix big patch application problems.
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (rules_swap): New.
2002-04-07  Akim Demaille* src/output.c (output_rule_data): Fix various range...
2002-04-07  Akim DemailleRemove the useless rules from the parser.
2002-04-07  Akim Demaille* src/reduce.c (inaccessable_symbols): Fix a buglet...
2002-04-07  Akim Demaille* data/bison.c++, data/bison.simple: Don't output the...
2002-04-07  Akim Demaille* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
2002-04-07  Akim Demaille* TODO: Update.
2002-04-07  Akim Demaille* src/output.c, src/reader.c, src/symtab.c, src/symtab...
2002-04-07  Akim Demaille* src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
2002-04-04  Paul Eggert* doc/bison.texinfo: Update copyright date.
2002-03-20  Paul EggertMerge fixes from Debian bison_1.34-1.diff.
2002-03-20  Akim Demaille* src/conflicts.c (log_resolution): Argument `resolutio...
2002-03-20  Paul Eggert* src/bison.simple (YYCOPY): New macro.
2002-03-20  Paul Eggert * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
2002-03-19  Akim DemailleTest and fix the #line outputs.
2002-03-19  Akim Demaille* tests/regression.at (%nonassoc and eof, Unresolved...
2002-03-19  Akim Demaille* data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
2002-03-14  Akim DemailleUse Gettext 0.11.1.
2002-03-09  Robert Anisko* data/bison.c++: Make the user able to add members...
2002-03-05  Robert Anisko* src/reader.c (read_additionnal_code): `c' should...
2002-03-04  Akim DemailleRemove Id line.
2002-03-04  Robert Anisko* src/reader.c: Warn about lacking semi-colons, do...
2002-03-04  Robert Anisko* data/bison.c++: Remove a debug line.
2002-03-04  Robert Anisko* data/bison.c++: Unmerge value as yylval and value...
2002-03-04  Akim Demaille* tests/input.at (Invalid $n, Invalid @n): Add the...
2002-03-04  Akim Demaille* src/warshall.h, src/warshall.c (bitmatrix_print)...
2002-03-04  Akim Demaille* src/output.c (output_skeleton): tempdir is const.
2002-03-04  Akim Demaille* lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
2002-03-04  Akim Demaille* src/closure.c (closure): `r' is unused.
2002-03-04  Akim DemailleRegen.
2002-03-04  Akim Demaille* tests/sets.at (Broken Closure): Add the ending `;'.
2002-03-04  Akim Demaille* src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
2002-03-04  Akim Demaille* src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
2002-03-04  Akim Demaille* lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
2002-03-04  Akim Demaille* src/output.c (output): Don't free the grammar.
2002-03-04  Akim Demaille* src/lex.c (parse_percent_token): Be sure to 0-end...
2002-03-04  Akim DemailleUse bitset operations when possible, not loops over...
2002-03-04  Akim Demaille* src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
2002-03-04  Akim Demaille* src/lalr.c (F): Now a bitset*.
2002-03-04  Akim Demaille* src/conflicts.c (shiftset, lookaheadset): Now bitset.
2002-03-04  Akim Demaille* src/L0.c, src/LR0.h (nstates): Be size_t.
2002-03-04  Akim Demaille* src/closure.c (firsts): Now, also a bitset.
2002-03-04  Akim Demaille* src/print.c: Convert to use bitset.h, not hand coded...
2002-03-04  Akim Demaille* src/reduce.c: Convert to use bitset.h, not hand coded...
2002-03-04  Akim Demaille* src/closure.c (ruleset): Be a bitset.
2002-03-04  Akim Demaille* lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib...
2002-02-28  Robert Anisko* data/bison.c++: Merge the two generated headers....
2002-02-28  Akim Demaille* data/bison.c++: Copy the prologue of bison.simple...
2002-02-25  Akim Demaille* src/getargs.c (version): Give the name of the authors...
2002-02-25  Akim Demaille* src/output.c (header_output): Remove, now handled...
2002-02-25  Akim Demaille* m4/m4.m4: New, from CVS Autoconf.
2002-02-25  Akim Demaille* lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New...
2002-02-14  Paul EggertRemove the support for C++ namespace cleanliness; it was
2002-02-14  Akim Demaille* tests/regression.at (else): Adjust to Andreas' change.
2002-02-14  Akim Demaille* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
2002-02-13  Akim Demaille* src/output.c (output_rule_data): Don't output NULL...
2002-02-11  Akim DemailleFix ChangeLog.
2002-02-11  Robert Anisko* data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After...
2002-02-11  Akim Demaille* tests/regression.at (%nonassoc and eof): Don't include
2002-02-08  Robert Anisko* data/bison.c++: Correct error recovery. Make the...
2002-02-07  Akim Demaille* tests/input.at: New.
2002-02-07  Robert Anisko* data/bison.c++: Replace some direct m4 expansions...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::print_): New method...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::parse): Error recovery...
next