Fix section continuation when only one bank exists
Improve checking of RST and LDH values at assembly time
Allow charmap creation even if its base doesn't exist
Deprecate `OPT z` in favor of `OPT p`
Use left recursion instead of right
Fix `warning.h` not including a required header
Rename macro functions with proper prefix
Split macro arg management into its own file
Remove forward decl of nonexistent function
Remove error message causing segfault
Fix error messages in `sym_GetConstantValue`
Prevent deletion of built-in symbols
Make symbol creation funcs return ptr to symbol
Remove obsolete instruction forms
Fix org location being undefined when incorrect
Remove deprecated `IMPORT` symbol
Remove typing for operators that don't need it
Allow inlining of two simple RPN functions
Tell the user about "label"s instead of "relocatable"s
Fix passing constant label to BANK() causing an error
Use `$(MAKE)` instead of `make` in `develop`
Un-silence `make checkpatch` in CI
Un-trivialize expression in long RPN expr test
Simplify `long-rpn-expression.asm` test
Deprecate colon-less non-local labels
Ignore unused arguments in a more standard way
Merge pull request #437 from rednex/locals
Make RGBLINK check divisions by zero
Add string format checking to err.h functions
Add forgotten file name argument to `err`
Bundle GCC runtime in Win32 bin package
Make writing patches not affect the expression
Store patch file line in the file name
Use the GitHub-provided base ref for checkpatch testing
Allow overriding the base ref for checkpatch
Prevent local symbols that are not labels
Allow compiling parser in debug mode with `-DYYDEBUG=1`
Prevent infinite loop with line continuations without newlines
Improve naming of CI build artifacts
Make locals in main scope a non-fatal error
Make locals without parent a non-fatal error
Merge pull request #486 from ISSOtm/actions
Use `develop` in CI when possible
Upload binaries after compilation
Add GitHub Actions for regression testing
Have Wine shim explicitly require bash
Don't use `echo -e` for creating the Wine shim
Do not try to link libpng statically
Give reason to why writing the object file fails
Make the Wine shims a separate target
Fix non-const labels with callbacks having incorrect values when diffed
Add include guards and license header to section.h
Check if sections referenced in linker script exist
Merge pull request #482 from ISSOtm/conflict
Rename productions to "reloc" when not really constant
Add forgotten semicolon in grammar
Make more RGBASM errors print their line number
Fix error output slightly broken on Windows
Merge pull request #480 from ISSOtm/section
Merge pull request #481 from rednex/revert-451-atomic_output
Add documentation for `LOAD` blocks
Allow unseekable files with `INCBIN`
Use section's offset instead of general one
Deduplicate value output function code
Use meaningful types for byte output functions
Skip double-checking overflow in byte output
Move 1-byte overflow check to `out_AbsByte`
Add more checks to section creation in RGBASM
Mark some section functions as `const`
Remove legacy forward declaration
Split section management into its own file
Do some misc cleanup of `output.c`
Invert logic for section max sizes