summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fix(build): build man page when cross compilingHEADmasterWill Estes2023-04-071-0/+4
* Merge pull request #529 from ggujjula/issue_369Will Estes2022-06-171-0/+13
|\
| * Add anchors and refs to areas relevant to '--yymore'ggujjula2022-05-311-1/+3
| * Add documentation for option '--yymore'ggujjula2022-05-311-0/+11
* | fix some tiny doc error.Xiao Hanyu2022-05-261-2/+2
|/
* Merge pull request #513 from ggujjula/issue_398Will Estes2022-05-161-1/+1
|\
| * Replace mention of input() in documentation with yyinput()ggujjula2021-12-291-1/+1
* | doc(manual): Correct character class examples and special meaning discussion.Joseph Langley2022-05-111-2/+6
|/
* Merge branch 'doc_fix_typo' of git://github.com/houtanb/flex into houtanb-doc...Will Estes2021-06-051-1/+1
|\
| * doc: fix typoHoutan Bastani2018-11-261-1/+1
* | fix(build): Set texi2* include paths for VPATH.Joseph Langley2021-06-042-3/+6
* | Repair some markup damage in the manual.Eric S. Raymond2020-11-101-1/+1
* | Explain why 3 API functions don't have magic rewrite rules.Eric S. Raymond2020-11-091-0/+9
* | Fully m4ize yymore()Eric S. Raymond2020-11-081-5/+6
* | YY_AT_BOL() -> yyatbol(), yy_set_bol() -> yysetbol(), and make them magic.Eric S. Raymond2020-11-031-15/+25
* | Documentation polishing.Eric S. Raymond2020-11-031-12/+15
* | Implement and document the rewrite/norewrite option.Eric S. Raymond2020-11-031-1/+11
* | Pull two random flags into the ctrl structure.Eric S. Raymond2020-11-021-1/+1
* | m4ize handling of yyterminate, and translate another stray #define.Eric S. Raymond2020-10-311-3/+14
* | Add %option bufsize, required for testing under non-C targets...Eric S. Raymond2020-10-291-2/+13
* | More de-preprocessorization.Eric S. Raymond2020-10-291-0/+4
* | In C99, make --nounistd a no-op. Explain this in the manual.Eric S. Raymond2020-10-291-3/+8
* | A step towards getting rid of YY_FATAL_ERROR...Eric S. Raymond2020-10-281-2/+2
* | Sever a number of dependencies on cpp by adding rewrite rules...Eric S. Raymond2020-10-281-0/+5
* | Outside cpp #define doesn't work, so deprecate YY_FLEX_SUBMINOR_VERSION.Eric S. Raymond2020-10-281-0/+4
* | Polish documentation and fix up some uses of the old interface.Eric S. Raymond2020-10-251-1/+4
* | Fix Next link in the Overview of the Retargeting section of the manual (#3)Daniel Brooks2020-10-251-1/+1
* | Documentation cleanup - fix a wrong assumption about tests.Eric S. Raymond2020-10-221-1/+3
* | 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