2002-11-30 |
Paul Eggert | (gram_error): Remove decl. |
tree | commitdiff |
2002-11-29 |
Paul Eggert | [a-f] -> [abcdef], so that we don't assume the C locale. |
tree | commitdiff |
2002-11-29 |
Paul Eggert | "," now elicits a warning, rather than being |
tree | commitdiff |
2002-11-29 |
Paul Eggert | (add_param): New function. |
tree | commitdiff |
2002-11-29 |
Paul Eggert | (reader): Remove gram_control; it wasn't being used. |
tree | commitdiff |
2002-11-27 |
Paul Eggert | (STEP): Renamed from YY_STEP. All uses changed. |
tree | commitdiff |
2002-11-27 |
Paul Eggert | (struct gram_control_s, gram_control_t): Remove. |
tree | commitdiff |
2002-11-27 |
Paul Eggert | (print_token_value): Renamed from yyprint. |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (get_color_str, get_textmode_str, get_shape_str, |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (conflict_row, pack_vector): Use abort rather than... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (symbol_user_token_number_set, symbol_make_alias, symbo... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (struniq_assert): Now returns void, and aborts if the... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (state_new, state_free, state_transitions_set, state_re... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (packgram, reader): Use abort rather than assert. |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (prepare_rules, token_definitions_output): Use abort... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (nullable_compute): Use abort rather than assert. |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (set_goto_map, map_goto): Use abort rather than assert. |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (trace_argmatch, report_argmatch): Use verify rather... |
tree | commitdiff |
2002-11-21 |
Paul Eggert | (resolve_sr_conflict): Use abort rather than assert. |
tree | commitdiff |
2002-11-16 |
Akim Demaille | Really remove it. |
tree | commitdiff |
2002-11-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
tree | commitdiff |
2002-11-15 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
tree | commitdiff |
2002-11-15 |
Akim Demaille | * src/parse-gram.y (declaration): Have %parse-param... |
tree | commitdiff |
2002-11-15 |
Akim Demaille | 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be> |
tree | commitdiff |
2002-11-15 |
Paul Eggert | (output_skeleton): Call xfopen instead of duplicating... |
tree | commitdiff |
2002-11-13 |
Paul Eggert | Revamp regular expressions so that " and ' |
tree | commitdiff |
2002-11-13 |
Paul Eggert | (struniq_new): Do not declare the return type |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/Makefile.am (LDADD): Link $(LIBINTL) last to... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/tables.c (tables_generate): Use free for pointers... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/scan-gram.l, src/reader.h (scanner_last_string_free): |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/getargs.c (long_options): Remove duplicates. |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/struniq.h, src/struniq.c (struniq_t): Is const. |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/symtab.c (symbol_free): Remove dead deactivated... |
tree | commitdiff |
2002-11-12 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2002-11-12 |
Paul Eggert | No need to keep this file in CVS, since it's automatica... |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (yylineno, yyoutname): Remove static vars, replacing |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (<SC_CHARACTER>): Don't worry about any backslash |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (prologue_augment, epilogue_set): |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (escaped_file_name_output): New function. |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (MUSCLE_GROW_STRING_PAIR): Remove; unused. |
tree | commitdiff |
2002-11-12 |
Paul Eggert | Include quotearg.h, since we need to quote C strings... |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (output_infix): Remove; all uses removed. |
tree | commitdiff |
2002-11-10 |
Paul Eggert | (unexpected_end_of_file): Fix bug: columns were counted... |
tree | commitdiff |
2002-11-08 |
Paul Eggert | (scanner_last_string_free): Remove decl. |
tree | commitdiff |
2002-11-08 |
Paul Eggert | Remove stack option. We no longer use the stack, since... |
tree | commitdiff |
2002-11-08 |
Paul Eggert | (CHARACTER): Remove unused token. All uses removed. |
tree | commitdiff |
2002-11-07 |
Akim Demaille | Regen. |
tree | commitdiff |
2002-11-07 |
Paul Eggert | (unexpected_end_of_file): New function. |
tree | commitdiff |
2002-11-06 |
Akim Demaille | #line should have quoted strings. |
tree | commitdiff |
2002-11-06 |
Akim Demaille | Restore --no-lines. |
tree | commitdiff |
2002-11-06 |
Akim Demaille | * src/main.c (main): Free `infile'. |
tree | commitdiff |
2002-11-06 |
Paul Eggert | Use more accurate diagnostics, e.g. |
tree | commitdiff |
2002-11-06 |
Paul Hilfinger | src/tables.c (matching_state): Don't allow states to... |
tree | commitdiff |
2002-11-06 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2002-11-05 |
Paul Eggert | (braces_level): Now auto, not static. |
tree | commitdiff |
2002-11-05 |
Paul Eggert | (IF_LINT): New macro, taken from coreutils. |
tree | commitdiff |
2002-11-05 |
Akim Demaille | * src/scan-gram.l: When it starts with `%', complain... |
tree | commitdiff |
2002-11-04 |
Akim Demaille | * src/location.h (LOCATION_PRINT): Use quotearg slot... |
tree | commitdiff |
2002-11-04 |
Paul Eggert | (get_merge_function, grammar_current_rule_check): |
tree | commitdiff |
2002-11-03 |
Akim Demaille | Regen. |
tree | commitdiff |
2002-11-03 |
Paul Eggert | Regen. |
tree | commitdiff |
2002-11-03 |
Paul Eggert | Revamp to fix POSIX incompatibilities, to count columns... |
tree | commitdiff |
2002-11-03 |
Paul Eggert | (LOCATION_COLUMNS, LOCATION_LINES): Remove; no longer... |
tree | commitdiff |
2002-11-03 |
Paul Eggert | Fix misspellings in comments. |
tree | commitdiff |
2002-11-03 |
Paul Eggert | Don't include quote.h; not needed. |
tree | commitdiff |
2002-11-03 |
Paul Eggert | (prepare_symbols): When printing token names, escape... |
tree | commitdiff |
2002-11-03 |
Paul Eggert | (errno): Remove declaration, as we are now assuming... |
tree | commitdiff |
2002-10-30 |
Akim Demaille | * src/system.h: Don't use #ifdef/#ifndef on HAVE_ value... |
tree | commitdiff |
2002-10-30 |
Paul Eggert | (output_skeleton): Use xfclose rather than fclose and... |
tree | commitdiff |
2002-10-30 |
Paul Eggert | (xfclose): Return void, not int, since it always return... |
tree | commitdiff |
2002-10-30 |
Paul Eggert | (xfclose): Return void, not int, since it always return... |
tree | commitdiff |
2002-10-25 |
Paul Eggert | Version 1.75a. |
tree | commitdiff |
2002-10-24 |
Akim Demaille | * src/output.c (output_skeleton): Don't disable M4sugar... |
tree | commitdiff |
2002-10-23 |
Paul Eggert | (main): With --trace=time, report times even if a non... |
tree | commitdiff |
2002-10-23 |
Paul Eggert | (reader): Just return if a complaint has been issued, |
tree | commitdiff |
2002-10-23 |
Akim Demaille | * src/system.h: Include sys/types. |
tree | commitdiff |
2002-10-23 |
Paul Eggert | (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl... |
tree | commitdiff |
2002-10-23 |
Paul Eggert | (main): Use return to exit, undoing yesterday's change. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (fatal, fatal_at): Add __attribute__((__noreturn__)). |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (main): Use exit to exit with failure. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (getargs): Use EXIT_FAILURE and EXIT_SUCCESS rather... |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (xfopen, xfclose): Use EXIT_FAILURE rathern than 2. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (warning_issued): Renamed from warn_message_count, |
tree | commitdiff |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | se C99-style bool instead of our own style. |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (bool, false, true): Use a definition consistent with... |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (hash_compare_symbol_t): (a ? FALSE : TRUE) -> (! a) |
tree | commitdiff |
2002-10-22 |
Paul Eggert | (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a) |
tree | commitdiff |
2002-10-21 |
Paul Eggert | (getargs): When there are too few operands, report... |
tree | commitdiff |
2002-10-21 |
Paul Eggert | Remove all uses of PARAMS, since we now assume C89... |
tree | commitdiff |
2002-10-21 |
Paul Eggert | (getargs, cli_present, cli_get_value): Prototype. |
tree | commitdiff |
2002-10-21 |
Paul Eggert | (PARAMS): Remove. |
tree | commitdiff |
2002-10-21 |
Paul Eggert | Assume prototypes. |
tree | commitdiff |
2002-10-21 |
Paul Eggert | (VA_START): Remove. Assume prototypes. |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/muscle_tab.c (muscle_grow): Remove trailing debug... |
tree | commitdiff |
next |