]> git.saurik.com Git - bison.git/history - src
Really remove it.
[bison.git] / src /
2002-11-16  Akim DemailleReally remove it.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-15  Paul EggertRegenerate.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-15  Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
2002-11-15  Akim Demaille2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
2002-11-15  Paul Eggert(output_skeleton): Call xfopen instead of duplicating...
2002-11-13  Paul EggertRevamp regular expressions so that " and '
2002-11-13  Paul Eggert(struniq_new): Do not declare the return type
2002-11-12  Akim Demaille* src/Makefile.am (LDADD): Link $(LIBINTL) last to...
2002-11-12  Akim Demaille* data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep...
2002-11-12  Akim Demaille* src/tables.c (tables_generate): Use free for pointers...
2002-11-12  Akim Demaille* src/scan-gram.l, src/reader.h (scanner_last_string_free):
2002-11-12  Akim Demaille* src/getargs.c (long_options): Remove duplicates.
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
2002-11-12  Paul EggertRegenerate.
2002-11-12  Paul EggertNo need to keep this file in CVS, since it's automatica...
2002-11-12  Paul Eggert(yylineno, yyoutname): Remove static vars, replacing
2002-11-12  Paul Eggert(<SC_CHARACTER>): Don't worry about any backslash
2002-11-12  Paul Eggert(prologue_augment, epilogue_set):
2002-11-12  Paul Eggert(escaped_file_name_output): New function.
2002-11-12  Paul Eggert(MUSCLE_GROW_STRING_PAIR): Remove; unused.
2002-11-12  Paul EggertInclude quotearg.h, since we need to quote C strings...
2002-11-12  Paul Eggert(output_infix): Remove; all uses removed.
2002-11-10  Paul Eggert(unexpected_end_of_file): Fix bug: columns were counted...
2002-11-08  Paul Eggert(scanner_last_string_free): Remove decl.
2002-11-08  Paul EggertRemove stack option. We no longer use the stack, since...
2002-11-08  Paul Eggert(CHARACTER): Remove unused token. All uses removed.
2002-11-07  Akim DemailleRegen.
2002-11-07  Paul Eggert(unexpected_end_of_file): New function.
2002-11-06  Akim Demaille#line should have quoted strings.
2002-11-06  Akim DemailleRestore --no-lines.
2002-11-06  Akim Demaille* src/main.c (main): Free `infile'.
2002-11-06  Paul EggertUse more accurate diagnostics, e.g.
2002-11-06  Paul Hilfingersrc/tables.c (matching_state): Don't allow states to...
2002-11-06  Paul EggertRegenerate.
2002-11-05  Paul Eggert(braces_level): Now auto, not static.
2002-11-05  Paul Eggert(IF_LINT): New macro, taken from coreutils.
2002-11-05  Akim Demaille* src/scan-gram.l: When it starts with `%', complain...
2002-11-04  Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04  Paul Eggert(get_merge_function, grammar_current_rule_check):
2002-11-03  Akim DemailleRegen.
2002-11-03  Paul EggertRegen.
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 EggertFix misspellings in comments.
2002-11-03  Paul EggertDon't include quote.h; not needed.
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  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-25  Paul EggertVersion 1.75a.
2002-10-24  Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
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 Eggert(exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl...
2002-10-23  Paul Eggert(main): Use return to exit, undoing yesterday's change.
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-21  Paul Eggert(getargs): When there are too few operands, report...
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-20  Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
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* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
2002-10-20  Paul Eggert(readpipe): Remove decl.
2002-10-20  Paul EggertInclude "subpipe.h".
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-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-10-19  Akim Demaille* src/getargs.c (usage): Take status as argument and...
2002-10-17  Akim Demaille* src/getargs.h (trace_e): Add trace_scan, and trace_parse.
2002-10-17  Paul Eggert(MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_.
2002-10-17  Paul Eggert(AUTOMAKE_OPTIONS): Remove.
2002-10-14  Akim Demaille* src/tables.c (table_ninf_remap): base -> tab.
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  Paul EggertRegenerate.
2002-10-13  Paul Eggert(rule_length): New static var.
2002-10-13  Paul Eggert(grammar_current_rule_check):
2002-10-11  Akim Demaille* tests/regression.at Characters Escapes): New.
2002-10-05  Paul Eggert(reader): SHRT_MAX -> SYMBOL_NUMBER_MAX.
next