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
rgblink: improve file open error messages
rgbfix: minor correction to last error message commit
rgblib: improve file open error message
rgbfix: improve file open error message
filesize() function was unused! guess I'll remove it
if module name is too long, error out rather than silently truncate
rgblib: fix usage information, make it match the rest of rgbds
rgbfix: juvenile mistake. Make last commit work the way it should
rgblib: use full commands instead of letters ("add" instead of "a")
rgblink: make usage() print better in a terminal window
standardize on -p for setting pad value
rgblib: return EX_USAGE for usage-related errors
rgbasm: return EX_USAGE for option errors
rgbasm: use getopt(3) instead of hand-rolled flag parsing
stop a strcpy() warning on OpenBSD
rgbasm: use errx() for some error messages
remove GAMEBOY/PCENGINE conditionals (this is a Game Boy assembler)
fix "static declaration follows non-static" warning
rgbasm: remove option for random fill character
remove endianness code (this is solely a Game Boy assembler now)
remove mswin-type define -- this is UNIX
rgblib: use errx() for error messages
rgblink: remove vestigial linkfile function
rgblink: set default fill byte to 0x00
rgblink: remove random option for fill character
while we're removing backwards compatibility, rename xlink->rgblink
make >32KiB default; replace "-t s" with "-t" (tiny?)
remove psion2 compatibility; i doubt anyone uses it
minor: fix implicit declaration warning
replace linkfile functionality with command-line options
xlink: use some proper return values
xlink: fix usage printing to match new options (and rgbfix format)
xlink: use getopt(3) instead of hand-rolled flag parsing
minor: finish removing unused var temptext
xlink: replace awkward fatalerror() with standard errx(3)
this is a bourne script, bash is not needed
-v doesn't need to modify ROM size; -p can do that
cosmetic change: rearrange getopt() switch for easier reading
move color only flag to -c, color compatible flag to -C
move ramsize option from -m to -r
remove unused variable argn (no longer needed due to getopt(3) usage)
remove archaic 512KiB error, replace with 8MiB warning
pad option now changes the ROM size at 0x148
remove unneeded carttype checking in -v
rename PrintUsage() to usage(), and return EX_USAGE
use errx(3) and warnx(3) instead of rolling our own error functions
finish minor consistency output changes
use SI units (KiB) instead of the ambiguous kB
rewrite usage to match new getopt() option format
use getopt(3) instead of our hand-rolled flag parsing
list new default init values in usage information (rgbasm, xlink)
change unitialized byte values in xlink to 0
add yacc output to the clean target
get rid of a strcpy() warning on OpenBSD
set default fillchar for rgbasm to 0, not random
the -k flag wrote to the wrong location. fixing the bug
many of the flags did not respect -d (debug) flag. this fixes them.
add -k option to set new licensee code
add -j option for setting 0x14A (region flag)
error out if both -o and -c are specified
give warning if -c/-o overwrites last character of new title
add -c/-o flags to set GBC flag (lmod)
add -b option to the usage (lmod)
when changing MBC, print the name of the MBC (lmod)
add -b option to change MBC type (lmod)
add option to change memory size (from lmod)
remove some tabs to make usage information easier to read on a terminal
add new info on -p to usage information
Add an optional value parameter to -p (lmod)
run indent on header files (whitespace changes)
reran indent (whitespace changes)
finish fixing segfault (probably caused by argv[] craziness)
partially fix segfault when run with options but no input file
finish moving src/rgbfix/ to src/fix/
move src/rgbfix/ to src/fix/ for consistency
added -q to the documentation
added a command line option -q for quiet mode (suppresses messages except errors) (lmod)
rgbfix: add warning function, separate output between stdout and stderr (lmod)