summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* fix punction when talking about colon-bracket delimiters; resolves sf#167Will Estes2014-04-02
* remove proofreading commentWill Estes2014-04-02
* Put angle brackets around start condition name; resolves bug #168.Will Estes2014-04-02
* move flex program sources into src/ directoryWill Estes2014-02-16
* list more generated files in CLEANFILESWill Estes2014-02-13
* remove unmaintained xml documentationWill Estes2014-02-13
* rename .cvsignore files to .gitignoreWill Estes2012-07-22
* fix call to version in manualWill Estes2012-06-23
* add missing argument to call to yylex in manualWill Estes2012-06-22
* add a 7 to the c99 octal pattern; resolves #3518269Will Estes2012-04-27
* copyedit; resolves #3513670Will Estes2012-03-31
* fix order of td_lolen and td_hilen in documentation; resolves #2913693; patch...Will Estes2012-03-02
* correct document of YY_FLUSH_BUFFER; resolves #1723028Will Estes2012-03-02
* fix ipv6 pattern in manual; update manual copyright to 2012Will Estes2012-02-17
* Add link for RFC 2396Will Estes2012-02-17
* Include version.texi after @setfilename,Will Estes2009-03-31
* specify the title on the title page since @settitle doesn't do that for us; r...Will Estes2008-12-28
* ignore automake-supplied ylwrapWill Estes2008-05-31
* correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug ...Will Estes2008-05-15
* use ansi syntax in simple examples; resolves patch #1909844; patch submitted ...Will Estes2008-05-14
* fix typo in example (from Paolo J. MatosWill Estes2008-04-10
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
* Docs and example for yylex_init_extra.Aaron Stone2007-06-12
* change title of manual to 'Lexical Analysis with Flex'Will Estes2007-05-01
* drop using the \ in \ escaping as it throws pdf generation for a loopWill Estes2007-04-16
* corrections to the manual as per suggestions from flex-help@Will Estes2007-04-10
* include author names in online versions of the manualWill Estes2007-04-03
* correct how to submit bugsWill Estes2007-03-07
* make better use of AC_INIT; clean up, simplify and make more robust the gener...Will Estes2007-02-13
* remove texinfo.tex from cvs treeWill Estes2007-02-13
* add flex.pdf to EXTRA_DISTWill Estes2007-02-13
* more changes to build system to distribute man pageWill Estes2007-02-01
* add flex man page to distributionWill Estes2007-02-01
* fix typos in manual; resolves bug #1592857Will Estes2006-11-09
* add flex.html to .cvsignore in doc directoryWill Estes2006-10-30
* add noyywrap option to example; use whitespace to clarify exampleWill Estes2006-10-17
* Added ccl union operator.John Millaway2006-03-28
* Extended syntax excluded for lex/posix compat mode.John Millaway2006-03-28
* Removed global variable caseins.John Millaway2006-03-27
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
* Changed explicit 'A'-'Z' to isupper(), where correct to do so.John Millaway2006-03-25
* Documentation.John Millaway2006-03-24
* Added appendix of patterns to manual.John Millaway2006-03-24
* .John Millaway2006-03-23
* Documentation.John Millaway2006-03-22
* Documented set difference operator {-}.John Millaway2006-03-22
* Added negated character class expressions.John Millaway2006-03-22
* Documentation.John Millaway2006-02-20
* Fixed buffer overflow in reject state buffer.John Millaway2006-02-16