]> git.saurik.com Git - bison.git/shortlog
bison.git
2002-03-09  Robert Anisko* data/bison.c++: Make the user able to add members...
2002-03-06  Akim DemailleRegen.
2002-03-06  Robert AniskoTHANKS
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  Akim DemailleRegen.
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 DemailleSync.
2002-02-25  Akim DemailleRegen.
2002-02-25  Akim DemailleNew.
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 DemailleReally add it.
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-25  Akim DemailleRegen.
2002-02-14  Paul EggertRemove the support for C++ namespace cleanliness; it was
2002-02-14  Paul EggertRevert the C++ namespace changes introduced in 1.31...
2002-02-14  Paul Eggert(YYSTD): Remove.
2002-02-14  Paul Eggert(Bison Parser, Debugging): Remove special mention of...
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-14  Akim DemailleRegen.
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 DemailleFix the previous test.
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...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::error_): New method...
2002-02-06  Akim DemailleRegen.
2002-02-06  Robert Anisko* data/bison.c++: Fix m4 quoting in comments.
2002-02-06  Robert Anisko* data/bison.c++: Adjust the parser code. Fix some...
2002-02-05  Akim DemailleReally remove parse-skel.y.
2002-02-05  Akim DemailleReally add readpipe to the repo.
2002-02-05  Akim DemailleReally add m4sugar to the repo.
2002-02-05  Akim Demaille* data/bison.c++: Adjust to the M4 back end.
2002-02-05  Akim DemailleGive a try to M4 as a back end.
2002-02-05  Akim DemailleRevert the previous patch. before-m4-back-end
2002-02-05  Akim Demaille* lib/hash.c, lib/hash.h: Replace with Fileutils 4...
2002-02-05  Akim Demaille* src/muscle_tab.c (muscle_init): Don't default to...
2002-02-05  Akim Demaille* src/bison.simple, src/bison.hairy, src/bison.c++...
2002-01-29  Paul Eggert* src/bison.simple (YYSIZE_T): Do not define merely...
2002-01-29  Paul Eggert(YYSIZE_T): Do not define merely because YYSTACK_USE_AL...
2002-01-27  Akim DemailleFix `%nonassoc and eof'.
2002-01-27  Akim Demaille* tests/sets.at (AT_EXTRACT_SETS): New.
2002-01-27  Akim Demaille* tests/actions.at, tests/calc.at, tests/headers.at,
2002-01-25  Akim Demaille* tests/regression.at (%nonassoc and eof): New.
2002-01-24  Akim DemailleBison dumps core when trying to complain about broken...
2002-01-24  Robert Anisko* src/Makefile.am: Add bison.c++.
2002-01-21  Akim Demaille* po/it.po: New.
2002-01-21  Akim DemailleAdjust.
2002-01-21  Akim Demaille* src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
2002-01-20  Marc Autret* src/files.c (compute_output_file_names): Fix
2002-01-20  Marc Autret* tests/output.at: New test.
2002-01-20  Marc AutretUpdate.
2002-01-20  Marc Autret* src/system.h: Need to define __attribute__ away for...
2002-01-11  Tim Van Holder* src/system.h, lib/hash.h, lib/hash.c: PARAMS fixes.
2002-01-11  Tim Van Holder* src/system.h: Use canonical definition for PARAMS...
2002-01-11  Tim Van Holder* lib/hash.h, lib/hash.c (__P): Renamed to PARAMS;...
2002-01-11  Akim DemailleMore thanks.
2002-01-11  Akim Demaille* configure.in: Use AC_FUNC_STRNLEN.
2002-01-09  Akim Demaille* src/files.c, src/files.h (output_infix): New.
2002-01-09  Akim Demaille* configure.in (WERROR_CFLAGS): Compute it.
2002-01-08  Akim Demaille* src/getargs.c (AS_FILE_NAME): New.
2002-01-08  Akim Demaille* lib/basename.c, lib/dirname.h, lib/dirname.c, lib...
2002-01-07  Tim Van Holder* lib/hash.h (__P): Added definition for this macro.
2002-01-07  Akim DemailleRegen.
2002-01-06  Akim Demaille* src/reader.c (parse_braces): Don't fetch the next...
2002-01-06  Akim DemailleBison is dead wrong in its RR conflict reports.
next