aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 dayschore(deps): bump the github-actions group with 2 updatesupstream-masterdependabot[bot]
6 daysfix(build): Replace obsolete Autoconf macrosExplorer09
7 daysbuild: Add BUILD_OBJEXT sanity checkExplorer09
7 daysbuild: Update AX_PROG_CC_FOR_BUILD to fix BUILD_EXEEXT problemsExplorer09
7 daysbuild: Correct program path in doc/Makefile.amExplorer09
8 daysfix(build): build man page, even when cross compiling, even on MSWindowsWill Estes
2024-05-01build(tests): Fix ruleset.am regeneration in VPATH buildExplorer09
2024-04-30build(doc): Generate man page with fixed program nameExplorer09
2024-04-30build(doc): Portable 'flex.1' dependency expressionExplorer09
2024-04-30build: Append $(WARNINGFLAGS) to AM_CFLAGSExplorer09
2024-04-30refactor: Unify boolean arrays into 'char[]' typeExplorer09
2024-04-30refactor: Rename scinstal() 'xcluflg' parameterExplorer09
2024-04-29refactor: Use 'bool' type for many internal flagsExplorer09
2024-04-29refactor: Merge allocate_array() and reallocate_array() into one.Explorer09
2024-04-29scanner: fix buffer stack popping in yylex_destroyWiktor Garbacz
2024-04-29chore(deps): bump the github-actions group with 2 updatesdependabot[bot]
2024-04-27refactor: Expand and remove {re,}allocate_dfaacc_union() macrosExplorer09
2024-04-27refactor: Make functions in gen.c static...Explorer09
2024-04-27refactor: Make functions in dfa.c static.Explorer09
2024-04-27refactor: dataflush() no longer checks 'gentables' flag within functionExplorer09
2024-04-27optimize yy_get_next_buffer by switching to memmoveJohn Lindal
2024-04-25Merge pull request #380 from eqvinox/realloc_sizeWill Estes
2024-04-25scanner: consistently +2 to realloc size for EOBDavid Lamparter
2024-04-25Fix -Wundef warnings by using #ifdef instead of #ifAlex Richardson
2024-04-25add strerror to error messageRyan McCullagh
2024-04-25Add error messages to unreachable ends of switch statementsggujjula
2024-04-25Remove unused "prev" member from struct hash_entry.Explorer09
2024-04-25Use size_t for addsym(), findsym() and hashfunct().Explorer09
2024-04-25Explicitly initialize ndtbl[], sctbl[] and ccltab[] to {NULL}.Explorer09
2024-04-25Fix cclinstal(), ndinstal() and scinstal() memory leak.Explorer09
2024-04-25refactor(skeleton): Use M4_YY_HOOK_EOF_STATE_CASE_ARM in parse.y.Mightyjo
2024-04-23Allow white space in yymore and yyreject checksBill Currie
2024-04-22chore(deps): bump the github-actions group with 2 updatesdependabot[bot]
2024-04-08chore(deps): bump github/codeql-action in the github-actions groupdependabot[bot]
2024-04-02build: Add stage2scan.c and byte comparison check for bootstrap.Explorer09
2024-04-02build: Generate deterministic scan.c and stage1scan.c.Explorer09
2024-04-01build: let "make mostlyclean" delete "*-flex.h".Explorer09
2024-04-01build: Don't use BUILT_SOURCES for skeleton filesExplorer09
2024-04-01build: Makefile style changes to prevent merge conflictsExplorer09
2024-04-01build: Correct skeleton headers dependenciesExplorer09
2024-03-30build: config_for_build.h for cross, bootstrap config.Explorer09
2024-03-30build: Re-add and update 'bool' fallback definitionExplorer09
2024-03-30build: Use portable alternative to $'\r' in mkskel.shExplorer09
2024-03-29doc: modernize Bison snippets (#420)Akim Demaille
2024-03-29build: let "make mostlyclean" delete stage1scan.c.Explorer09
2024-03-26Merge pull request #637 from Mightyjo/issue_632_bWill Estes
2024-03-26Merge pull request #638 from westes/dependabot/github_actions/github-actions-...Will Estes
2024-03-25chore(deps): bump the github-actions group with 1 updatedependabot[bot]
2024-03-20docs: Clarify GNU tool dependencies.Mightyjo
2024-03-19Merge pull request #635 from westes/dependabot/github_actions/github-actions-...Will Estes