]> git.saurik.com Git - bison.git/history - src
Add ms.
[bison.git] / src /
2003-02-01  Paul EggertUpdate copyright date to 2003.
2003-01-17  Paul Eggert(symbol_printers_output): Fix typo that led
2003-01-13  Paul Eggert* NEWS: %expect-violations are now just warnings, reverting
2003-01-11  Paul Eggert(version): Update copyright year.
2003-01-09  Akim Demaille* src/Makefile.am, lib/Makefile.am: Use $(VAR) instead...
2003-01-05  Paul Eggert(bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
2003-01-04  Paul Eggert([^@\n]): Renamed from [^@\n]+ so that the token buffer...
2003-01-03  Paul Eggert(QPUTS): Omit redundant `;' from macro definition.
2003-01-03  Paul Eggert("@oline@"): Output lineno+1, not lineno.
2003-01-03  Paul Eggert(_Bool, bool, false, true, __bool_true_false_are_defined):
2003-01-02  Paul EggertComment fixes.
2003-01-01  Paul EggertRegenerate. BISON-1_875
2002-12-31  Paul Eggertsrc/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only...
2002-12-30  Paul Eggert(<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
2002-12-30  Paul Eggert(<SC_BRACED_CODE>"}"): Append ";" before the last brace...
2002-12-30  Paul Eggert(YYDECL): Use YYSTYPE, not its deprecated alias yystype...
2002-12-29  Paul Eggert(symbol_make_alias): Set type of SYMVAL to be that...
2002-12-29  Paul EggertRegenerate.
2002-12-29  Paul Eggert(conflict_report):
2002-12-29  Paul Eggert(reduce_print): Don't invoke fflush; it's not needed.
2002-12-29  Paul Eggert(warn_at, warn, complain_at, complain, fatal_at, fatal...
2002-12-26  Paul EggertInclude quote.h.
2002-12-26  Paul Eggert(conflicts_print): If the user specifies "%expect N...
2002-12-26  Paul Eggert(output_skeleton): Use full path names when
2002-12-26  Paul EggertComment wording fix.
2002-12-26  Paul Eggert(getargs) [MSDOS]: Don't assume optarg != NULL
2002-12-26  Paul Eggert(declaration): Use enum "report_states" rather
2002-12-26  Paul Eggert("@output ".*\n): Close any old yyout before opening...
2002-12-24  Paul EggertRegenerate.
2002-12-24  Paul Eggert(lloc_default): Remove test for empty
2002-12-24  Paul Eggert(handle_dollar, handle_at): Now takes int
2002-12-24  Paul Eggert(braced_code, current_braced_code): Remove.
2002-12-24  Paul Eggert(add_param): 2nd arg is now char * not char
2002-12-21  Paul EggertComment fix.
2002-12-13  Paul EggertRegenerate.
2002-12-13  Paul Eggert(bin_SCRIPTS): New macro, for yacc.
2002-12-13  Paul Eggert(__GNU_LIBRARY__) [lint]: Define to work around
2002-12-13  Paul Eggert(G_CMAX): Now INT_MAX.
2002-12-13  Paul EggertFix misspelling in comments.
2002-12-13  Paul EggertXMALLOC -> MALLOC
2002-12-13  Paul EggertPut "const" after type that it modifies consistently.
2002-12-13  Paul Eggert(uniqstr_print): Now inline. Return bool, not int.
2002-12-13  Paul Eggert(state_number_to_vector_number,
2002-12-13  Paul Eggert(alloca): Remove; decl no longer needed.
2002-12-13  Paul Eggert(NUMBER_UNDEFINED): Remove unnecessary cast.
2002-12-13  Paul Eggert(symbol_check_defined,
2002-12-13  Paul Eggert(state_number_as_int): Now inline functions rather...
2002-12-13  Paul Eggert(state_compare): Now inline. Return bool, not int.
2002-12-13  Paul Eggert(<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
2002-12-13  Paul EggertXCALLOC -> CALLOC
2002-12-13  Paul Eggert(reduce_grammar_tables): Do not subtract from the retur...
2002-12-13  Paul EggertXCALLOC -> CALLOC, XMALLOC -> MALLOC.
2002-12-13  Paul Eggert(GENERATE_MUSCLE_INSERT_TABLE): Use long local
2002-12-13  Paul Eggert(nullable_compute): Do not subtract from the returned...
2002-12-13  Paul Eggert(muscle_m4_output): Now inline. Return bool, not int.
2002-12-13  Paul Eggert(alloca) [C_ALLOCA]: Add decl here, the only place...
2002-12-13  Paul Eggert(set_goto_map): Do not subtract from the returned value...
2002-12-13  Paul Eggert(symbol_number_as_item_number,
2002-12-13  Paul EggertUndo XFREE change; we assume C89 compiler, not C89...
2002-12-13  Paul EggertUndo XFREE change; we assume C89 compiler, but not...
2002-12-13  Paul EggertUse free rather than XFREE.
2002-12-13  Paul Eggert(getargs): Don't assume EOF == -1.
2002-12-13  Paul Eggert(concat2, tr, compute_base_name): Use xmalloc (N) rathe...
2002-12-13  Paul Eggert(derives_compute): Do not subtract NTOKENS from
2002-12-13  Paul EggertAll uses of XCALLOC, XMALLOC, and XREALLOC changed...
2002-12-13  Paul EggertAll uses of XCALLOC, XMALLOC, and XREALLOC changed...
2002-12-11  Paul Eggert(G_EXPAND): Renamed from G_STRETCH.
2002-12-11  Paul Eggert(enum color): Renamed from enum color_e.
2002-12-11  Paul EggertAdjust to renamings.
2002-12-11  Paul Eggert(base_number): Renamed from base_t.
2002-12-11  Paul Eggert(vector_number): Renamed from vector_number_t.
2002-12-11  Paul EggertDo not include <errno.h>.
2002-12-11  Paul Eggert(symbol_number): Renamed from symbol_number_t.
2002-12-11  Paul Eggert(symbol_list): Renamed from symbol_list_t.
2002-12-11  Paul Eggert(state_number): Renamed from state_number_t.
2002-12-11  Paul EggertSort include files.
2002-12-11  Paul Eggert(<INITIAL>{int}): Use set_errno and get_errno instead...
2002-12-11  Paul Eggert(relation_node): Renamed from relation_node_t.
2002-12-11  Paul Eggert(braced_code): Renamed from braced_code_t.
2002-12-11  Paul Eggert(static_graph): Renamed from graph.
2002-12-11  Paul Eggert(<chars>): Renamed from <string>.
2002-12-11  Paul Eggert(output_skeleton): Use get_errno instead of errno.
2002-12-11  Paul Eggert(struct rule_list): Renamed from struct rule_list_s.
2002-12-11  Paul Eggert(muscle_entry_t): Remove; moved to muscle_tab.c and...
2002-12-11  Paul Eggert(muscle_entry): Renamed from muscle_entry_t,
2002-12-11  Paul Eggert(location): Renamed from location_t.
2002-12-11  Paul EggertAdjust to type renaming.
2002-12-11  Paul Eggert(goto_number): Renamed from goto_number_t.
2002-12-11  Paul Eggert(struct goto_list): Renamed from struct goto_list_s.
2002-12-11  Paul Eggert(item_number): Renamed from item_number_t.
2002-12-11  Paul Eggert(enum trace): Renamed from enum trace_e.
2002-12-11  Paul EggertAdjust to struniq renaming.
2002-12-11  Paul Eggert(strsuffix, stringappend): Remove; unused.
2002-12-11  Paul Eggert(xfopen, xfclose): Use get_errno instead of errno.
2002-12-11  Paul EggertInclude "gram.h".
2002-12-11  Paul Eggert(enum conflict_resolution): Renamed from enum conflict_...
2002-12-11  Paul EggertDon't include stdlib.h, string.h _LIBC stuff.
2002-12-11  Paul EggertAdjust to type name changes.
2002-12-11  Paul Eggert(assoc): Renamed from assoc_t.
2002-12-11  Paul EggertAdjust to type renamings.
next