aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
37 hoursbuild(tests): Fix ruleset.am regeneration in VPATH buildupstream-masterExplorer09
2 daysbuild(doc): Generate man page with fixed program nameExplorer09
2 daysbuild(doc): Portable 'flex.1' dependency expressionExplorer09
2 daysbuild: Append $(WARNINGFLAGS) to AM_CFLAGSExplorer09
3 daysrefactor: Unify boolean arrays into 'char[]' typeExplorer09
3 daysrefactor: Rename scinstal() 'xcluflg' parameterExplorer09
3 daysrefactor: Use 'bool' type for many internal flagsExplorer09
3 daysrefactor: Merge allocate_array() and reallocate_array() into one.Explorer09
3 daysscanner: fix buffer stack popping in yylex_destroyWiktor Garbacz
3 dayschore(deps): bump the github-actions group with 2 updatesdependabot[bot]
6 daysrefactor: Expand and remove {re,}allocate_dfaacc_union() macrosExplorer09
6 daysrefactor: Make functions in gen.c static...Explorer09
6 daysrefactor: Make functions in dfa.c static.Explorer09
6 daysrefactor: dataflush() no longer checks 'gentables' flag within functionExplorer09
6 daysoptimize yy_get_next_buffer by switching to memmoveJohn Lindal
7 daysMerge pull request #380 from eqvinox/realloc_sizeWill Estes
7 daysscanner: consistently +2 to realloc size for EOBDavid Lamparter
7 daysFix -Wundef warnings by using #ifdef instead of #ifAlex Richardson
7 daysadd strerror to error messageRyan McCullagh
7 daysAdd error messages to unreachable ends of switch statementsggujjula
7 daysRemove unused "prev" member from struct hash_entry.Explorer09
7 daysUse size_t for addsym(), findsym() and hashfunct().Explorer09
7 daysExplicitly initialize ndtbl[], sctbl[] and ccltab[] to {NULL}.Explorer09
7 daysFix cclinstal(), ndinstal() and scinstal() memory leak.Explorer09
8 daysrefactor(skeleton): Use M4_YY_HOOK_EOF_STATE_CASE_ARM in parse.y.Mightyjo
9 daysAllow white space in yymore and yyreject checksBill Currie
11 dayschore(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
2024-03-18chore(deps): bump the github-actions group with 2 updatesdependabot[bot]
2024-03-15fix(build): Comment out impl func dec in prefix_c99 test.Mightyjo
2024-03-14fix(build): Make typenames in C99 and Go skeletons portable.Mightyjo
2024-03-13fix(build): Scrub dead code from scan.l.Mightyjo
2024-03-13fix(build): Fix sed error in mkskel.sh on macos.Mightyjo
2024-03-12Merge pull request #631 from westes/dependabot/github_actions/github-actions-...Will Estes