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

Allow REDEF for EQU constants

Fixes #853

github.com/gbdev/rgbds - 8e4ba8d2e436a985c77e08212b65dd31157dea3f authored over 3 years ago by Rangi <[email protected]>
Allow REDEF for EQU constants

Fixes #853

github.com/gbdev/rgbds-deb - 8e4ba8d2e436a985c77e08212b65dd31157dea3f authored over 3 years ago by Rangi <[email protected]>
Fix REDEF EQUS behavior

Redefining an EQUS constant will now update its filename,
like redefining a SET/= constant.

Att...

github.com/gbdev/rgbds-deb - ee67f1039cf8a690263dbf485b0c1720341b67d0 authored over 3 years ago by Rangi <[email protected]>
Fix REDEF EQUS behavior

Redefining an EQUS constant will now update its filename,
like redefining a SET/= constant.

Att...

github.com/gbdev/rgbds - ee67f1039cf8a690263dbf485b0c1720341b67d0 authored over 3 years ago by Rangi <[email protected]>
Port some cleanup from the WIP 'strings' branch

This is mostly variable renaming

github.com/gbdev/rgbds - d37aa93a7d0a0f17da1fe127ae6ec3a3a092477e authored over 3 years ago by Rangi <[email protected]>
Port some cleanup from PR #847

- Update some whitespace formatting
- Factor out some functions
- Free data after outputting to ...

github.com/gbdev/rgbds - bba532193b80c8ccf2beff68a13d2786f0f31b72 authored over 3 years ago by Rangi <[email protected]>
Port some cleanup from PR #847

- Update some whitespace formatting
- Factor out some functions
- Free data after outputting to ...

github.com/gbdev/rgbds-deb - bba532193b80c8ccf2beff68a13d2786f0f31b72 authored over 3 years ago by Rangi <[email protected]>
Port some cleanup from the WIP 'strings' branch

This is mostly variable renaming

github.com/gbdev/rgbds-deb - d37aa93a7d0a0f17da1fe127ae6ec3a3a092477e authored over 3 years ago by Rangi <[email protected]>
Updated RGBFIX to report when non-zero bytes are overwritten

Also updated many .err files with the new warning.

github.com/gbdev/rgbds-deb - b4814b06b95ebc426b2f4c2783fe171d6adc52af authored over 3 years ago by GreenAndEievui <[email protected]>
Updated RGBFIX to report when non-zero bytes are overwritten

Also updated many .err files with the new warning.

github.com/gbdev/rgbds - b4814b06b95ebc426b2f4c2783fe171d6adc52af authored over 3 years ago by GreenAndEievui <[email protected]>
Clone test repositories with earlier --shallow-since dates

The previous dates were not reliably downloading the
necessary commit IDs for checkout to work.

github.com/gbdev/rgbds - 4ee2eb845b6343ce761126afb5f7926b02b06cb3 authored over 3 years ago by Rangi <[email protected]>
Clone test repositories with earlier --shallow-since dates

The previous dates were not reliably downloading the
necessary commit IDs for checkout to work.

github.com/gbdev/rgbds-deb - 4ee2eb845b6343ce761126afb5f7926b02b06cb3 authored over 3 years ago by Rangi <[email protected]>
Include information about the window's internal line counter (#279)

github.com/gbdev/pandocs - 7473e2c58a450c47c173602c2fd98e6f72d4f4eb authored over 3 years ago by Lisandro Alarcón <[email protected]>
Resolve some TODO comments

- `out_PushSection` should not set `currentSection` to NULL because
PUSHS, PUSHC, and PUSHO co...

github.com/gbdev/rgbds - 3fdf01c0f53297e4e8d2d7a19040abc594d75abf authored over 3 years ago by Rangi <[email protected]>
Resolve some TODO comments

- `out_PushSection` should not set `currentSection` to NULL because
PUSHS, PUSHC, and PUSHO co...

github.com/gbdev/rgbds-deb - 3fdf01c0f53297e4e8d2d7a19040abc594d75abf authored over 3 years ago by Rangi <[email protected]>
Tested the ctz and clz shim functions

Their values match the GCC builtins for all
4,294,967,295 nonzero inputs.

github.com/gbdev/rgbds-deb - 1949a61c6fd6577e384bfaeb38d21464c9b43975 authored over 3 years ago by Rangi <[email protected]>
Tested the ctz and clz shim functions

Their values match the GCC builtins for all
4,294,967,295 nonzero inputs.

github.com/gbdev/rgbds - 1949a61c6fd6577e384bfaeb38d21464c9b43975 authored over 3 years ago by Rangi <[email protected]>
Support Mac OS classic CR line endings in linkerscripts

This also refactors `readChar(file)` to `nextChar()` to be
more like the rgbasm lexer.

github.com/gbdev/rgbds - 43cf20b155f9888b838ef226f348983923992380 authored over 3 years ago by Rangi <[email protected]>
Support character escapes in linkerscript strings

This allows linkerscripts to refer to section names even if
they contain special characters: '\r...

github.com/gbdev/rgbds - e27a6d53a0219deda031496767e73999bb988b74 authored over 3 years ago by Rangi <[email protected]>
Support character escapes in linkerscript strings

This allows linkerscripts to refer to section names even if
they contain special characters: '\r...

github.com/gbdev/rgbds-deb - e27a6d53a0219deda031496767e73999bb988b74 authored over 3 years ago by Rangi <[email protected]>
Support Mac OS classic CR line endings in linkerscripts

This also refactors `readChar(file)` to `nextChar()` to be
more like the rgbasm lexer.

github.com/gbdev/rgbds-deb - 43cf20b155f9888b838ef226f348983923992380 authored over 3 years ago by Rangi <[email protected]>
Update the tested commits of pokecrystal, pokered, and ucity (#859)

These are the latest commits as of today. The pokecrystal and
pokered commits use rgbds 0.5.0 f...

github.com/gbdev/rgbds-deb - d17e9c663e8b52e32c50b22e298a4240c7951b3d authored over 3 years ago by Rangi <[email protected]>
Update the tested commits of pokecrystal, pokered, and ucity (#859)

These are the latest commits as of today. The pokecrystal and
pokered commits use rgbds 0.5.0 f...

github.com/gbdev/rgbds - d17e9c663e8b52e32c50b22e298a4240c7951b3d authored over 3 years ago by Rangi <[email protected]>
Fix compiler warnings

As reported in #789

github.com/gbdev/rgbds - dd8f396227fafbfad52002f9eef9e8ff8ae8c4a0 authored over 3 years ago by ISSOtm <[email protected]>
Fix compiler warnings

As reported in #789

github.com/gbdev/rgbds-deb - dd8f396227fafbfad52002f9eef9e8ff8ae8c4a0 authored over 3 years ago by ISSOtm <[email protected]>
Fix RGBFIX option parsing on platforms with unsigned char

Such as Termux, once again.

github.com/gbdev/rgbds-deb - b60853ea2184cef66faed4505838e6fa163e4fe0 authored over 3 years ago by ISSOtm <[email protected]>
Fix RGBFIX option parsing on platforms with unsigned char

Such as Termux, once again.

github.com/gbdev/rgbds - b60853ea2184cef66faed4505838e6fa163e4fe0 authored over 3 years ago by ISSOtm <[email protected]>
Add AIRPLANZ.gb game (#73)

github.com/gbdev/database - b756c58b5dae5dc56b9add82c3f2bbcb17a06979 authored over 3 years ago by N•I•L <[email protected]>
Enable _ISOC11_SOURCE

See #789

github.com/gbdev/rgbds - b936ca27abf52b33fc4eba0c2d20692ce374a868 authored over 3 years ago by ISSOtm <[email protected]>
Enable _ISOC11_SOURCE

See #789

github.com/gbdev/rgbds-deb - b936ca27abf52b33fc4eba0c2d20692ce374a868 authored over 3 years ago by ISSOtm <[email protected]>
Use `size_t` for measuring nested depths

Multiple functions involve tracking the current depth
of a nested structure (symbol expansions, ...

github.com/gbdev/rgbds-deb - e050803ed1acab5e378647d66c5da00f4f5fee09 authored over 3 years ago by Rangi <[email protected]>
Parentheses in macro args prevent commas from starting new arguments

This is similar to C's behavior, and convenient for passing
function calls as single values, lik...

github.com/gbdev/rgbds-deb - 27f38770d4860305ef90922743f399eedf52de63 authored over 3 years ago by Rangi <[email protected]>
Use `size_t` for measuring nested depths

Multiple functions involve tracking the current depth
of a nested structure (symbol expansions, ...

github.com/gbdev/rgbds - e050803ed1acab5e378647d66c5da00f4f5fee09 authored over 3 years ago by Rangi <[email protected]>
Parentheses in macro args prevent commas from starting new arguments

This is similar to C's behavior, and convenient for passing
function calls as single values, lik...

github.com/gbdev/rgbds - 27f38770d4860305ef90922743f399eedf52de63 authored over 3 years ago by Rangi <[email protected]>
Correct "| operator" line not including the pipe

github.com/gbdev/rgbds - db1f77f90b9441671df6382c13a9c5ef54663967 authored over 3 years ago by ISSOtm <[email protected]>
Correct "| operator" line not including the pipe

github.com/gbdev/rgbds-deb - db1f77f90b9441671df6382c13a9c5ef54663967 authored over 3 years ago by ISSOtm <[email protected]>
Make invalid UTF-8 characters in strings non-fatal

STRLEN and STRSUB report the erroneous bytes

Fixes #848

github.com/gbdev/rgbds-deb - 4d21588eb27c19a2c69145ab343fc1217cd2f21d authored over 3 years ago by Rangi <[email protected]>
Make failed macro arg expansions non-fatal

Expanding empty strings is valid but pointless;
macro args already skipped doing so, now other
`...

github.com/gbdev/rgbds-deb - e596dbfc80112c5da0fa8906fc262c63bb6c63c9 authored over 3 years ago by Rangi <[email protected]>
Make invalid UTF-8 characters in strings non-fatal

STRLEN and STRSUB report the erroneous bytes

Fixes #848

github.com/gbdev/rgbds - 4d21588eb27c19a2c69145ab343fc1217cd2f21d authored over 3 years ago by Rangi <[email protected]>
Make failed macro arg expansions non-fatal

Expanding empty strings is valid but pointless;
macro args already skipped doing so, now other
`...

github.com/gbdev/rgbds - e596dbfc80112c5da0fa8906fc262c63bb6c63c9 authored over 3 years ago by Rangi <[email protected]>
Add test case sort-algorithms.asm

This combines 0.5.0 and post-0.5.0 features:
print and println, strfmt, for loops,
def assignmen...

github.com/gbdev/rgbds - 1aeaca2af602b19c5af2fc2bb2a71934eda2a0d0 authored over 3 years ago by Rangi <[email protected]>
Add test case sort-algorithms.asm

This combines 0.5.0 and post-0.5.0 features:
print and println, strfmt, for loops,
def assignmen...

github.com/gbdev/rgbds-deb - 1aeaca2af602b19c5af2fc2bb2a71934eda2a0d0 authored over 3 years ago by Rangi <[email protected]>
rgbds.7(7) shows an example of piping rgbasm to rgblink to rgbfix

This uses one line instead of three

github.com/gbdev/rgbds-deb - 267e4bc25c951c4817012b4696e81f39d08de321 authored over 3 years ago by Rangi <[email protected]>
rgbds.7(7) shows an example of piping rgbasm to rgblink to rgbfix

This uses one line instead of three

github.com/gbdev/rgbds - 267e4bc25c951c4817012b4696e81f39d08de321 authored over 3 years ago by Rangi <[email protected]>
More specific "Symbol name too long" error messages

Identifiers, {interpolations} and \<macroArgs> are distinct

github.com/gbdev/rgbds - c3e27217ddb534a2837c4d6e80fe869d3aca6b08 authored over 3 years ago by Rangi <[email protected]>
Support multi-digit macro arguments in parentheses

This allows access to arguments past \9 without using 'shift'

github.com/gbdev/rgbds - 637bbbdf4312ca6efb6eb4ad6ae4ad7f06d9357e authored over 3 years ago by Rangi <[email protected]>
Shorten quine.asm with \(parenthesized) macro args

github.com/gbdev/rgbds - b0f8d75d1dbabc354aafb56d9a3d37b99e9209c5 authored over 3 years ago by Rangi <[email protected]>
Support numeric symbol names in \(parentheses)

For example, \(_NARG) will get the last argument

github.com/gbdev/rgbds - 7a314e7aff2a6e9a0f82cc7f98269276fcc167cb authored over 3 years ago by Rangi <[email protected]>
Switch from parentheses to angle brackets

`\(` is more likely to be a valid escape sequence in the
future (as is `\[`) and `\{` is already...

github.com/gbdev/rgbds - fe3521c7a4d8681fe68ea3b139761780c630a563 authored over 3 years ago by Rangi <[email protected]>
Support numeric symbol names in \(parentheses)

For example, \(_NARG) will get the last argument

github.com/gbdev/rgbds-deb - 7a314e7aff2a6e9a0f82cc7f98269276fcc167cb authored over 3 years ago by Rangi <[email protected]>
Switch from parentheses to angle brackets

`\(` is more likely to be a valid escape sequence in the
future (as is `\[`) and `\{` is already...

github.com/gbdev/rgbds-deb - fe3521c7a4d8681fe68ea3b139761780c630a563 authored over 3 years ago by Rangi <[email protected]>
More specific "Symbol name too long" error messages

Identifiers, {interpolations} and \<macroArgs> are distinct

github.com/gbdev/rgbds-deb - c3e27217ddb534a2837c4d6e80fe869d3aca6b08 authored over 3 years ago by Rangi <[email protected]>
Shorten quine.asm with \(parenthesized) macro args

github.com/gbdev/rgbds-deb - b0f8d75d1dbabc354aafb56d9a3d37b99e9209c5 authored over 3 years ago by Rangi <[email protected]>
Support multi-digit macro arguments in parentheses

This allows access to arguments past \9 without using 'shift'

github.com/gbdev/rgbds-deb - 637bbbdf4312ca6efb6eb4ad6ae4ad7f06d9357e authored over 3 years ago by Rangi <[email protected]>
Use midrule action values for captures' terminated status

Bison 3.1 introduces "typed midrule values", which would write
`<captureTerminated>{ ... }` and ...

github.com/gbdev/rgbds-deb - 7a587eb7d624d717d4af44682f59c4c39fc83392 authored over 3 years ago by Rangi <[email protected]>
Return a marker token at the end of any buffer

Removes the lexer hack mentioned in #778

github.com/gbdev/rgbds-deb - 7ac8bd6e240618fbfacfe9f0987bf089b7721b9c authored over 3 years ago by Rangi <[email protected]>
Eliminate `isAtEOF` by changing `yylex` control flow

`yylex` calls `yywrap` at the beginning of the next call, after it
has set `lexerState->lastToke...

github.com/gbdev/rgbds-deb - 8230e8165ca159736906e3bb33321800b360b061 authored over 3 years ago by Rangi <[email protected]>
Capture termination status is equivalent to not having reached EOF

This avoids the need for a separate `terminated` flag

github.com/gbdev/rgbds-deb - a727a0f81f0e56706e13f1ee860116090d566564 authored over 3 years ago by Rangi <[email protected]>
Eliminate `isAtEOF` by changing `yylex` control flow

`yylex` calls `yywrap` at the beginning of the next call, after it
has set `lexerState->lastToke...

github.com/gbdev/rgbds - 8230e8165ca159736906e3bb33321800b360b061 authored over 3 years ago by Rangi <[email protected]>
Return a marker token at the end of any buffer

Removes the lexer hack mentioned in #778

github.com/gbdev/rgbds - 7ac8bd6e240618fbfacfe9f0987bf089b7721b9c authored over 3 years ago by Rangi <[email protected]>
Use midrule action values for captures' terminated status

Bison 3.1 introduces "typed midrule values", which would write
`<captureTerminated>{ ... }` and ...

github.com/gbdev/rgbds - 7a587eb7d624d717d4af44682f59c4c39fc83392 authored over 3 years ago by Rangi <[email protected]>
Capture termination status is equivalent to not having reached EOF

This avoids the need for a separate `terminated` flag

github.com/gbdev/rgbds - a727a0f81f0e56706e13f1ee860116090d566564 authored over 3 years ago by Rangi <[email protected]>
Track nested interpolation depth even outside string literals

Fixes #837

github.com/gbdev/rgbds - be2572edca1eb97f5ca801d4e4380e757b04f314 authored over 3 years ago by Rangi <[email protected]>
Track nested interpolation depth even outside string literals

Fixes #837

github.com/gbdev/rgbds-deb - be2572edca1eb97f5ca801d4e4380e757b04f314 authored over 3 years ago by Rangi <[email protected]>
Add TRSE under "Development tools" (#216)

Co-authored-by: Antonio Vivace <[email protected]>

github.com/gbdev/awesome-gbdev - 6615cd1819af09b7fc0558c9310a418efdef7e39 authored over 3 years ago by Pierre Buyle <[email protected]>
STRSUB and CHARSUB allow zero or negative positions

These are offsets from the end of the string, as if the
STRLEN or CHARLEN respectively were adde...

github.com/gbdev/rgbds - b1e6c7319792afa6aeda51fd83b891497dcccc4c authored over 3 years ago by Rangi <[email protected]>
Make the `len` parameter optional in `STRSUB(str, pos, len)`

An unspecified length will continue to the end of the string.

github.com/gbdev/rgbds - dc5b7802c873ce2549e7443d2250e9eed73e1367 authored over 3 years ago by Rangi <[email protected]>
Position -1 is the last character of a string

Position 0 is invalid, which matches with STRIN/STRRIN
returning 0 on failure.

github.com/gbdev/rgbds - cf2bbe6435b643660c747a3e170b18baa20e3000 authored over 3 years ago by Rangi <[email protected]>
STRSUB and CHARSUB allow zero or negative positions

These are offsets from the end of the string, as if the
STRLEN or CHARLEN respectively were adde...

github.com/gbdev/rgbds-deb - b1e6c7319792afa6aeda51fd83b891497dcccc4c authored over 3 years ago by Rangi <[email protected]>
Position -1 is the last character of a string

Position 0 is invalid, which matches with STRIN/STRRIN
returning 0 on failure.

github.com/gbdev/rgbds-deb - cf2bbe6435b643660c747a3e170b18baa20e3000 authored over 3 years ago by Rangi <[email protected]>
Make the `len` parameter optional in `STRSUB(str, pos, len)`

An unspecified length will continue to the end of the string.

github.com/gbdev/rgbds-deb - dc5b7802c873ce2549e7443d2250e9eed73e1367 authored over 3 years ago by Rangi <[email protected]>
Update some whitespace after Hungarian prefixes were removed

Keep the parameter alignment and 100-char line limit

github.com/gbdev/rgbds-deb - 459773b3f0b26144e3756d9e510cca10f846ef15 authored over 3 years ago by Rangi <[email protected]>
Update some whitespace after Hungarian prefixes were removed

Keep the parameter alignment and 100-char line limit

github.com/gbdev/rgbds - 459773b3f0b26144e3756d9e510cca10f846ef15 authored over 3 years ago by Rangi <[email protected]>
Get rid of Hungarian notation for good

Bye bye it was not nice knowing ya

github.com/gbdev/rgbds - 6d0a3c75e9a79acec82fc1cae3e97fc6ba0b9d8e authored over 3 years ago by ISSOtm <[email protected]>
Get rid of Hungarian notation for good

Bye bye it was not nice knowing ya

github.com/gbdev/rgbds-deb - 6d0a3c75e9a79acec82fc1cae3e97fc6ba0b9d8e authored over 3 years ago by ISSOtm <[email protected]>
General fixes to links across site (#29)

github.com/gbdev/gbdev.github.io - e0395fbe8473e4c6d2e99a007b27d9f0ba4cf0ab authored over 3 years ago by Michael Papadopoulos <[email protected]>
Improve HALT instruction explanations (#175)

Co-authored-by: Antonio Vivace <[email protected]>

github.com/gbdev/pandocs - f72986783ba1b07b1b838ddd993ffa9e616d0e97 authored over 3 years ago by Alvaro Burnett <[email protected]>
Avoid generating CRLF'd release tarballs

Fixes #841

github.com/gbdev/rgbds-deb - e35585960c5b814a00e216fdc6f7fa1503134250 authored over 3 years ago by ISSOtm <[email protected]>
Avoid generating CRLF'd release tarballs

Fixes #841

github.com/gbdev/rgbds - e35585960c5b814a00e216fdc6f7fa1503134250 authored over 3 years ago by ISSOtm <[email protected]>
Only update documentation for gbdev/rgbds

Prevent the relevant GitHub Actions from running on forks

github.com/gbdev/rgbds - 3bea7930a9ac84528f737940219fc1c5efc2895a authored over 3 years ago by Rangi <[email protected]>
Only update documentation for gbdev/rgbds

Prevent the relevant GitHub Actions from running on forks

github.com/gbdev/rgbds-deb - 3bea7930a9ac84528f737940219fc1c5efc2895a authored over 3 years ago by Rangi <[email protected]>
Remove mid-scanline window TODO (#258)

* Remove mid-scanline window TODO

It is documented in the WY/WX section already

* Update L...

github.com/gbdev/pandocs - f6b8f1bf563a071939edac3e942a49fd28596b8e authored over 3 years ago by Eldred Habert <[email protected]>
Mention missing operand for opcode 0xf8 (#20)

github.com/gbdev/gb-opcodes - 1ad13a06d81d1b39c58028627be193254467cacb authored over 3 years ago by DaKnig <[email protected]>
Implement SIZEOF("Section") and STARTOF("Section") (#766)

Updates the object file revision to 8

Fixes #765

github.com/gbdev/rgbds - 52797b6f68bd470d538f5b12dff1c716eea4db09 authored over 3 years ago by Rangi <[email protected]>
Implement SIZEOF("Section") and STARTOF("Section") (#766)

Updates the object file revision to 8

Fixes #765

github.com/gbdev/rgbds-deb - 52797b6f68bd470d538f5b12dff1c716eea4db09 authored over 3 years ago by Rangi <[email protected]>
Implement CHARLEN and CHARSUB

Fixes #786

github.com/gbdev/rgbds-deb - 2005ed1df9a6abfbb693889129af15f78569282e authored over 3 years ago by Rangi <[email protected]>
Let charmap_ConvertNext advance its output pointer

github.com/gbdev/rgbds-deb - 5108c5643cbcab4463c831c44c83a18298edf4cc authored over 3 years ago by Rangi <[email protected]>
Implement CHARLEN and CHARSUB

Fixes #786

github.com/gbdev/rgbds - 2005ed1df9a6abfbb693889129af15f78569282e authored over 3 years ago by Rangi <[email protected]>
Let charmap_ConvertNext advance its output pointer

github.com/gbdev/rgbds - 5108c5643cbcab4463c831c44c83a18298edf4cc authored over 3 years ago by Rangi <[email protected]>
Allow OPT to modify -W

Warning flags are processed individually;
PUSHO and POPO (re)store all the warning states.

github.com/gbdev/rgbds - d43408f4f3dc7b8375e43ea5de77075726dcecfc authored over 3 years ago by Rangi <[email protected]>
Allow OPT to modify -L

-L is a Boolean flag option, so you specify 'OPT L' or 'OPT !L'.

github.com/gbdev/rgbds - 2c30ab8731ab1b9f3880b1a8f55e49abe2b625e9 authored over 3 years ago by Rangi <[email protected]>
Allow OPT to modify -L

-L is a Boolean flag option, so you specify 'OPT L' or 'OPT !L'.

github.com/gbdev/rgbds-deb - 2c30ab8731ab1b9f3880b1a8f55e49abe2b625e9 authored over 3 years ago by Rangi <[email protected]>
Allow OPT to modify -W

Warning flags are processed individually;
PUSHO and POPO (re)store all the warning states.

github.com/gbdev/rgbds-deb - d43408f4f3dc7b8375e43ea5de77075726dcecfc authored over 3 years ago by Rangi <[email protected]>
Release v0.5.0

github.com/gbdev/rgbds-deb - 432c769d604a481bdb96e9f13c53289ed5028b0b authored over 3 years ago by ISSOtm <[email protected]>
Release v0.5.0

github.com/gbdev/rgbds - 432c769d604a481bdb96e9f13c53289ed5028b0b authored over 3 years ago by ISSOtm <[email protected]>
Optimized HBlank handler plus other micro opts

Thanks rondnelson99 for showing a faster HBlank!
Thanks ISSOtm for pointing out the micro optimi...

github.com/gbdev/DeadCScroll - bd759dfae9d5b3223dcc95b0990a0622e349d9f2 authored over 3 years ago by Bob Koon <[email protected]>
Fix expansions that start from the end of another expansion (#839)

Do not free an expansion until its offset is *past* its size.
This means potentially freeing a ...

github.com/gbdev/rgbds - 9923fa3eee8924d1fd49117bcbd9339e17a1a241 authored over 3 years ago by Rangi <[email protected]>
Fix expansions that start from the end of another expansion (#839)

Do not free an expansion until its offset is *past* its size.
This means potentially freeing a ...

github.com/gbdev/rgbds-deb - 9923fa3eee8924d1fd49117bcbd9339e17a1a241 authored over 3 years ago by Rangi <[email protected]>
Improve interrupt execution explanation (#251)

github.com/gbdev/pandocs - e089fd29429284e515d6fafe3fbc237f9cdb3c09 authored over 3 years ago by Alvaro Burnett <[email protected]>
Further simplify formatting code

- Remove redundant length checks before `memcpy`
- Coerce `sign` and `prefix` to boolean for `nu...

github.com/gbdev/rgbds - 750e93be3de46f50220ce4920f064380ec9b704f authored over 3 years ago by Rangi <[email protected]>