Move externs to header files
Join list of keywords of locallex.c and globlex.c
Fix echo command in checkpatch target in Makefile
Add checkpatch.pl config file and Makefile targets
Cleanup code of rgbasm
Cleanup code of rgbfix, rgbgfx and external libs
Cleanup code of rbglink
Replace C types by stdint.h types
Use M_PI instead of PI
Replace ULONG by uint32_t
Replace SLONG by int32_t
Replace 8 and 16 bit custom types by stdint.h types
Use NOT operator to complement bits instead of XOR
Increase package version number to 0.3.3
Remove warning on DB/DW/DL emtpy lists
Add warnings for empty elements in lists of consts
Fix and document DL keyword
Fix warning about unused variable
Reintroduce EQU __LINE__
Improve error messages
Replace fprintf by errx for consistency
Check return values of fread in rgblink
Initialize variables in rgbfix
Fix compiler warnings about unused return values
Fix warning about using uninitialized variable
Merge pull request #196 from error-msgs
Make object file magic string a common define
Update dates in manpages
Improve linker symbol redefinition error messages
Save object file name of each symbol in linker
Print location of definition of redefined symbols
Update documentation of object files
Increment version number of object files
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