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
Merge pull request #154 from AntonioND/an/tiny-contwram
Output error message if diff of labels not defined
Add whitespace to error and warning messages
Add script to update references of rgbasm tests
Add tests for rgblink options -t and -w
Make options -t and -w consistent
Automate and improve rgblink test
Improve error and warning output
Return bank 0 for labels in HRAM
Fix generation of html man page in Makefile
Merge pull request #152 from Ben10do/update-readme-for-mac
Update the README’s Mac-specific instructions
Update reference output of tests
Fix some signed/unsigned comparison warnings
Merge pull request #150 from Ben10do/deprecation-positions
Remove Zero Page linker patch `RPN_PCEZP`
Add a warning() function, similiar to yyerror()
Create man5 folder when installing