Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Add support for including files in linkerscript

Files can now be included with the following syntax:

INCLUDE "path.link"

The maximum inclu...

github.com/gbdev/rgbds-deb - 206275df57a65d6aeabaac9a0a4cb102eb333407 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Remove progname variable

The error message shouldn't specify the name of the binary, that's
supposed to be known by the c...

github.com/gbdev/rgbds-deb - 3d8396b86f4d95cb0fd76ac1418c0d92e296b84f authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Remove progname variable

The error message shouldn't specify the name of the binary, that's
supposed to be known by the c...

github.com/gbdev/rgbds - 3d8396b86f4d95cb0fd76ac1418c0d92e296b84f authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Make WARN output a warning instead of an error

This is the expected behaviour.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 77546e9c58436a23ebc0d4489af114592ca41390 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Make WARN output a warning instead of an error

This is the expected behaviour.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 77546e9c58436a23ebc0d4489af114592ca41390 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Update history in man pages

Fix format in LICENSE file.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 540f8597d49f32f3a836d7842b6f99782397331c authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Update history in man pages

Fix format in LICENSE file.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 540f8597d49f32f3a836d7842b6f99782397331c authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Rename OPT_CONTWRAM to OPT_DMG_MODE

Now, it will also make sure that VRAM bank 1 isn't used.

Man page updated.

Tests added.

Signe...

github.com/gbdev/rgbds - e3109af2f8943ea410b2ace30cc57d7b6f04ea25 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Rename OPT_CONTWRAM to OPT_DMG_MODE

Now, it will also make sure that VRAM bank 1 isn't used.

Man page updated.

Tests added.

Signe...

github.com/gbdev/rgbds-deb - e3109af2f8943ea410b2ace30cc57d7b6f04ea25 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Fix reference list of hex codes

Fix tabulations.

Add missing byte to STOP.

Add comments about where HL+ and HL- are used.

Sig...

github.com/gbdev/rgbds-deb - cf99f33dd658ad71284ffa7a17f561184deae368 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Fix reference list of hex codes

Fix tabulations.

Add missing byte to STOP.

Add comments about where HL+ and HL- are used.

Sig...

github.com/gbdev/rgbds - cf99f33dd658ad71284ffa7a17f561184deae368 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add GBZ80 opcode reference man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 0b6438ae0a535b4f010b0254193a951f0d0a1c5d authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add GBZ80 opcode reference man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 0b6438ae0a535b4f010b0254193a951f0d0a1c5d authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #158 from Ben10do/remove-legacy-object-files

Remove support for legacy object files

github.com/gbdev/rgbds-deb - 928b347dfcaf860f0a4e3519fb87e87db094001d authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #158 from Ben10do/remove-legacy-object-files

Remove support for legacy object files

github.com/gbdev/rgbds - 928b347dfcaf860f0a4e3519fb87e87db094001d authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #160 from AntonioND/an/high-low

Implement HIGH() and LOW() operators

github.com/gbdev/rgbds - ce21cfad4e986512b165266cfabe18eec5453af6 authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #160 from AntonioND/an/high-low

Implement HIGH() and LOW() operators

github.com/gbdev/rgbds-deb - ce21cfad4e986512b165266cfabe18eec5453af6 authored over 7 years ago by AntonioND <[email protected]>
Add test for HIGH() and LOW()

It compares the results of the operators with the expected result if
doing the same thing manual...

github.com/gbdev/rgbds-deb - dda3a066be61d1fdacaa2f05ce43907b04b3b9a0 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add test for HIGH() and LOW()

It compares the results of the operators with the expected result if
doing the same thing manual...

github.com/gbdev/rgbds - dda3a066be61d1fdacaa2f05ce43907b04b3b9a0 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Implement HIGH() and LOW() operators

They work with the 16-bit registers BC, DE and HL, returning the
corresponding 8-bit register. H...

github.com/gbdev/rgbds - a6a47ff66d4c90c3b00893707b38d6409c2ac5f1 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Implement HIGH() and LOW() operators

They work with the 16-bit registers BC, DE and HL, returning the
corresponding 8-bit register. H...

github.com/gbdev/rgbds-deb - a6a47ff66d4c90c3b00893707b38d6409c2ac5f1 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add DESTDIR to Makefile

Allow separate definition of binary and manpage directory.

Document Makefile changes in README.

github.com/gbdev/rgbds-deb - bfcef01211b5cd95031db3f03771314b244852b0 authored over 7 years ago by Daniel Hauck <[email protected]>
Add DESTDIR to Makefile

Allow separate definition of binary and manpage directory.

Document Makefile changes in README.

github.com/gbdev/rgbds - bfcef01211b5cd95031db3f03771314b244852b0 authored over 7 years ago by Daniel Hauck <[email protected]>
Add flag -w to rgbasm to disable warnings

A lot of warnings are being added (and more will come) so it makes sense
to be able to disable t...

github.com/gbdev/rgbds - 52081f32f06256bbc5fb3e75f5f6694e2a51e707 authored over 7 years ago by AntonioND <[email protected]>
Output warning with deprecated section types

Code that uses keywords HOME, DATA, CODE or BSS generates warnings.

Signed-off-by: AntonioND <a...

github.com/gbdev/rgbds - 07861b3b4ae1dca290fd89fb96fbee964ce28a01 authored over 7 years ago by AntonioND <[email protected]>
Remove unused code

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 3c43cc14d9c043ac84c8bb68099c98f4d7bf87f4 authored over 7 years ago by AntonioND <[email protected]>
Remove newlines from warning message strings

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 24439003f3dd4e55251d8d3271a810dc57ec7de5 authored over 7 years ago by AntonioND <[email protected]>
Output warning with deprecated section types

Code that uses keywords HOME, DATA, CODE or BSS generates warnings.

Signed-off-by: AntonioND <a...

github.com/gbdev/rgbds-deb - 07861b3b4ae1dca290fd89fb96fbee964ce28a01 authored over 7 years ago by AntonioND <[email protected]>
Remove unused code

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 3c43cc14d9c043ac84c8bb68099c98f4d7bf87f4 authored over 7 years ago by AntonioND <[email protected]>
Add flag -w to rgbasm to disable warnings

A lot of warnings are being added (and more will come) so it makes sense
to be able to disable t...

github.com/gbdev/rgbds-deb - 52081f32f06256bbc5fb3e75f5f6694e2a51e707 authored over 7 years ago by AntonioND <[email protected]>
Remove newlines from warning message strings

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 24439003f3dd4e55251d8d3271a810dc57ec7de5 authored over 7 years ago by AntonioND <[email protected]>
Include object file version in error message

When an unsupported object file version is encountered, the version number is now printed in the...

github.com/gbdev/rgbds-deb - 6e5a28226b0c6ce33f3a8df32c028b1f89b9ca00 authored over 7 years ago by Ben10do <[email protected]>
Include object file version in error message

When an unsupported object file version is encountered, the version number is now printed in the...

github.com/gbdev/rgbds - 6e5a28226b0c6ce33f3a8df32c028b1f89b9ca00 authored over 7 years ago by Ben10do <[email protected]>
Add missing license header to man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 2783a36b17a2eaf8df5825df25223cfa6419d726 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add missing license header to man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 2783a36b17a2eaf8df5825df25223cfa6419d726 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Add license information to manpages.

github.com/gbdev/rgbds-deb - 2c3afc833f6f62066c2144198173b81f5e47b415 authored over 7 years ago by Anthony J. Bentley <[email protected]>
Add license information to manpages.

github.com/gbdev/rgbds - 2c3afc833f6f62066c2144198173b81f5e47b415 authored over 7 years ago by Anthony J. Bentley <[email protected]>
Merge pull request #157 from AntonioND/an/error-undef-diff

Output error message if diff of labels not defined

github.com/gbdev/rgbds - 0f3b708dce0226ffcd2a179bc9650e7f86e22f5b authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #157 from AntonioND/an/error-undef-diff

Output error message if diff of labels not defined

github.com/gbdev/rgbds-deb - 0f3b708dce0226ffcd2a179bc9650e7f86e22f5b authored over 7 years ago by AntonioND <[email protected]>
Update README and LICENSE files

Add history of RGBDS and original license.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 7eb9101d4353ae6c5509bb0a4e65ca8b73444220 authored over 7 years ago by AntonioND <[email protected]>
Update README and LICENSE files

Add history of RGBDS and original license.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 7eb9101d4353ae6c5509bb0a4e65ca8b73444220 authored over 7 years ago by AntonioND <[email protected]>
Update the object file documentation

Updates the object file documentation in mylink.h to match the newest object file format.

github.com/gbdev/rgbds - 032e698f463251b61e56fc361184a5c6a58f3ef0 authored over 7 years ago by Ben10do <[email protected]>
Update the object file documentation

Updates the object file documentation in mylink.h to match the newest object file format.

github.com/gbdev/rgbds-deb - 032e698f463251b61e56fc361184a5c6a58f3ef0 authored over 7 years ago by Ben10do <[email protected]>
Remove support for old object files

Remove support for RGB0 and RGB1-2 object files, reducing the amount of duplicate work that need...

github.com/gbdev/rgbds-deb - 63103c050d9cb31c43a0e979971df9b3a79bfab9 authored over 7 years ago by Ben10do <[email protected]>
Remove support for old object files

Remove support for RGB0 and RGB1-2 object files, reducing the amount of duplicate work that need...

github.com/gbdev/rgbds - 63103c050d9cb31c43a0e979971df9b3a79bfab9 authored over 7 years ago by Ben10do <[email protected]>
Update references of linker tests

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 7e107ab41a231f7aa8926b31c638b13905fcec12 authored over 7 years ago by AntonioND <[email protected]>
Update references of linker tests

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 7e107ab41a231f7aa8926b31c638b13905fcec12 authored over 7 years ago by AntonioND <[email protected]>
Remove noyywrap from src/link/lexer.l

Workaround for flex version 2.6.3.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - a009a372c58e11bf505149420241634cb6eb8b4c authored over 7 years ago by AntonioND <[email protected]>
Remove noyywrap from src/link/lexer.l

Workaround for flex version 2.6.3.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - a009a372c58e11bf505149420241634cb6eb8b4c authored over 7 years ago by AntonioND <[email protected]>
Fix whitespace

Replace spaces by tabs for consistency. The rest of the codebase uses
tabs, so the linkerscript ...

github.com/gbdev/rgbds - 5f299bfe6c79b1805ceccf3427a0ec43d5d868d5 authored over 7 years ago by AntonioND <[email protected]>
Fix whitespace

Replace spaces by tabs for consistency. The rest of the codebase uses
tabs, so the linkerscript ...

github.com/gbdev/rgbds-deb - 5f299bfe6c79b1805ceccf3427a0ec43d5d868d5 authored over 7 years ago by AntonioND <[email protected]>
Remove warnings when calculating banks

getsymbank() is used for more things than just when the code explicitly
has a BANK() operator, w...

github.com/gbdev/rgbds-deb - 07cc4fb8fd95fe33954958667ebe9ce186d2d1da authored over 7 years ago by AntonioND <[email protected]>
Remove warnings when calculating banks

getsymbank() is used for more things than just when the code explicitly
has a BANK() operator, w...

github.com/gbdev/rgbds - 07cc4fb8fd95fe33954958667ebe9ce186d2d1da authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #154 from AntonioND/an/tiny-contwram

Make the options -t and -w of rgblink consistent

github.com/gbdev/rgbds - 720ae59af856641babb2da019cc64b2dbfeabe92 authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #154 from AntonioND/an/tiny-contwram

Make the options -t and -w of rgblink consistent

github.com/gbdev/rgbds-deb - 720ae59af856641babb2da019cc64b2dbfeabe92 authored over 7 years ago by AntonioND <[email protected]>
Output error message if diff of labels not defined

When calculating the difference of addresses between two labels, for it
to be defined, either:

...

github.com/gbdev/rgbds-deb - e63e801e9cf2dddbdd3d95347137548db630f856 authored over 7 years ago by AntonioND <[email protected]>
Output error message if diff of labels not defined

When calculating the difference of addresses between two labels, for it
to be defined, either:

...

github.com/gbdev/rgbds - e63e801e9cf2dddbdd3d95347137548db630f856 authored over 7 years ago by AntonioND <[email protected]>
Add whitespace to error and warning messages

Test reference output updated.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 2abdc9c59db277aa203f28da343f3b65ec47df8e authored over 7 years ago by AntonioND <[email protected]>
Add whitespace to error and warning messages

Test reference output updated.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 2abdc9c59db277aa203f28da343f3b65ec47df8e authored over 7 years ago by AntonioND <[email protected]>
Fix typo in README

This is the correct name since 2016.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - be200593d6e827fdf51857f0034d0bcbffe74deb authored over 7 years ago by AntonioND <[email protected]>
Fix typo in README

This is the correct name since 2016.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - be200593d6e827fdf51857f0034d0bcbffe74deb authored over 7 years ago by AntonioND <[email protected]>
Improve README

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 43228f16f030fbd54cbff64e059e1f8bf046306e authored over 7 years ago by AntonioND <[email protected]>
Improve README

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 43228f16f030fbd54cbff64e059e1f8bf046306e authored over 7 years ago by AntonioND <[email protected]>
Add script to update references of rgbasm tests

Update test references.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - f14b061ea7b6eb6199b1d165e06d896ff8adb99f authored over 7 years ago by AntonioND <[email protected]>
Add script to update references of rgbasm tests

Update test references.

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - f14b061ea7b6eb6199b1d165e06d896ff8adb99f authored over 7 years ago by AntonioND <[email protected]>
Add tests for rgblink options -t and -w

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - f431b384a2b8c1d90e5de30a270b73e1776e8cec authored over 7 years ago by AntonioND <[email protected]>
Add tests for rgblink options -t and -w

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - f431b384a2b8c1d90e5de30a270b73e1776e8cec authored over 7 years ago by AntonioND <[email protected]>
Make options -t and -w consistent

Instead of converting from ROMX to ROM0 with -t and preventing the use
of WRAMX at all with -w, ...

github.com/gbdev/rgbds-deb - 7e3720b62720ee467c5379a56c3af3087b6bff42 authored over 7 years ago by AntonioND <[email protected]>
Rename OPT_SMALL to OPT_TINY

This way it is easier to identify the flag passed to the binary (-t).

Signed-off-by: AntonioND ...

github.com/gbdev/rgbds-deb - e9ed81074b05f59bbe08e029285480683e45a88a authored over 7 years ago by AntonioND <[email protected]>
Make options -t and -w consistent

Instead of converting from ROMX to ROM0 with -t and preventing the use
of WRAMX at all with -w, ...

github.com/gbdev/rgbds - 7e3720b62720ee467c5379a56c3af3087b6bff42 authored over 7 years ago by AntonioND <[email protected]>
Rename OPT_SMALL to OPT_TINY

This way it is easier to identify the flag passed to the binary (-t).

Signed-off-by: AntonioND ...

github.com/gbdev/rgbds - e9ed81074b05f59bbe08e029285480683e45a88a authored over 7 years ago by AntonioND <[email protected]>
Automate and improve rgblink test

Check all sections when testing BANK().

Add scripts to verify the tests and update the referenc...

github.com/gbdev/rgbds - e16af28676d553f84939b63589c8dc5d29fe4e21 authored over 7 years ago by AntonioND <[email protected]>
Automate and improve rgblink test

Check all sections when testing BANK().

Add scripts to verify the tests and update the referenc...

github.com/gbdev/rgbds-deb - e16af28676d553f84939b63589c8dc5d29fe4e21 authored over 7 years ago by AntonioND <[email protected]>
Improve error and warning output

Improve error messages generated by `errx()`, `warnx()` and similar.

Set `progname` to a static...

github.com/gbdev/rgbds-deb - 25be5c65611d99bfc9809010c4e4b2a9b9ee2507 authored over 7 years ago by AntonioND <[email protected]>
Improve error and warning output

Improve error messages generated by `errx()`, `warnx()` and similar.

Set `progname` to a static...

github.com/gbdev/rgbds - 25be5c65611d99bfc9809010c4e4b2a9b9ee2507 authored over 7 years ago by AntonioND <[email protected]>
Return bank 0 for labels in HRAM

Instead of returning the internal representation of the linker, return
0 when using BANK() on a ...

github.com/gbdev/rgbds - e4b4e427f12769fd309792c37bbbc1daf7908add authored over 7 years ago by AntonioND <[email protected]>
Return bank 0 for labels in HRAM

Instead of returning the internal representation of the linker, return
0 when using BANK() on a ...

github.com/gbdev/rgbds-deb - e4b4e427f12769fd309792c37bbbc1daf7908add authored over 7 years ago by AntonioND <[email protected]>
Fix generation of html man page in Makefile

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 2138bb46fd7614d78679572172bd29a763c4370a authored over 7 years ago by AntonioND <[email protected]>
Fix generation of html man page in Makefile

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 2138bb46fd7614d78679572172bd29a763c4370a authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #152 from Ben10do/update-readme-for-mac

Update the README’s Mac-specific instructions

github.com/gbdev/rgbds - ec5eb4f9ff4aecc7001eeacdca41a99f5f81a55e authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #152 from Ben10do/update-readme-for-mac

Update the README’s Mac-specific instructions

github.com/gbdev/rgbds-deb - ec5eb4f9ff4aecc7001eeacdca41a99f5f81a55e authored over 7 years ago by AntonioND <[email protected]>
Update the README’s Mac-specific instructions

- Rename the “Installing RGBDS (UNIX)” section to “Building RGBDS”, as that’s what we’re doing, ...

github.com/gbdev/rgbds-deb - b31632b51d3dd526ab8612a963030168d4fe4c19 authored over 7 years ago by Ben10do <[email protected]>
Update the README’s Mac-specific instructions

- Rename the “Installing RGBDS (UNIX)” section to “Building RGBDS”, as that’s what we’re doing, ...

github.com/gbdev/rgbds - b31632b51d3dd526ab8612a963030168d4fe4c19 authored over 7 years ago by Ben10do <[email protected]>
Remove trailing whitespace

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - e50e3e5a23b8f72d5f4809e1d9ceebe1c6cccaa8 authored over 7 years ago by AntonioND <[email protected]>
Remove trailing whitespace

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - e50e3e5a23b8f72d5f4809e1d9ceebe1c6cccaa8 authored over 7 years ago by AntonioND <[email protected]>
Update reference output of tests

Due to recent changes, lots of tests generated a slightly different
error output.

- bank-noexis...

github.com/gbdev/rgbds-deb - f63339472e0de6281f61ef0c8eea7ca181fa298a authored over 7 years ago by AntonioND <[email protected]>
Update reference output of tests

Due to recent changes, lots of tests generated a slightly different
error output.

- bank-noexis...

github.com/gbdev/rgbds - f63339472e0de6281f61ef0c8eea7ca181fa298a authored over 7 years ago by AntonioND <[email protected]>
Fix some signed/unsigned comparison warnings

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - 43fd1ee02414c098dd3a2f9d1cd767029522d517 authored over 7 years ago by AntonioND <[email protected]>
Fix some signed/unsigned comparison warnings

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - 43fd1ee02414c098dd3a2f9d1cd767029522d517 authored over 7 years ago by AntonioND <[email protected]>
Cleanup Makefile

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds-deb - d61a0a8a8f3d505bd5c3064260e2d564db6aa044 authored over 7 years ago by AntonioND <[email protected]>
Cleanup Makefile

Signed-off-by: AntonioND <[email protected]>

github.com/gbdev/rgbds - d61a0a8a8f3d505bd5c3064260e2d564db6aa044 authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #150 from Ben10do/deprecation-positions

Add a warning() function, similiar to other error handlers

github.com/gbdev/rgbds - ec44b554e8b54a02cb1ea60eac678d70f9af6db7 authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #150 from Ben10do/deprecation-positions

Add a warning() function, similiar to other error handlers

github.com/gbdev/rgbds-deb - ec44b554e8b54a02cb1ea60eac678d70f9af6db7 authored over 7 years ago by AntonioND <[email protected]>
Remove Zero Page linker patch `RPN_PCEZP`

This patch isn't used because it's meant to be an optimization for
labels in the memory region 0...

github.com/gbdev/rgbds-deb - 01a710a47d6a5f21f8cfda72f7cfc6d23563a090 authored over 7 years ago by AntonioND <[email protected]>
Remove Zero Page linker patch `RPN_PCEZP`

This patch isn't used because it's meant to be an optimization for
labels in the memory region 0...

github.com/gbdev/rgbds - 01a710a47d6a5f21f8cfda72f7cfc6d23563a090 authored over 7 years ago by AntonioND <[email protected]>
Add a warning() function, similiar to yyerror()

This function produces a similar output to the other error handlers, including printing to stder...

github.com/gbdev/rgbds - ff2ba7290cfc3e59e9c93432a14e890e64ac430b authored over 7 years ago by Ben10do <[email protected]>
Add a warning() function, similiar to yyerror()

This function produces a similar output to the other error handlers, including printing to stder...

github.com/gbdev/rgbds-deb - ff2ba7290cfc3e59e9c93432a14e890e64ac430b authored over 7 years ago by Ben10do <[email protected]>
Create man5 folder when installing

`make install` would blindly try to copy `rgblink.5` even if the
destination folder didn't exist...

github.com/gbdev/rgbds-deb - 53842cd07d8ebfb05ce2cba545279ed0cae58210 authored over 7 years ago by AntonioND <[email protected]>
Create man5 folder when installing

`make install` would blindly try to copy `rgblink.5` even if the
destination folder didn't exist...

github.com/gbdev/rgbds - 53842cd07d8ebfb05ce2cba545279ed0cae58210 authored over 7 years ago by AntonioND <[email protected]>
Merge pull request #146 from AntonioND/an/same-name

Prohibit sections from having the same name

github.com/gbdev/rgbds - 85ff75d2d3e71e598526e94aa5987f35a385f1ef authored over 7 years ago by AntonioND <[email protected]>