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 |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Move the definition of `token... |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/tables.h, src/tables.c, src/output.c: Comment... |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Use MUSCLE_INSERT_STRING. |
tree | commitdiff |
2002-10-20 |
Paul Eggert | (readpipe): Remove decl. |
tree | commitdiff |
2002-10-20 |
Paul Eggert | Include "subpipe.h". |
tree | commitdiff |
2002-10-20 |
Paul Eggert | (prepare): Use xstrdup to convert char const * to char... |
tree | commitdiff |
2002-10-20 |
Paul Eggert | (muscle_pair_list_grow): Rename local to avoid confusio... |
tree | commitdiff |
2002-10-19 |
Akim Demaille | Prototype support of %lex-param and %parse-param. |
tree | commitdiff |
2002-10-19 |
Akim Demaille | * src/getargs.c (usage): Take status as argument and... |
tree | commitdiff |
2002-10-17 |
Akim Demaille | * src/getargs.h (trace_e): Add trace_scan, and trace_parse. |
tree | commitdiff |
2002-10-17 |
Paul Eggert | (MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_. |
tree | commitdiff |
2002-10-17 |
Paul Eggert | (AUTOMAKE_OPTIONS): Remove. |
tree | commitdiff |
2002-10-14 |
Akim Demaille | * src/tables.c (table_ninf_remap): base -> tab. |
tree | commitdiff |
2002-10-13 |
Akim Demaille | * src/print.c (print_state): Separate the list of solve... |
tree | commitdiff |
2002-10-13 |
Akim Demaille | Let nondeterministic skeletons be usable with deterministic |
tree | commitdiff |
2002-10-13 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2002-10-13 |
Paul Eggert | (rule_length): New static var. |
tree | commitdiff |
2002-10-13 |
Paul Eggert | (grammar_current_rule_check): |
tree | commitdiff |
2002-10-11 |
Akim Demaille | * tests/regression.at Characters Escapes): New. |
tree | commitdiff |
2002-10-05 |
Paul Eggert | (reader): SHRT_MAX -> SYMBOL_NUMBER_MAX. |
tree | commitdiff |
2002-10-05 |
Paul Eggert | (SYMBOL_NUMBER_MAX): New macro. |
tree | commitdiff |
2002-10-05 |
Paul Eggert | (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX. |
tree | commitdiff |
2002-10-05 |
Paul Eggert | (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN. |
tree | commitdiff |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS. |
tree | commitdiff |
2002-09-27 |
Akim Demaille | Remove. |
tree | commitdiff |
2002-09-13 |
Akim Demaille | Playing with autoscan. |
tree | commitdiff |
2002-09-10 |
Akim Demaille | * src/parse-gram.y: Associate a human readable string... |
tree | commitdiff |
2002-09-04 |
Akim Demaille | * src/assoc.c, src/closure.c, src/gram.c, src/injections.c, |
tree | commitdiff |
2002-09-04 |
Akim Demaille | Typo. |
tree | commitdiff |
2002-09-04 |
Akim Demaille | Regen. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (table_grow, pack_vector): Wrap strings in _() if |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (alloca): Use same pattern as ../lib/error.c. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (symbol_get): Don't cast LHS of an assignment; |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Wrap strings in _() if they need translation. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (relation_transpose): Wrap strings in _() if they need... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Fix spelling in comment. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Cast result of bindtextdomain and textdomain |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (lookaheads_print): Wrap strings in _() if they need... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (injections_compute): Wrap strings in _() if |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (grammar_dump): Wrap strings in _() if they need transl... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (compute_header_macro): Remove; unused. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (strerror_r): Remove decl; not needed. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (print_closure, set_firsts, closure): Wrap strings... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (assoc_to_string): Wrap strings in _() if they need... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (INCLUDES): Do not include from the intl directory... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | (state_list_append, new_itemsets, get_state, append_sta... |
tree | commitdiff |
2002-08-02 |
Akim Demaille | * src/conflicts.c (conflicts_output): Don't output... |
tree | commitdiff |
2002-08-01 |
Akim Demaille | Instead of attaching lookaheads and duplicating the... |
tree | commitdiff |
2002-08-01 |
Akim Demaille | * src/derives.h, src/derives.c (derives): A `rule_t... |
tree | commitdiff |
2002-08-01 |
Akim Demaille | * lib/timevar.c (get_time): Include children time. |
tree | commitdiff |
2002-07-31 |
Akim Demaille | Separate parser tables computation and output. |
tree | commitdiff |
2002-07-31 |
Akim Demaille | Steal GCC's --time-report support. |
tree | commitdiff |
2002-07-31 |
Akim Demaille | Let --trace have arguments. |
tree | commitdiff |
2002-07-30 |
Akim Demaille | Normalize conflict related messages. |
tree | commitdiff |
2002-07-30 |
Akim Demaille | Report rules which are never reduced by the parser... |
tree | commitdiff |
2002-07-30 |
Akim Demaille | `stage' was accidently included in a previous patch. |
tree | commitdiff |
2002-07-29 |
Akim Demaille | * src/state.h, src/state.c (transitions_t): Holds state... |
tree | commitdiff |
2002-07-29 |
Akim Demaille | Use $accept and $end, as BYacc and BTYacc do, instead... |
tree | commitdiff |
2002-07-29 |
Akim Demaille | * src/reduce.c (reduce_grammar): When the language... |
tree | commitdiff |
2002-07-26 |
Akim Demaille | * src/reader.h, src/reader.c (gram_error): ... can... |
tree | commitdiff |
2002-07-26 |
Akim Demaille | * src/output.c (prepare_tokens): Go up to ntokens,... |
tree | commitdiff |
2002-07-25 |
Akim Demaille | Stop storing rules from 1 to nrules + 1. |
tree | commitdiff |
2002-07-25 |
Akim Demaille | * src/gram.h (TIEM_NUMBER_MAX): New. |
tree | commitdiff |
2002-07-19 |
Akim Demaille | * src/scan-gram.l (id): Can start with an underscore. |
tree | commitdiff |
2002-07-16 |
Akim Demaille | * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string... |
tree | commitdiff |
2002-07-09 |
Akim Demaille | * lib/quotearg.h: Protect against multiple inclusions. |
tree | commitdiff |
2002-07-09 |
Akim Demaille | * src/complain.h, src/complain.c (warn, complain):... |
tree | commitdiff |
2002-07-09 |
Akim Demaille | * src/parse-gram.y (rules_or_grammar_declaration):... |
tree | commitdiff |
next |