platform/upstream/bison.git
2002-11-05 Akim Demaille* src/scan-gram.l: When it starts with `%', complain...
2002-11-04 Akim Demaille* Makefile.maint: Update from Autoconf.
2002-11-04 Akim Demaille* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-04 Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04 Akim DemailleUpdate.
2002-11-04 Paul Eggert* src/reader.c (get_merge_function, grammar_current_rul...
2002-11-04 Paul Eggert(Type Clashes): Adjust to diagnostic changes.
2002-11-04 Paul Eggert(get_merge_function, grammar_current_rule_check):
2002-11-03 Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-11-03 Akim Demaille* tests/calc.at: Change all the AT_CHECK_CALC_LALR and
2002-11-03 Akim DemailleRegen.
2002-11-03 Paul EggertRegen.
2002-11-03 Paul EggertRevamp Bison scanner to fix POSIX incompatibilities,
2002-11-03 Paul EggertAdd tests for backslash-newline, m4 quotes
2002-11-03 Paul EggertRevamp to fix POSIX incompatibilities, to count columns...
2002-11-03 Paul Eggert(LOCATION_COLUMNS, LOCATION_LINES): Remove; no longer...
2002-11-03 Paul Eggert(Grammar Outline): Document // comments.
2002-11-03 Paul Eggert(EXTRA_DIST): Add mbswidth.m4.
2002-11-03 Paul Eggert(libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
2002-11-03 Paul Eggert(jm_PREREQ_MBSWIDTH): Add.
2002-11-03 Paul EggertNew files, from GNU gettext and GNU coreutils.
2002-11-03 Paul EggertFix misspellings in comments.
2002-11-03 Paul EggertDon't include quote.h; not needed.
2002-11-03 Paul Eggert(quotearg_buffer_restyled): Fix off-by-two bug in trigr...
2002-11-03 Paul Eggert(prepare_symbols): When printing token names, escape...
2002-11-03 Paul Eggert(errno): Remove declaration, as we are now assuming...
2002-10-30 Paul Eggert* lib/bitset_stats.c (bitset_stats_read, bitset_stats_w...
2002-10-30 Akim Demaille* src/system.h: Don't use #ifdef/#ifndef on HAVE_ value...
2002-10-30 Paul Eggert(output_skeleton): Use xfclose rather than fclose and...
2002-10-30 Paul Eggert(xfclose): Return void, not int, since it always return...
2002-10-30 Paul Eggert(xfclose): Return void, not int, since it always return...
2002-10-30 Paul Eggert(bitset_stats_read, bitset_stats_write): Check for...
2002-10-30 Paul Eggert(YYLEFTMOST_STATE): Remove.
2002-10-30 Paul HilfingerAdd test glr-regr1.at to check for incorrect collapsing...
2002-10-25 Paul Eggert(AC_INIT): Bump version to 1.75b.
2002-10-25 Paul EggertVersion 1.75a.
2002-10-25 Paul EggertFix misspelling of "Valgrind".
2002-10-25 Paul Eggert* tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat...
2002-10-25 Paul Eggert(_AT_DATA_CALC_Y): Remove unused strcat declaration.
2002-10-25 Paul Eggert(_AT_TEST_GLR_CALC): Include stdlib.h, since
2002-10-24 Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
2002-10-24 Akim Demaille* data/yacc.c (m4_int_type): New.
2002-10-24 Akim DemailleRegen.
2002-10-23 Paul Eggert* src/main.c (main): With --trace=time, report times...
2002-10-23 Paul Eggert(main): With --trace=time, report times even if a non...
2002-10-23 Paul Eggert(reader): Just return if a complaint has been issued,
2002-10-23 Akim Demaille* src/system.h: Include sys/types.
2002-10-23 Paul EggertAM_PROG_LEX -> AC_PROG_LEX.
2002-10-23 Paul Eggert(AC_PROG_LEX): Use instead of AM_PROG_LEX.
2002-10-23 Paul Eggert(exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl...
2002-10-23 Paul Eggert(main): Use return to exit, undoing yesterday's change.
2002-10-23 Paul Eggert(struct yyltype): Define members even when not
2002-10-23 Paul EggertMinor spelling and typographical fixes. Use @acronym...
2002-10-23 Paul EggertBe consistent about 'bool'.
2002-10-22 Akim Demaille* data/README: New.
2002-10-22 Akim DemailleUpdate.
2002-10-22 Akim DemailleRegen.
2002-10-22 Paul Eggert(fatal, fatal_at): Add __attribute__((__noreturn__)).
2002-10-22 Paul Eggert(main): Use exit to exit with failure.
2002-10-22 Paul Eggert(getargs): Use EXIT_FAILURE and EXIT_SUCCESS rather...
2002-10-22 Paul Eggert(xfopen, xfclose): Use EXIT_FAILURE rathern than 2.
2002-10-22 Paul Eggert(warning_issued): Renamed from warn_message_count,
2002-10-22 Paul EggertUse C99-style bool instead of our own style.
2002-10-22 Paul EggertUse C99-style bool instead of our own style.
2002-10-22 Paul EggertUse C99-style bool instead of our own style.
2002-10-22 Paul Eggertse C99-style bool instead of our own style.
2002-10-22 Paul Eggert(bool, false, true): Use a definition consistent with...
2002-10-22 Paul Eggert(hash_compare_symbol_t): (a ? FALSE : TRUE) -> (! a)
2002-10-22 Paul Eggert(hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
2002-10-22 Paul Eggert(EXTRA_DIST): Add stdbool.m4.
2002-10-22 Paul Eggert(AC_HEADER_STDBOOL): Add.
2002-10-22 Paul EggertNew file, from coreutils 4.5.3.
2002-10-21 Paul Eggert(getargs): When there are too few operands, report...
2002-10-21 Paul EggertRemove K&R vestiges.
2002-10-21 Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-21 Paul Eggert(getargs, cli_present, cli_get_value): Prototype.
2002-10-21 Paul Eggert(PARAMS): Remove.
2002-10-21 Paul EggertAssume prototypes.
2002-10-21 Paul Eggert(VA_START): Remove. Assume prototypes.
2002-10-21 Paul Eggert(AC_C_CONST, AM_C_PROTOTYPES): Remove.
2002-10-20 Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
2002-10-20 Akim Demaille* data/c.m4 (b4_c_ansi_args): Recognize functions with no
2002-10-20 Akim Demaille* src/output.c (prepare): Move the definition of `token...
2002-10-20 Akim Demaille* src/tables.h, src/tables.c, src/output.c: Comment...
2002-10-20 Akim Demaille* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if...
2002-10-20 Akim Demaille* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
2002-10-20 Paul EggertDo not create a temporary file, as that involves securi...
2002-10-20 Paul EggertDo not create a temporary file, as that involves securi...
2002-10-20 Paul Eggert(readpipe): Remove decl.
2002-10-20 Paul EggertInclude "subpipe.h".
2002-10-20 Paul EggertAdd lib/subpipe.c.
2002-10-20 Paul Eggert(EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
2002-10-20 Paul Eggert(libbison_a_SOURCES): Remove readpipe.c.
2002-10-20 Paul Eggert(UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
2002-10-20 Paul EggertInitial version.
2002-10-20 Paul Eggert(prepare): Use xstrdup to convert char const * to char...
2002-10-20 Paul Eggert(muscle_pair_list_grow): Rename local to avoid confusio...
2002-10-20 Paul Eggert(TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
2002-10-20 Paul EggertSpell `-*- Autoconf -*-' properly; the leading `-'...
2002-10-19 Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC...
next