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
Merge pull request #550 from rednex/an/array
Merge pull request #544 from ISSOtm/atomic_ind
Refactor warning array for clarity
Add checkpatch link in README
Run as many CI jobs as possible when one fails
Fix test failing on OS-dependent trailing newline
Let RGBASM write JR offsets in floating sections
Output a non-empty RPN buffer from known expressions
Merge pull request #545 from JL2210/consistent-versions
Use versioning consistent with the Makefile in CMake
Document version string fallback in Makefile
Allow env vars to override default CFLAGS etc.
Update pret projects to latest commits
Sync release version in CMakeLists
Only require libpng 1.2 in CMakeLists
Add install directives to CMakeLists
Merge pull request #543 from ISSOtm/ubuntu20
Merge pull request #533 from JL2210/platform-fixes
Document that -t and -w convert section types
Add platform-specific fixes file
Merge pull request #540 from daid/patch-1
Make the local variables of getopt static.
Merge pull request #529 from JL2210/cmake
Merge pull request #536 from braydenm303/patch-1
Fix error in documentation about unary not
Merge pull request #530 from JL2210/fix-clang
Fix Clang warning in linkdefs
Merge pull request #526 from JL2210/fix-bank-index
Fix indexing of banks array
Merge pull request #523 from RandomBananazz/patch-1
Fixed error in POP AF instruction reference
Merge pull request #522 from JL2210/djgpp
Fix incorrectly spaced unary ! in RPN documentation
Add NULL and overflow checks to macro args
Change macro arg allocation to geometric growth array
Fix array overflow on invalid macro arg evaluation
Merge pull request #521 from aaaaaa123456789/master
Add a test for >256 macro arguments
Set max macro arguments to 99,999
Remove fixed-size array for macro arguments
Merge pull request #520 from JL2210/inttypes-stdint
Use inttypes for stdint types
Fix semi-unused variable in lexer.c
Fix uninitialized memory use with `-MT` and `-MQ`
Merge pull request #518 from JL2210/warn-parameterless-dx
Add empty data directive warning
Fix hashmap collisions sometimes hanging deletion
Fix local sym names not being expanded by `PURGE`
Merge pull request #513 from JL2210/disable-padding-option
Update documentation for new `-x` option
Fix 0-byte sections incorrectly printed in map files
Add option to disable padding in rgblink