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
Merge pull request #146 from AntonioND/an/same-name
Fix bank assignments from linkerscript
Prohibit sections from having the same name
Fix rgblink.5 man page installation path
Merge pull request #140 from AntonioND/an/linkerscript
Document linkerscript format in manpage
Use linkerscript parser in rgblink
Document missing build options
Merge pull request #143 from Sanqui/parametrize-makefile
Parametrize install arguments in Makefile
Merge pull request #141 from AntonioND/an/deprecate-jp-hl
Allow ',' to be escaped in string literals
Merge pull request #139 from chastai/escape-cb
Allow { and } to be escaped in string literals
Merge branch 'contiguous-wram' of git://github.com/TwitchPlaysPokemon/rgbds into TwitchPlaysPokemon-contiguous-wram
Merge pull request #131 from Sanqui/overlay
Require all sections to be fixed when using overlay
Merge pull request #135 from Ben10do/improve-assign-error-messages
Merge pull request #134 from Ben10do/oam-sections
Improve assignment error messages
Replace magic numbers with BANK_COUNT_* constants
Also require ROM0 sections to be fixed when using overlay
Merge branch 'master' of github.com:rednex/rgbds into overlay
Merge pull request #125 from Ben10do/section-alignment
Re-allow alignment of 0 bits
Merge github.com:rednex/rgbds into overlay