Fix incorrect dependencies in Makefile
Now that install dirs are created, this error is unlikely to occur.
Makefile: Create install directories if they don’t exist.
Fix dependencies for Yacc files. Improve Makefile POSIX compliance.
Don't cast calls to malloc().
Remove inconsistent version numbering.
Separate errors that shouldn't have been combined in the first place.
Revert 97d431d1f4ad404e282e3781bd195be3f053734d; it breaks things.
Now that we replace missing libc functions, switch back to err().
rgbasm: Avoid unnecessary filename copying.
Improve POSIX compliance in the Makefile.
Wrap Makefile to 80 characters.
Unclutter Makefile: use $Q instead of ${Q}.
rgbasm: Fix TOCTOU and reduce buffering.
rgbasm: Don't allocate an unnecessary buffer.
rgblink: Don't allocate unnecessary buffer. Delete unused flag.
Merge branch 'update-legacy-instructions' of https://github.com/yenatch/rgbds
Revert previous commit. asmy.y is autogenerated from other .y files.
asmy.y should not be in gitignore.
Preserve the ability to set pad_value in rgbfix.
Improve performance when padding: don't write a byte at a time.
Remove unused alloca() implementation.
Merge https://github.com/yenatch/rgbds
Provide a friendlier error when manpage directories don’t exist.
rgbasm: let rgblink try to import undefined symbols
rgbasm: update manpage to include -v
Add "jp hl" as a valid instruction.
Redefine consistent names for section types, and document the changes.
Implement SRAM sections.
Fix incorrect manpage macro.
Delete more files on clean.
Add a new WRAMX section type, for banked (CGB) WRAM sections.
Improve error message.
Fix bug recently introduced to fatalerror().
Implement VRAM banks.
Make it possible to disable emitting nop after halt.
Remove unused variable.
Improve error messages.
Remove some dead code.
Fix accidental case fallthrough.
Add HTML manuals to the clean target.
rgbfix: exit on invalid usage.
Add support for 8 MiB ROMs, the largest size possible with MBC5.
Readability (whitespace).
Merge pull request #5 from vegard/lexer-fix-for-bentley
Update license statement after Justin Lloyd released the code.
Merge pull request #6 from vegard/getopt-linux-for-bentley
Prevent lexer from reading beyond the end of the buffer
Include getopt.h (fix compilation on GNU/Linux)
Add a web manpages target (for my personal use).
Add a MinGW target for me to easily create Windows executables.
Use curly braces consistently in Makefile.
Allow a noisy build (user‐configurable).
Improve the Makefile: allow user‐defined variables.
Remove unneeded build flag.
Add support for the four‐character game ID.
Remove the (old, obsolete) RGBFix HTML page. Use the manpage instead.
Update the SGB flag in the rgbfix examples.
Add Windows build instructions.
Remove nonstandard <err.h>.
Revert use of system exit codes.
Remove unneeded include.
Remove unused and outdated .gitignore.
New sentence, new line.
In manuals, use wrapping macros instead of literal parens, etc.
Fix some manual macro scoping problems.
Fix case in manpage section name
Remove unnecessary comments from manpage sources
Oops: remove escape that was keeping manpage date from being parsed
Use the semantic .Ad in manpages.
Fix typo in rgbds(7).
Add a rgbds(7) manpage.
Update man page: .gb will no longer be added to a filename without it
Add an install target.
Remove “localversion” script.
Minor whitespace improvements
Move manuals to the main source directories.
Replace UTF8-encoded ø with mdoc escapes.
Rewrite rgbfix from scratch, under a free ISC license.
Delete rgbfix, to be replaced with a freely-licensed version
Silence build process
replace readme with installation instructions
fix some error messages: err() instead of errx(strerror())
this is why you should always test build *before* making a commit
rgbasm: improve "undefined macro" error message
rgbasm: improve error message for failed INCBIN