summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documented building and installation of flexwestes-installWill Estes2022-09-274-44/+69
* updates from translation projectWill Estes2022-09-2724-5404/+5450
* Merge pull request #527 from Mightyjo/issue-525Will Estes2022-06-175-4/+162
|\
| * fix(issue-525): Fail gracefully when yy_get_next_buffer can't find one.Joseph Langley2022-05-185-3/+21
| * fix(issue-525): Add regression test for Issue 525.Joseph Langley2022-05-182-1/+141
* | 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
| |/
* | Merge pull request #528 from xiaohanyu/fix-doc-errorWill Estes2022-06-171-2/+2
|\ \
| * | fix some tiny doc error.Xiao Hanyu2022-05-261-2/+2
| |/
* | Merge pull request #531 from Explorer09/flexint-includeWill Estes2022-06-171-0/+9
|\ \ | |/ |/|
| * Also check for C++ standard version when deciding to include <stdint.h>Explorer092022-06-171-0/+9
|/
* Merge pull request #513 from ggujjula/issue_398Will Estes2022-05-164-1/+21
|\
| * Add command-line options --noyyget_debug and --noyyset_debugggujjula2021-12-293-0/+12
| * Replace mention of input() in documentation with yyinput()ggujjula2021-12-291-1/+1
| * Add command-line options --noinput and --noyyinputggujjula2021-12-293-0/+8
* | Merge pull request #524 from Mightyjo/issue-521Will Estes2022-05-161-2/+6
|\ \
| * | doc(manual): Correct character class examples and special meaning discussion.Joseph Langley2022-05-111-2/+6
* | | Merge pull request #523 from Mightyjo/github-ciWill Estes2022-05-166-78/+35
|\ \ \ | |/ / |/| |
| * | chore(ci): Remove testing configs from GH Action workflows.Joseph Langley2022-05-112-2/+2
| * | chore(ci): Update GH Actions scripts to Ubuntu 20Joseph Langley2022-05-112-7/+7
| * | chore(ci): Enable GitHub Actions on github-ci branch.Joseph Langley2022-05-112-2/+2
| * | chore(travisci): Remove Travis CI configs.Joseph Langley2022-05-114-74/+2
| * | chore(gh-actions): Build and test on GitHub Actions CI platform.Joseph Langley2022-05-111-0/+29
|/ /
* | new pl translation from the translation projectWill Estes2022-01-031-219/+193
|/
* Remove trailing whitespaceSean McBride2021-10-233-35/+35
* Merge pull request #491 from Mightyjo/issue_469Will Estes2021-08-1312-45/+1310
|\
| * chore(skel): Fix permissions on cpp-flex.sklJoseph Langley2021-07-021-0/+0
| * chore(skel): Improve comment at state buffer init.Joseph Langley2021-07-021-1/+3
| * fix(skel): Init state buffer correctlyJoseph Langley2021-07-023-57/+40
| * chore(perm): Fix permissions 755->644Joseph Langley2021-07-027-0/+0
| * chore(make): Ensure distcheck cleans up directories.Joseph Langley2021-06-092-3/+4
| * fix(skel): Fix porting errors from the cpp to the c99 and go skeletons.Joseph Langley2021-06-092-2/+5
| * fix(skel): Use yypanic in place of YY_FATAL_ERROR.Joseph Langley2021-06-092-2/+2
| * fix(skel): Add state buffer size handling to reentrant scanner skeletons.Joseph Langley2021-06-093-12/+79
| * chore(test): Declare script variables before use.Joseph Langley2021-06-091-0/+2
| * fix(skel): Add state buffer size handling to non-reentrant scanner skeletons.Joseph Langley2021-06-093-5/+109
| * Ensure size of Reject state buffer is sufficient each time yy_switch_to_buffe...Mightyjo2021-06-095-1/+556
| * Don't use C++ auto, it angers TravisCI.Mightyjo2021-06-091-1/+1
| * Fix test failure on TravisCI.Mightyjo2021-06-091-1/+1
| * Test for reversion of CVE-2006-0459.Mightyjo2021-06-091-1/+5
| * Test for reversion of CVE-2006-0459.Mightyjo2021-06-092-0/+544
* | chore(action): Clean up dead codeJoseph Langley2021-08-131-4/+1
* | fix(action): Let Autobuild do most of the workJoseph Langley2021-08-131-12/+18
* | Update codeql-analysis.ymlJoseph Langley2021-08-131-6/+11
* | fix compile warning originating in cpp skeletonSimon Sobisch2021-06-221-1/+1
|/
* Merge branch 'yy-init-buffer-nonnull' of git://github.com/Explorer09/flex int...Will Estes2021-06-083-3/+3
|\
| * scanner: Fix compiler confusion in yy_init_buffer()Explorer092021-06-073-3/+3
* | Remove manual m4 search code. No more stat() dependency.Explorer092021-06-073-39/+1
|/
* Merge branch 'autogen-sh' of git://github.com/Explorer09/flex into Explorer09...Will Estes2021-06-051-12/+13
|\