Return a consistent number for const BANK() when erroring out
Make bank of "bank 0" sections known to RGBASM
Merge pull request #463 from ISSOtm/windows_test_suite
Cap the number of concurrent jobs for testing
Produce shims to run the test suite on Windows bins via Wine
Ignore line endings in test suite
Separate stdout and stderr in tests
Merge pull request #465 from ISSOtm/rebuild_version
Merge pull request #466 from AntonioND/an/warning
Fix declaration of constexpr_BankSymbol()
Merge pull request #430 from ISSOtm/known_selfbank
Merge pull request #454 from ISSOtm/unlocked_windows
Merge pull request #455 from ISSOtm/man
Improve `jr` out-of-reach error message
Have `jr` offset wrap with 16 bits
Rename rgbfix long opt `verbose` to `validate`
Add warning option to RGBASM man synopsis
Fix incorrect line counting when running REPT blocks.
Touch up `ds` documentation as per rednex#350
Overhaul RGBDS man pages and help messages
Fix lack of newline when passing no files to RGBLINK
Align `fatalerror` return code with every other one
Remove flex from the list of dependencies in the README
Allow BANK() in constexpr expressions
Add tests for new "known self-bank"
Make `BANK("Section")` known at assembling time when possible
Add a way to seek a SECTION by name without creating one
Make `BANK(@)` known at assembling time when possible
Fix undefined behavior in `readlong`
Fix possible 0-length array in RGBLINK
Move empty entries warning to -Wextra
Document actual behavior of empty entries in `db` and co
Remove user warnings from `-Wall`
Make `-Werror=` with a meta warning an error
Remove deprecated "section charmap" feature
Add a verbose print each time a file is included
Update test repos to latest commits
Fix some `make checkcodebase` errors
Make `make checkcodebase` ignore `extern/`
Do prevent using `org` in linker scripts to go backwards
Rename all functions imported from musl
Get rid of `unlocked_stdio` functions
Use `trap_` instead of `abort()` for consistency
Merge pull request #452 from ISSOtm/warn
Add support for toggleable warnings
Disable chcecking for global initialisers
Fix develop error in getopt_long_only
Merge pull request #449 from ISSOtm/better_error_msg
Report overlapping sections whenever possible
Merge pull request #444 from ISSOtm/fix_develop
Merge pull request #450 from ISSOtm/labels_in_sections
Merge pull request #447 from ISSOtm/long_opts
Add musl's implementation of `getopt_long_only`
Prevent creating labels outside of sections
Fix extraneous comma in error message
Don't forget to initialize additional banks when using an overlay
Merge pull request #441 from ISSOtm/linker_error_stack
Merge pull request #440 from ISSOtm/nested_brackets
Merge pull request #439 from ISSOtm/tests_locale
Merge pull request #438 from ISSOtm/sub_doc_fix
Merge pull request #434 from ISSOtm/rgblink_rewrite
Fix NULL deref when fetching an unknown symbol in RPN expressions
Make linker script error messages more descriptive
Fix linkerscript not updating section categorization
Fix bank-fixed sections going in any bank
Fix address-fixed sections potentially incorrectly assigned
Implement INCLUDE keyword in linker scripts
Make linkerscript errors report file names
Add EOF checking in string reading
Fix error in object file documentation
Have RGBDS' `err` and `warn` output an error message
Make linker output error stacks instead of their top level
Run tests under a specific locale
Fix flag documentation for `sub`, `sbc` and `cp`
Merge pull request #425 from ISSOtm/eexpansion_error