summaryrefslogtreecommitdiff
path: root/doc/flex.texi
Commit message (Collapse)AuthorAge
* Imported Upstream version 2.6.0Manoj Srivastava2016-01-22
|
* Merge tag 'v2.6.0' into upstreamManoj Srivastava2016-01-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flex v2.6.0 release Signed-off-by: Manoj Srivastava <srivasta@debian.org> # gpg: Signature made Sat 05 Dec 2015 11:42:31 AM PST using RSA key ID 4F8BC9A4 # gpg: requesting key 4F8BC9A4 from hkp server pool.sks-keyservers.net # gpg: no valid OpenPGP data found. # gpg: Total number processed: 0 # gpg: keyserver communications error: key not found # gpg: keyserver communications error: bad public key # gpg: Can't check signature: public key not found # Conflicts: # Makefile.am # NEWS # autogen.sh # configure.ac # doc/Makefile.am # doc/flex.texi # examples/fastwc/mywc.c # lib/Makefile.am # lib/malloc.c # lib/realloc.c # po/POTFILES.in # po/ca.po # po/da.po # po/de.po # po/eo.po # po/es.po # po/fi.po # po/fr.po # po/ga.po # po/hr.po # po/ko.po # po/nl.po # po/pl.po # po/pt_BR.po # po/ro.po # po/ru.po # po/sr.po # po/sv.po # po/tr.po # po/vi.po # po/zh_CN.po # po/zh_TW.po # tests/Makefile.am # tests/README
| * Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-07
| |
| * add %{...%} block to example in manualWill Estes2015-08-05
| |
| * Removed deprecated 'register' storage class specifier.Yuri2014-07-25
| | | | | | | | clang-3.5.0 now complains about them: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register]
| * 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
| |
| * 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; ↵Will Estes2012-03-02
| | | | | | | | patch submitted by Andreas Gruenbacher <agruen@suse.de>
| * 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
| | | | | | | | | | | | | | | | so that @set values are correctly evaluated. (Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, fix C++ example to actually be compilable. Patch from Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
| * specify the title on the title page since @settitle doesn't do that for us; ↵Will Estes2008-12-28
| | | | | | | | resolves bug #2043491
| * correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug ↵Will Estes2008-05-15
| | | | | | | | #1739912
| * use ansi syntax in simple examples; resolves patch #1909844; patch submitted ↵Will Estes2008-05-14
| | | | | | | | by Tom Browder, tbrowder2@users.sourceforge.net
| * 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
| |
| * fix typos in manual; resolves bug #1592857Will Estes2006-11-09
| |
| * add noyywrap option to example; use whitespace to clarify exampleWill Estes2006-10-17
| |
| * 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.
| * Extended syntax excluded for lex/posix compat mode.John Millaway2006-03-28
| | | | | | | | | | | | Comments discarded inside (?x:) patterns. Added test in test suite for comments in extended patterns. Documented syntax additions.
| * 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.
| * Added extended, perl-compatible comment syntax.John Millaway2006-03-25
| | | | | | | | | | Added test for extended comment syntax. Documented extended comment syntax.
| * Changed explicit 'A'-'Z' to isupper(), where correct to do so.John Millaway2006-03-25
| | | | | | | | Documentation.
| * 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
| | | | | | | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
| * Documentation.John Millaway2006-02-20
| |
| * Fixed buffer overflow in reject state buffer.John Millaway2006-02-16
| | | | | | | | Corrected documentation on the state buffer.
| * Eliminated references to lex.sf.net.John Millaway2006-02-15
| |
| * Documentation patch.John Millaway2006-02-14
| |
| * Documentation.John Millaway2006-02-13
| |
| * added 3 faqsJohn Millaway2003-12-09
| |
| * Documented m4 incompatibility with lex.John Millaway2003-07-07
| |
| * Added %top block syntax.John Millaway2003-03-27
| | | | | | | | | | Added test for %top block. Documented %top block.
| * Documented the m4 dependency.John Millaway2003-03-27
| |