summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Implement and document %yydecl directive to replace #define YY_DECL.Eric S. Raymond2020-10-101-29/+18
* | Deprecate ECHO in favor of yyecho().Eric S. Raymond2020-10-091-23/+26
* | Deprecate BEGIN in favor of yybegin(). Worst of the awkward squad.Eric S. Raymond2020-10-091-52/+57
* | First step towards an interface independent of C macros.Eric S. Raymond2020-10-091-32/+59
* | Update the documentation on writing a back end,Eric S. Raymond2020-10-071-29/+61
* | Begin replacing method table entries with hook macrosEric S. Raymond2020-10-031-7/+8
* | Fo;d documentation on how to write bac ends into the Texinfo manual.Eric S. Raymond2020-09-251-9/+118
* | Generated skel data is now stuffed in an array in the C/C++ back end.Eric S. Raymond2020-09-202-1/+2
|/
* doc: amend manual section on state stack functions.Jannick2018-03-131-1/+9
* doc: Correct typo in C code sample in manualviktor.shepel2017-05-061-1/+1
* build: list earliest useable versions for automakeSimon Sobisch2017-05-021-21/+3
* doc: Don't delete flex.1 during "make distclean".Explorer092016-10-281-1/+1
* Only regenerate the man page when required.Alastair Hughes2016-10-271-2/+4
* Update flex.texi: Removed repedative wordingAlex Kennedy2016-10-211-1/+1
* no longer generate K&R C scannersDemi Obenour2016-09-251-15/+8
* build: prettified command to build man pageWill Estes2016-03-311-3/+5
* build: added man page to DISTCLEANFILESWill Estes2016-03-311-0/+1
* fix flex.1 dependencyrlar2016-03-311-6/+3
* doc: corrected example in manual, gh#67Will Estes2016-03-181-1/+1
* Referred to github for issue tracking, no longer sfWill Estes2016-01-181-2/+1
* Removed flex.pdf from distribution; partially fixed sf#155Will Estes2015-12-111-1/+0
* Changed man page dependencies.Will Estes2015-11-111-1/+1
* Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-071-7/+14
* add %{...%} block to example in manualWill Estes2015-08-051-0/+2
* Ignore directories build-aux/, m4/Will Estes2014-11-141-2/+0
* ignore more files generated by texinfoWill Estes2014-11-121-0/+3
* Removed deprecated 'register' storage class specifier.Yuri2014-07-251-1/+1
* fix punction when talking about colon-bracket delimiters; resolves sf#167Will Estes2014-04-021-1/+1
* remove proofreading commentWill Estes2014-04-021-1/+0
* Put angle brackets around start condition name; resolves bug #168.Will Estes2014-04-021-2/+2
* move flex program sources into src/ directoryWill Estes2014-02-162-24/+21
* list more generated files in CLEANFILESWill Estes2014-02-131-1/+16
* remove unmaintained xml documentationWill Estes2014-02-131-9821/+0
* rename .cvsignore files to .gitignoreWill Estes2012-07-221-0/+0
* fix call to version in manualflex-2-5-36Will Estes2012-06-231-1/+1
* add missing argument to call to yylex in manualWill Estes2012-06-221-1/+1
* add a 7 to the c99 octal pattern; resolves #3518269Will Estes2012-04-271-1/+1
* copyedit; resolves #3513670Will Estes2012-03-311-1/+1
* fix order of td_lolen and td_hilen in documentation; resolves #2913693; patch...Will Estes2012-03-021-7/+7
* correct document of YY_FLUSH_BUFFER; resolves #1723028Will Estes2012-03-021-3/+3
* fix ipv6 pattern in manual; update manual copyright to 2012Will Estes2012-02-171-10/+22
* Add link for RFC 2396Will Estes2012-02-171-3/+3
* Include version.texi after @setfilename,Will Estes2009-03-311-12/+16
* specify the title on the title page since @settitle doesn't do that for us; r...Will Estes2008-12-281-3/+3
* ignore automake-supplied ylwrapWill Estes2008-05-311-1/+1
* correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug ...Will Estes2008-05-151-2/+2
* use ansi syntax in simple examples; resolves patch #1909844; patch submitted ...Will Estes2008-05-141-4/+3
* fix typo in example (from Paolo J. MatosWill Estes2008-04-101-1/+1
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-101-5/+4
* Docs and example for yylex_init_extra.Aaron Stone2007-06-121-16/+29