]> git.saurik.com Git - bison.git/history - src/scan-gram.l
Pacify -DGNULIB_POSIXCHECK.
[bison.git] / src / scan-gram.l
2011-05-01  Joel E. DennyPacify -DGNULIB_POSIXCHECK.
2011-02-06  Joel E. DennyDo not allow identifiers that start with a dash.
2011-01-05  Alex RozenmanDo not allow identifiers that start with a negative...
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-08-28  Eric Blakescan-gram: avoid portability trap with ctype usage.
2009-08-22  Joel E. DennyUse locale when quoting.
2009-08-20  Joel E. DennyFix complaints about escape sequences.
2009-08-11  Joel E. DennyMiscellaneous code readability improvements.
2009-08-01  Joel E. DennyPacify "gcc -Wunused" for the input function from Flex.
2009-07-29  Joel E. DennyFix a --enable-gcc-warnings problem.
2009-07-24  Joel E. DennyWarn about character literals not of length one.
2009-07-04  Alex Rozenman Style changes and factoring.
2009-06-27  Alex RozenmanNamed symbol references.
2009-05-05  Akim Demaillefix hexadecimal token number support.
2009-05-04  Akim Demaillebison: catch bad symbol names.
2009-05-04  Akim Demaillespace changes.
2009-05-04  Akim Demailleidentifiers: dashes are letters.
2009-04-30  Joel E. DennyAdd copyright updates missed during previous cherry...
2009-04-29  Akim Demaillevariables: accept dashes.
2009-04-06  Di-an Jan Improves options in the manual.
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-03  Joel E. DennyUse the new code_props interface in parse-gram.y.
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-11-10  Joel E. DennyFix memory leaks in scanners generated by at least...
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-16  Joel E. DennySimilar to the recently removed %before-header, add...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-04  Joel E. DennyRequire default %destructor/%printer to be declared...
2006-08-14  Joel E. DennyUndo last commit.
2006-08-14  Joel E. Denny* src/scan-gram.l (braces_level, context_state): Make...
2006-08-14  Joel E. DennyIn the grammar scanner, STRING_FINISH unclosed construc...
2006-08-10  Joel E. DennyClean up scanners a bit.
2006-07-13  Akim DemailleSupport %define "KEY" {VALUE}.
2006-07-08  Joel E. DennyIn the grammar file, the first column is 1 not 0 on...
2006-06-24  Joel E. DennyFix bug that mistakes braced code in a declaration...
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-19  Joel E. Denny* src/scan-gram.l: Remove unused declaration of last_st...
2006-06-19  Akim Demaille* src/scan-gram.l: No longer "parse" things after ...
2006-06-07  Joel E. Denny* src/flex-scanner.h: For the sake of Flex 2.5.4, don...
2006-06-07  Joel E. DennyGet Bison to build again when configured with --enable...
2006-06-07  Akim Demaille* src/scan-gram.l: Move the "add a trailing ; to action...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2006-01-30  Paul EggertFix a longstanding bug uncovered by bro-0.9a9/src/parse...
2006-01-22  Paul Eggert* src/assoc.c (assoc_to_string): Use a default: abort...
2006-01-22  Paul Eggert* Makefile.cfg (local-checks-to-skip): Add changelog...
2006-01-03  Paul EggertWarn about dubious constructions like "%token T T".
2005-12-28  Paul Eggert* src/location.h (boundary): Note that a line or column...
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-12-22  Akim DemailleWarn about unused values.
2005-10-13  Paul Eggert* NEWS: Bison now warns if it finds a stray `$' or...
2005-10-11  Paul EggertWork around portability problems with Visual Age C...
2005-10-02  Akim Demaille* bootstrap (gnulib_modules): Add strverscmp.
2005-07-22  Paul Eggert(<SC_PRE_CODE>.): Don't double-quote token names,
2005-07-20  Paul Eggert* src/scan-gram.l (gram_get_lineno, gram_get_in, gram_g...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2005-03-07  Paul Eggert* src/output.c (escaped_output): Renamed from
2004-08-08  Paul Eggertuniqstr wasn't being used for handle_syncline like...
2004-05-03  Paul EggertReject unescaped newlines in strings.
2004-03-26  Paul Hilfinger* src/parse-gram.y: Define PERCENT_EXPECT_RR.
2004-03-08  Paul EggertAdd support for hex token numbers.
2003-10-07  Paul EggertDo not allow NUL bytes in string literals or character...
2003-10-01  Paul EggertUse "%no-default-prec" instead of "%default-prec 0".
2003-09-30  Paul EggertAdd %default-prec.
2003-08-25  Akim DemailleWhen reducing initial empty rules, Bison parser read...
2003-06-10  Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-04-18  Paul EggertAdd %option nounput, since we no longer use unput.
2003-03-13  Paul Eggert(YY_USER_INIT): Initialize code_start, too.
2003-03-02  Paul Eggert(code_start): Initialize it to scanner_cursor,
2003-03-01  Akim Demaille* src/scan-gram.l (code_start): Always initialize it...
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
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-24  Paul Eggert(handle_dollar, handle_at): Now takes int
2002-12-13  Paul Eggert(<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
2002-12-11  Paul Eggert(<INITIAL>{int}): Use set_errno and get_errno instead...
2002-12-07  Paul EggertInclude "files.h".
2002-12-01  Paul Eggert(no_cr_read, extend_location): Move to epilogue,
2002-11-29  Paul Eggert[a-f] -> [abcdef], so that we don't assume the C locale.
2002-11-29  Paul Eggert"," now elicits a warning, rather than being
2002-11-27  Paul Eggert(STEP): Renamed from YY_STEP. All uses changed.
2002-11-13  Paul EggertRevamp regular expressions so that " and '
2002-11-12  Akim Demaille* src/scan-gram.l, src/reader.h (scanner_last_string_free):
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
next