summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correctly refer to ctrl.traceline_template:Burke Libbey2023-03-131-2/+2
* Fix #539 crash on Apple M1 by casting 0 to (char *) explicitlyYifeng Li2023-03-091-1/+1
* .gitignore adjustments for WIN32Simon Sobisch2023-03-011-0/+5
* Merge pull request #527 from Mightyjo/issue-525Will Estes2022-06-173-3/+21
|\
| * fix(issue-525): Fail gracefully when yy_get_next_buffer can't find one.Joseph Langley2022-05-183-3/+21
* | Also check for C++ standard version when deciding to include <stdint.h>Explorer092022-06-171-0/+9
|/
* Add command-line options --noyyget_debug and --noyyset_debugggujjula2021-12-293-0/+12
* Add command-line options --noinput and --noyyinputggujjula2021-12-293-0/+8
* Remove trailing whitespaceSean McBride2021-10-233-35/+35
* Merge pull request #491 from Mightyjo/issue_469Will Estes2021-08-135-41/+202
|\
| * 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-025-0/+0
| * chore(make): Ensure distcheck cleans up directories.Joseph Langley2021-06-091-0/+1
| * 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
| * 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-092-0/+1
* | 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-072-38/+0
|/
* fix(build): Replace wildcards in Makefile.am.Joseph Langley2021-06-041-3/+11
* Go back end: More Goification of names.Eric S. Raymond2020-12-041-26/+33
* 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-201-87/+89
* Improve information hiding in C99 and Go back ends.Eric S. Raymond2020-11-202-235/+232
* 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-191-38/+29
* In the Go back end, elimate some forwards.Eric S. Raymond2020-11-191-38/+30
* More Go back end cleanup.Eric S. Raymond2020-11-191-91/+16
* In the C99 and Go back ends, rearrange code...Eric S. Raymond2020-11-192-404/+404
* Improve type checking in c99 and Go back ends.Eric S. Raymond2020-11-192-5/+5
* In the Go back end, more moves towards Go-like names.Eric S. Raymond2020-11-192-335/+328
* More massaging of the fake Go skeleton in the direction of Go.Eric S. Raymond2020-11-191-333/+333
* Stop emitting unbalanced markup in the skeleton.Eric S. Raymond2020-11-194-4/+3
* In C88 and Go back ends, remove remnant GENTABLES conditionals.Eric S. Raymond2020-11-192-146/+2
* Partial move of Go back end to Go canelCasing in names.Eric S. Raymond2020-11-192-343/+343
* Go back end: Change the prefix option to set Go package name...Eric S. Raymond2020-11-183-79/+18
* TYhis commit is a model for how to add a new back end.Eric S. Raymond2020-11-173-0/+2560
* In C99, remove unneeded forward declarations.Eric S. Raymond2020-11-161-6/+0
* Up-gun a test to use the lineno code in the array+BOL case...Eric S. Raymond2020-11-162-2/+2
* Repair some bitrotted variable-trailing-context code.Eric S. Raymond2020-11-152-6/+14
* Fix typo revealed by Go porting work, and improve test coverage to match.Eric S. Raymond2020-11-152-2/+2
* Minor build system fixes before starting the Go port.Eric S. Raymond2020-11-133-22/+20