summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/parse-gram.y: Associate a human readable string to eachAkim Demaille2002-09-103-112/+117
* * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,Akim Demaille2002-09-047-24/+24
* Typo.Akim Demaille2002-09-041-5/+5
* Regen.Akim Demaille2002-09-041-8/+25
* Regenerate.Paul Eggert2002-08-123-216/+233
* (table_grow, pack_vector): Wrap strings in _() ifPaul Eggert2002-08-121-3/+3
* (alloca): Use same pattern as ../lib/error.c.Paul Eggert2002-08-121-25/+18
* (symbol_get): Don't cast LHS of an assignment;Paul Eggert2002-08-121-1/+1
* Wrap strings in _() if they need translation.Paul Eggert2002-08-121-21/+21
* (relation_transpose): Wrap strings in _() if they need translation.Paul Eggert2002-08-121-2/+2
* Fix spelling in comment.Paul Eggert2002-08-121-1/+1
* Cast result of bindtextdomain and textdomainPaul Eggert2002-08-121-2/+2
* (lookaheads_print): Wrap strings in _() if they need translation.Paul Eggert2002-08-121-4/+4
* (injections_compute): Wrap strings in _() ifPaul Eggert2002-08-121-2/+2
* (grammar_dump): Wrap strings in _() if they need translation.Paul Eggert2002-08-121-9/+10
* (compute_header_macro): Remove; unused.Paul Eggert2002-08-122-46/+0
* (strerror_r): Remove decl; not needed.Paul Eggert2002-08-121-17/+9
* (print_closure, set_firsts, closure): Wrap strings in _() if they needPaul Eggert2002-08-121-6/+6
* (assoc_to_string): Wrap strings in _() if they need translation.Paul Eggert2002-08-121-1/+1
* (INCLUDES): Do not include from the intl directory, which has been removed.Paul Eggert2002-08-121-5/+2
* (state_list_append, new_itemsets, get_state, append_states, generate_states):Paul Eggert2002-08-121-7/+9
* * src/conflicts.c (conflicts_output): Don't output rules neverAkim Demaille2002-08-027-91/+140
* Instead of attaching lookaheads and duplicating the rules beingAkim Demaille2002-08-018-242/+205
* * src/derives.h, src/derives.c (derives): A `rule_t***' instead ofAkim Demaille2002-08-018-53/+56
* * lib/timevar.c (get_time): Include children time.Akim Demaille2002-08-014-34/+56
* Separate parser tables computation and output.Akim Demaille2002-07-317-852/+1001
* Steal GCC's --time-report support.Akim Demaille2002-07-315-47/+50
* Let --trace have arguments.Akim Demaille2002-07-3114-48/+250
* Normalize conflict related messages.Akim Demaille2002-07-303-29/+98
* Report rules which are never reduced by the parser: those hiddenAkim Demaille2002-07-303-20/+34
* `stage' was accidently included in a previous patch.Akim Demaille2002-07-301-9/+23
* * src/state.h, src/state.c (transitions_t): Holds state_t*'s, notAkim Demaille2002-07-299-117/+186
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-297-39/+41
* * src/reduce.c (reduce_grammar): When the language is empty,Akim Demaille2002-07-291-2/+3
* * src/reader.h, src/reader.c (gram_error): ... can't getAkim Demaille2002-07-265-42/+39
* * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.Akim Demaille2002-07-261-3/+3
* Stop storing rules from 1 to nrules + 1.Akim Demaille2002-07-2512-84/+84
* * src/gram.h (TIEM_NUMBER_MAX): New.Akim Demaille2002-07-255-100/+249
* * src/scan-gram.l (id): Can start with an underscore.Akim Demaille2002-07-192-2/+2
* * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.Akim Demaille2002-07-168-27/+94
* * lib/quotearg.h: Protect against multiple inclusions.Akim Demaille2002-07-095-183/+172
* * src/complain.h, src/complain.c (warn, complain): Remove, unused.Akim Demaille2002-07-0910-140/+36
* * src/parse-gram.y (rules_or_grammar_declaration): Add an errorAkim Demaille2002-07-094-174/+202
* * data/yacc.c: Output the copyright notive in the header.Akim Demaille2002-07-092-17/+38
* * src/output.c (froms, tos): Are state_number_t.Akim Demaille2002-07-032-35/+36
* * src/lalr.h, src/lalr.c (goto_number_t): New.Akim Demaille2002-07-036-59/+46
* * src/closure.c (print_fderives): Use rule_rhs_print.Akim Demaille2002-07-032-22/+29
* * src/output.c (prepare_actions): Free `tally' and `width'.Akim Demaille2002-07-035-180/+193
* Fix some memory leaks, and fix a bug: state 0 was examined twice.Akim Demaille2002-07-038-159/+188
* * lib/libiberty.h: New.Akim Demaille2002-07-026-43/+50