2005-10-11 |
Paul Eggert | Work around portability problems with Visual Age C... |
blob | commitdiff | raw |
2005-10-02 |
Akim Demaille | * bootstrap (gnulib_modules): Add strverscmp. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Eggert | (<SC_PRE_CODE>.): Don't double-quote token names, |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Paul Eggert | * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_g... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | * src/parse-gram.y: Include quotearg.h. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Paul Eggert | * src/output.c (escaped_output): Renamed from |
blob | commitdiff | raw | diff to current |
2004-08-08 |
Paul Eggert | uniqstr wasn't being used for handle_syncline like... |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | Reject unescaped newlines in strings. |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Paul Hilfinger | * src/parse-gram.y: Define PERCENT_EXPECT_RR. |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Paul Eggert | Add support for hex token numbers. |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Paul Eggert | Do not allow NUL bytes in string literals or character... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Paul Eggert | Use "%no-default-prec" instead of "%default-prec 0". |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-06-10 |
Paul Hilfinger | * data/glr.c (YYERROR): Update definition. |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Akim Demaille | * src/gram.h, src/gram.c (pure_parser, glr_parser)... |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Paul Eggert | Add %option nounput, since we no longer use unput. |
blob | commitdiff | raw | diff to current |
2003-03-13 |
Paul Eggert | (YY_USER_INIT): Initialize code_start, too. |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Paul Eggert | (code_start): Initialize it to scanner_cursor, |
blob | commitdiff | raw | diff to current |
2003-03-01 |
Akim Demaille | * src/scan-gram.l (code_start): Always initialize it... |
blob | commitdiff | raw | diff to current |
2003-02-03 |
Paul Eggert | Use more-consistent naming conventions for local vars. |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Paul Eggert | src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only... |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Paul Eggert | (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","): |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Paul Eggert | (<SC_BRACED_CODE>"}"): Append ";" before the last brace... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | (handle_dollar, handle_at): Now takes int |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | (<INITIAL>{int}): Use set_errno and get_errno instead... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | Include "files.h". |
blob | commitdiff | raw | diff to current |
2002-12-01 |
Paul Eggert | (no_cr_read, extend_location): Move to epilogue, |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Paul Eggert | [a-f] -> [abcdef], so that we don't assume the C locale. |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Paul Eggert | "," now elicits a warning, rather than being |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Paul Eggert | (STEP): Renamed from YY_STEP. All uses changed. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Paul Eggert | Revamp regular expressions so that " and ' |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/scan-gram.l, src/reader.h (scanner_last_string_free): |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/struniq.h, src/struniq.c (struniq_t): Is const. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/symtab.c (symbol_free): Remove dead deactivated... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Paul Eggert | (<SC_CHARACTER>): Don't worry about any backslash |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Paul Eggert | (unexpected_end_of_file): Fix bug: columns were counted... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Paul Eggert | Remove stack option. We no longer use the stack, since... |
blob | commitdiff | raw | diff to current |
2002-11-07 |
Paul Eggert | (unexpected_end_of_file): New function. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | * src/main.c (main): Free `infile'. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Paul Eggert | Use more accurate diagnostics, e.g. |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Paul Eggert | (braces_level): Now auto, not static. |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Akim Demaille | * src/scan-gram.l: When it starts with `%', complain... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Akim Demaille | * src/location.h (LOCATION_PRINT): Use quotearg slot... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Paul Eggert | Revamp to fix POSIX incompatibilities, to count columns... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Paul Eggert | Remove all uses of PARAMS, since we now assume C89... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Akim Demaille | Prototype support of %lex-param and %parse-param. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Akim Demaille | * src/getargs.h (trace_e): Add trace_scan, and trace_parse. |
blob | commitdiff | raw | diff to current |
2002-10-13 |
Paul Eggert | (rule_length): New static var. |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Akim Demaille | * tests/regression.at Characters Escapes): New. |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Paul Eggert | Wrap strings in _() if they need translation. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Akim Demaille | * src/scan-gram.l (id): Can start with an underscore. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Akim Demaille | * lib/quotearg.h: Protect against multiple inclusions. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Akim Demaille | * src/complain.h, src/complain.c (warn, complain):... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Akim Demaille | * src/output.c (prepare_actions): Free `tally' and... |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Paul Eggert | (<SC_ESCAPED_CHARACTER>): Convert to unsigned char... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | We spend a lot of time in quotearg, in particular when... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/reader.c (gensym): Rename as... |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Paul Hilfinger | Initial check-in introducing experimental GLR parsing... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Akim Demaille | * src/parse-gram.y (YYPRINT, yyprint): Don't mess with... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_t): printer and |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Akim Demaille | * src/scan-gram.l: Complete the scanner with the missin... |
blob | commitdiff | raw | diff to current |
2002-06-19 |
Akim Demaille | Prepare @$ in %destructor, but currently don't bind... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Akim Demaille | * data/m4sugar/m4sugar.m4 (m4_map): Recognize when... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Akim Demaille | * src/symlist.h, src/symlist.c (symbol_list_length... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Akim Demaille | * src/reader.h, src/reader.c (symbol_list, symbol_list_new) |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | Let symbols have a location. |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Akim Demaille | * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Akim Demaille | * src/scan-gram.l (SC_PROLOGUE): Don't eat characters... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_OBS_INIT): Remove, replace with... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval. |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | Have Bison grammars parsed by a Bison grammar. |
blob | commitdiff | raw | diff to current |
|