summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \
| * | build: Fix autogen.sh $LIBTOOLIZE detection logicExplorer092018-09-221-11/+12
| * | build: autogen.sh libtoolize invocation minor fixes.Explorer092018-09-221-3/+3
* | | 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
| |/ /
* | | Merge branch 'westes:master' into esr_retargetingJoseph Langley2021-06-051-0/+71
|\ \ \
| * | | Create codeql-analysis.ymlWill Estes2021-06-051-0/+71
* | | | chore(test): Clean up debugging in testsJoseph Langley2021-06-053-6/+1
* | | | fix(test): Re-add posix test input to repo.Joseph Langley2021-06-052-0/+2
* | | | chore(test): Enable shell '-eu' strictnessJoseph Langley2021-06-052-6/+9
* | | | chore(test): Regenerate ruleset.amJoseph Langley2021-06-051-1/+1
* | | | fix(test): Make test generating scripts work in VPATH buildsJoseph Langley2021-06-055-250/+324
* | | | fix(test): Re-add test inputs to tests/Joseph Langley2021-06-0522-0/+109
* | | | fix(build): Set texi2* include paths for VPATH.Joseph Langley2021-06-042-3/+6
* | | | fix(build): Expand wildcards in Makefile.am.Joseph Langley2021-06-041-6/+27
* | | | fix(build): Replace wildcards in Makefile.am.Joseph Langley2021-06-041-3/+11
* | | | fix(build): Prevent automake computing default _SOURCES for tests.Joseph Langley2021-06-033-35/+34
* | | | Merge pull request #16 from eric-s-raymond/retargetingJoseph Langley2021-06-02134-9369/+15868
|\ \ \ \ | |/ / / |/| | |
| * | | Remove prrequisite from .l.go suffix ruleEric S. Raymond2021-02-051-1/+1
| * | | Go back end: More Goification of names.Eric S. Raymond2020-12-042-28/+39
| * | | Portability fix in tests - not all languages have ++ and --.Eric S. Raymond2020-12-042-2/+10
| * | | check that each skeleton we build has the correct number of sections (#7)Daniel Brooks2020-11-262-0/+36
| * | | Mollify picky C compilers some more (#8)Daniel Brooks2020-11-262-2/+2
| * | | Improve standards conformance in C99 and Go skeletons.Eric S. Raymond2020-11-262-14/+24
| * | | Deal with a GCC warning elicited by upgrade to GCC 10.2.0.Eric S. Raymond2020-11-201-2/+2
| * | | In the Go back end, more moves towards Go conventions.Eric S. Raymond2020-11-202-88/+90
| * | | Improve information hiding in C99 and Go back ends.Eric S. Raymond2020-11-204-241/+238
| * | | In the Go back end, begin Go-ifying the public interface.Eric S. Raymond2020-11-201-68/+68
| * | | Eliminate forwards in the C99 back end.Eric S. Raymond2020-11-193-47/+43
| * | | In the Go back end, elimate some forwards.Eric S. Raymond2020-11-191-38/+30