summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Collapse)AuthorAge
* fix bug that prevented comments from working properlyWill Estes2008-02-15
|
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
|
* refactor and slightly redo alloca testing, resolves bug #1675899Will Estes2007-04-13
|
* Added ccl union operator.John Millaway2006-03-28
| | | | | | Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
* Implemented dot-all syntax.John Millaway2006-03-27
| | | | Added test for dot-all syntax in test suite.
* Removed global variable caseins.John Millaway2006-03-27
| | | | | | | | Added scanner stack flags for case-insensitivity. Moved case-folding code from DFA-generation to parse time read-macros. Added localized case-sensitivity syntax from Perl. Added test for new syntax in test suite. Documented new syntax.
* Changed explicit 'A'-'Z' to isupper(), where correct to do so.John Millaway2006-03-25
| | | | Documentation.
* Added set difference operator {-} for character classes.John Millaway2006-03-22
|
* Added negated character class expressions.John Millaway2006-03-22
| | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
* Replaced sprintf with snprintf everywhere.John Millaway2006-03-22
|
* Changed symbol INFINITE to fix conflict with C math symbol.John Millaway2006-02-14
|
* Fixed bug submitted by Bruce Lilly <blilly@erols.com> where characterJohn Millaway2002-12-16
| | | | | ranges would yield unexpected behavior in a caseless scanner. Also, flex now emits a warning if the range looks like trouble.
* Removed space before line num in error messages to look more like gcc's errors.John Millaway2002-11-17
|
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07
| | | | | | Added shared file tables_shared.c. Separated tables.h from flexdef.h Bulk of table deserialization code is done.
* Added --tables option.John Millaway2002-08-16
| | | | Omitted tables code from generated scanner when unused.
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
|
* address typos in NEWS; add --posix option for ERE parsing the way posix ↵Will Estes2002-06-19
| | | | wants it; update the TODO file
* Applied 'const' to a few more char*, where appropriate.John Millaway2002-04-19
|
* merge latest batch of millaway's changesWill Estes2001-10-17
|
* error messages will now show up the way that emacs likes themWill Estes2001-07-31
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* reworked alloca() chud, from FrancoisVern Paxson1995-04-21
|
* more alloca() bullshitVern Paxson1995-04-20
|
* added %option yyclassVern Paxson1995-03-05
|
* treat [:upper:] as [:lower:] if -iVern Paxson1994-12-10
|
* added ccl exprsVern Paxson1994-12-06
|
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
|
* alloca, lint tweaksVern Paxson1994-11-05
|
* %optionVern Paxson1993-12-27
|
* Added scon_stk stuff, format_warnVern Paxson1993-12-26
|
* Working checkpoint prior to adding <scon>{ stuffVern Paxson1993-12-26
|
* Added beginnings of <SCON>{ ... }Vern Paxson1993-12-23
|
* removed crufty WHITESPACE token, some uses of '\n' tokenVern Paxson1993-12-16
|
* -o optionVern Paxson1993-12-11
|
* Fixed bug in treating '$' as variable trailing contextVern Paxson1993-12-09
|
* Added #ifdef chud for alloca()Vern Paxson1993-11-30
|
* -l lex compatibility flagVern Paxson1993-11-26
|
* YYSTYPE #define'd to intVern Paxson1993-09-21
|
* nuked static RCS stringVern Paxson1993-09-16
|
* Fixed bug with Z-a character classes as per WilhelmsVern Paxson1993-07-05
|
* Reformatting.Vern Paxson1993-04-14
|
* numerous bug fixesVern Paxson1993-02-06
| | | | | extra formatting of error/warning messages added support of <*>, partial support for nested start conditions
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* introduced format_pinpoint_message()Vern Paxson1990-05-26
| | | | | declared void functions as such changed lone <<EOF>> to apply to all outstanding start conditions
* Rules rewritten so '/' and '$' parsed correctly.Vern Paxson1990-03-20
|
* Nuked some extraneous whitespace.Vern Paxson1990-03-16
| | | | NUL's hacks.
* Tweaks for NUL chars.Vern Paxson1990-03-14
|
* 8-bit char support.Vern Paxson1990-01-15
| | | | | Error-message pinpointing. 2.2 Release.
* made trailing context combined with '|' warning always come outVern Paxson1989-06-20
|