Save location information of symbol definitions
Merge pull request #188 from version-string
Add support for unions
Add EQUs with the version numbers of RGBDS
Reorder getopt switch options alphabetically
Add -V to all programs to show the version
Add code to determine a version string
Added ELIF
Add shebang to test shell scripts
Fix typo in documentation of RSRESET
Allow CFLAGS to be modified from make command line
Fail when using negative constants if not allowed
Add missing documentation of RL command
Update manpage documentation about labels
Merge pull request #181 from Ben10do/reference-local-symbols
Add tests for explicit definitions of local labels
Add tests for remote local symbols
Allow local symbols to be referenced
Make fatalerror and yyerror consistent
Document dependency problem for EQUS and MACRO
New warning for rgbasm and fixes in error messages
Merge pull request #177 from AntonioND/an/section-checks
Merge pull request #176 from makefile-cleanup
Check for section overflows in rgbasm
Check max section sizes in rgblink
Optimize allocation of buffers for sections
Fix rgblink error messages about prohibited sections
Fix install instructions
Fix man page documentation for dependcy files
Merge pull request #174 from makedepend
Merge pull request #171 from NieDzejkob/master
Merge pull request #175 from NieDzejkob/man
Fix some man installation locations
Implement numeric time and date constants
Deps file can only be created if object file specified
Print dependencies of all included files
Merge branch 'makedepend'
Remove useless link in documentation
Fix links in man pages
Improve MinGW target of Makefile
Point at the documentation from README
Rename object file format description man page
Fix links in HTML documentation
Clean wwwman target of Makefile
Fix documentation in HTML format
Merge pull request #165 from AntonioND/an/rgbasm-manual
Clean object file format code and documentation
Add documentation about the object file format
Add complete documentation of rgbds to man pages
Fix parsing of first line of included linkerscripts
Rename ISO 8601 timestamp defines
Merge pull request #163 from AntonioND/an/iso-8601
Merge pull request #169 from AntonioND/an/travis-test
Add Travis CI configuration file
Make test scripts return error code
Restore behaviour of option -w and add option -d
Merge pull request #168 from Ben10do/fix-implicit-yyparse
Fix implicit declaration of yyparse()
Fix clean target of the Makefile
Remove unused patch enum element
Merge pull request #161 from AntonioND/an/linkerscript-include
Add equates with ISO 8601 date and time
Fix __FILE__, __TIME__ and __DATE__
Deprecate IMPORT keyword
Merge pull request #153 from AntonioND/an/opcode-ref
Update remaining dates in man pages
Add support for including files in linkerscript
Remove progname variable
Make WARN output a warning instead of an error
Update history in man pages
Rename OPT_CONTWRAM to OPT_DMG_MODE
Fix reference list of hex codes
Add GBZ80 opcode reference man page
Merge pull request #158 from Ben10do/remove-legacy-object-files
Merge pull request #160 from AntonioND/an/high-low
Add test for HIGH() and LOW()
Implement HIGH() and LOW() operators
Add DESTDIR to Makefile
Output warning with deprecated section types
Remove newlines from warning message strings
Remove unused code
Add flag -w to rgbasm to disable warnings
Include object file version in error message
Add missing license header to man page
Add license information to manpages.
Merge pull request #157 from AntonioND/an/error-undef-diff
Update README and LICENSE files
Update the object file documentation
Remove support for old object files
Update references of linker tests
Remove noyywrap from src/link/lexer.l
Remove warnings when calculating banks