platform/upstream/bison.git
2002-10-14 Akim DemailleVersion 1.75. BISON-1_75
2002-10-14 Akim Demaille* tests/Makefile.am (maintainer-check-posix): New.
2002-10-14 Akim Demaille* data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize...
2002-10-14 Akim DemailleRegen.
2002-10-14 Akim DemailleUpdate.
2002-10-14 Akim Demaille* src/tables.c (table_ninf_remap): base -> tab.
2002-10-14 Paul Eggert* tests/action.at, tests/calc.at, tests/conflicts.at,
2002-10-14 Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-14 Paul Eggert* data/c.m4 (b4_int_type): Use yysigned_char instead...
2002-10-14 Paul Eggert(b4_int_type): Use yysigned_char instead of signed...
2002-10-14 Paul Eggert(yysigned_char): New type.
2002-10-14 Paul Eggert(Web2c Actions): signed char -> yysigned_char.
2002-10-14 Paul Eggert* data/yacc.c (yyparse): Rewrite to avoid "comparison...
2002-10-14 Paul Eggert(yyparse): Rewrite to avoid "comparison is always true...
2002-10-13 Paul Eggert* data/c.m4 (b4_token_defines): Protect against double...
2002-10-13 Paul Eggert(b4_token_defines): Protect against double-inclusion
2002-10-13 Akim Demaille* data/glr.c (yyglrShiftDefer, yyaddDeferredAction...
2002-10-13 Akim Demaille* Makefile.maint: Update from Autoconf 2.54.
2002-10-13 Akim Demaille* src/print.c (print_state): Separate the list of solve...
2002-10-13 Akim DemailleLet nondeterministic skeletons be usable with deterministic
2002-10-13 Akim Demaille* configure.ac (AC_GNU_SOURCE): Use it instead of hand...
2002-10-13 Akim Demaille* data/glr.c: Formatting changes.
2002-10-13 Akim DemailleGLR parsers sometimes raise parse errors instead of...
2002-10-13 Paul EggertRegenerate.
2002-10-13 Paul Eggert Fix problem reported by Henrik Grubbstroem in
2002-10-13 Paul Eggert(Exotic Dollars): Test for "nonterm: { $$ = 123; }...
2002-10-13 Paul Eggert(rule_length): New static var.
2002-10-13 Paul EggertAttempt to fix SunOS 4.1.4 porting bug reported by...
2002-10-13 Paul Eggert(BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
2002-10-13 Paul EggertImport GCC version as of today, then merge Bison's...
2002-10-13 Paul EggertFix copyright and authorship notice to point to Bison...
2002-10-13 Paul Eggert[! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
2002-10-13 Paul EggertImport of GCC head 2002-10-11
2002-10-13 Paul Eggert* src/reader.c (grammar_current_rule_check):
2002-10-13 Paul Eggert(grammar_current_rule_check):
2002-10-12 Paul Eggert* data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
2002-10-12 Paul EggertOutput token definitions before the first part of user...
2002-10-12 Paul Eggert(b4_token_enum): Do not define YYTOKENTYPE.
2002-10-11 Paul Eggert(Calling Convention): Fix strncmp typo.
2002-10-11 Paul Eggert* data/yacc.c (yyreport_parse_error): Remove, putting...
2002-10-11 Paul Eggert(yyreport_parse_error): Remove, putting its body into...
2002-10-11 Akim Demaille* tests/regression.at Characters Escapes): New.
2002-10-11 Akim Demaille* po/id.po: New.
2002-10-10 Paul EggertPortability fixes for bitsets; this also avoids several...
2002-10-10 Paul EggertInclude bitset.h, not bbitset.h.
2002-10-10 Paul EggertInclude <stddef.h>, for offsetof.
2002-10-10 Paul Eggert(ebitset_bytes): Adjust to new, unique names for struct...
2002-10-10 Paul Eggertenum -> enum_
2002-10-10 Paul Eggert(bitsetv_alloc): Return a size that is aligned properly...
2002-10-10 Paul Eggert(bitset_stats_bytes): Adjust to new, unique names for...
2002-10-10 Paul Eggert(struct bitset_struct): Remove, replacing with....
2002-10-10 Paul Eggert(bitset_op4_cmp): Supply prototype decls,
2002-10-10 Paul Eggert(enum_bitset_ops, enum_bitset_type): New types.
2002-10-10 Paul EggertInclude <stddef.h>, for offsetof.
2002-10-07 Paul Eggert* lib/bitset.h (bitset_reset): Do not assume that bitse...
2002-10-07 Paul EggertBison should now work on 64-bit hosts.
2002-10-07 Paul Eggert(bitset_reset): Do not assume that bitset_word is
2002-10-07 Paul Eggert(debug_lbitset): Do not assume that bitset_word is...
2002-10-07 Paul EggertBump to 1.50a.
2002-10-05 Paul EggertVersion 1.50.
2002-10-05 Paul Eggert(AC_INIT): Version 1.50.
2002-10-05 Paul EggertUpdate and regenerate.
2002-10-05 Paul Eggert(reader): SHRT_MAX -> SYMBOL_NUMBER_MAX.
2002-10-05 Paul Eggert(SYMBOL_NUMBER_MAX): New macro.
2002-10-05 Paul Eggert(GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
2002-10-05 Paul Eggert(ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
2002-10-05 Paul Eggert* lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that...
2002-10-05 Paul Eggert(AM_CFLAGS): Renamed from CFLAGS.
2002-10-05 Paul Eggert(AM_CFLAGS): Renamed from CFLAGS.
2002-10-05 Paul Eggert(Braces parsing): Use grep, not fgrep, as POSIX 1003...
2002-10-05 Paul EggertMinor spelling, grammar, and white space fixes.
2002-10-02 Paul EggertMore fixes for 64-bit hosts and large bitsets.
2002-10-02 Paul Eggert(lbitset_bytes): Use size_t, not unsigned int, to count...
2002-10-02 Paul Eggert(lbitset_size, lbitset_list, lbitset_list_merge):
2002-10-02 Paul Eggert(ebitset_bytes): Use size_t, not unsigned int, to count...
2002-10-02 Paul Eggert(ebitset_size, ebitset_list, ebitset_list_reverse):
2002-10-02 Paul Eggert(bitsetv_alloc, bitsetv_create):
2002-10-02 Paul Eggert(bitsetv_alloc, bitsetv_create, bitsetv_free,
2002-10-02 Paul Eggert(bitsetv_matrix_dump):
2002-10-02 Paul Eggert(bitset_stats_bytes): Use size_t, not unsigned int...
2002-10-02 Paul Eggert(bitset_stats_size, bitset_stats_list,
2002-10-02 Paul Eggert(bitset_iterator.num, bitset_iterator.i, bitset_first...
2002-10-02 Paul Eggert(bitset_bytes, bitset_alloc, bitset_obstack_alloc):
2002-10-02 Paul Eggert(struct bitset_vtable.size, struct bitset_vtable.count,
2002-10-02 Paul Eggert(abitset_bytes): Use size_t, not unsigned int, to count...
2002-10-02 Paul Eggert(struct abitset_struct.n_bits, abitset_small_list,...
2002-09-30 Akim Demaille* lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
2002-09-30 Akim DemailleRegen.
2002-09-30 Akim Demaille* configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
2002-09-30 Akim DemailleFixes from Jim Meyering.
2002-09-30 Akim DemailleRegen.
2002-09-27 Akim DemailleBump to 1.49d.
2002-09-27 Akim Demaille.
2002-09-27 Akim DemailleRegen. BISON-1_49c
2002-09-27 Akim DemailleRemove.
2002-09-27 Akim DemailleUpdate.
2002-09-27 Akim DemailleVersion 1.49c.
2002-09-27 Akim Demaille* configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
2002-09-27 Akim DemaillePlaying with Autoscan.
2002-09-27 Akim DemaillePlaying with Autoscan.
next