Fix files being unmapped when still referenced by macros
Apply error reporting changes to tests
Support line continuations in main scope
Fix numeric constant overflow checks
Enable catching invalid macro arg 0
Reinstate macro arg scan distance
Fix lexer capture sometimes not being reset
Fix expansion reporting being incorrect
Fix crash when no macro args are being used
Re-implement block copy to avoid expanding macro args
Add test for built-in file symbol
Fix incorrect freeing of expansions
Fix nested expansions being incorrectly handled
Fix mmap read offset not being initialized
Fix PC's name not being passed to parser
Implement almost all functionality
Implement infrastructure around new lexer
Merge pull request #582 from ISSOtm/rewrite-charmap
Merge pull request #581 from JL2210/cmake-docs
Install manpages with CMake
Remove whoami step from Windows CI
Enable `make develop` on Ubuntu 20.04 CI as well
Merge pull request #579 from ISSOtm/cmake-ci
Merge pull request #578 from JL2210/cmake-pkgconfig
Use pkg-config to detect libpng
test: Update commit of uCity used for testing
Remove assertions from release builds
Make newlines explicit in error messages
Factor printing assert failures into functions
Fix typo in object file format doc
Correct previously-introduced test being a no-op
Add a test for purging a macro while running
Fix incorrect obj file documentation
Run the quote in file name except on Windows
Enable running regression tests on PRs as well
Make code style errors fail their CI job
Also update master docs when updating script
Do not try updating docs if no key is set
Avoid warning about /* fallthrough */ comments
Get rid of flex as a dependency in CMakeLists
Fix documentation not mentioning `SECTION FRAGMENT`syntax
Apply two minor fixes to rgbasm(5)
Update README to point to online install instructions
Update help text to redirect to new online docs
Update documentation link in README
Sync redirect page generation with site
Get rid of in-repo HTML documentation
Fix example arguments to `-MT` appearing as options
Update repo link at bottom of all man pages
Update RGBDS history to mention org move
Add CI Action to update man pages from master
Mention the new website, add notice about the movement to the gbdev org
Update README.rst
Fix __FILE__ when filename contains quotes
Remove most Hungarian notation in section module
Move `curOffset` into section code
Fix `asm/charmap.h` not including required header
Merge pull request #562 from Rangi42/strsub-0
Fix truncation warning when adding charmap mapping
Remove arbitrary limits on charmap
Resolve #554: STRSUB("<N-char string>", N, 0) will not warn "Position N is past the end of the string"
Merge pull request #552 from mattcurrie/incbin-length-optional
Bump license year
Revert change to rgbasm.5.html
Merge pull request #553 from JL2210/cmake-develop
Default to debug when building in develop mode
Add DEVELOP option to CMake
Make INCBIN's length argument optional
Improve description of `@` symbol