summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Improve explanation of m4 quoting.Eric S. Raymond2020-10-171-4/+7
* Documentation polishing.Eric S. Raymond2020-10-171-15/+52
* Finish up the simple-test set for C99.Eric S. Raymond2020-10-171-0/+8
* quick editing pass over recent changes to documentation and comments (#2)Daniel Brooks2020-10-161-72/+81
* Docunent the -e/--emit backend switch and the new test convention.Eric S. Raymond2020-10-161-1/+14
* Add and document machinery to choose a back end by name.Eric S. Raymond2020-10-161-8/+13
* More documentation polishing.Eric S. Raymond2020-10-141-602/+600
* Typo and markup fixes in the manual.Eric S. Raymond2020-10-141-3/+3
* Documentation polishing.Eric S. Raymond2020-10-141-26/+48
* Documentation polishing.Eric S. Raymond2020-10-131-37/+48
* Three more namespace cleanups for multilanguage.Eric S. Raymond2020-10-131-42/+63
* Update all the examples to use the new API elements.Eric S. Raymond2020-10-121-39/+17
* Replace YY_USER_INIT, YY_USER_ACION, and YY_BREAK #defines with Flex options.Eric S. Raymond2020-10-121-42/+52
* Make yydecl an ordinary string-valued option rather than a special directive.Eric S. Raymond2020-10-121-9/+9
* Deprecate #define YY_EXTRA_TYPE in favor of the extra-type option.Eric S. Raymond2020-10-121-2/+11
* Revise the manual so the reentrant interface is recommended early.Eric S. Raymond2020-10-121-7/+54
* Rename unput() to yyunput(); follow through in option switches.Eric S. Raymond2020-10-121-39/+42
* Deprecate input(); document yyinput() for the C back end...Eric S. Raymond2020-10-121-14/+12
* Introduce the term "rule hook" so we can use the term "macro" less.Eric S. Raymond2020-10-111-44/+53
* Implement and document yystart(), replacing YY_START.Eric S. Raymond2020-10-111-10/+13
* Implement and document %noyyread, replacing YY_INPUT.Eric S. Raymond2020-10-111-39/+36
* Revise Flex manual to say useful things about multilanguage support.Eric S. Raymond2020-10-111-34/+107
* Implement and document %option yylmax to replace #define YYLMAX.Eric S. Raymond2020-10-101-18/+20
* 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