shithub: rgbds

RSS feed

dd892d61 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/23 10:31
Correct rgbasm(5) about whitespace before labels

a09f2d41 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/23 09:48
Test an indented macro label

dafef5a9 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/02/23 15:42
Remove column 1 restriction for labels with colons (#635)

929e2a44 – dannye <33dannye@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/02/21 18:43
rgbasm: Report conflicting file/line number for duplicate sections

cc112909 – dannye <33dannye@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/02/21 18:28
Add duplicate-section test

72911ada – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/02/21 14:13
Prevent non-numeric symbol from overriding refs

037bc7ab – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/21 11:30
Add an rgblink test case for an $8000-byte ROM0 section with -t

5fd636ac – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/02/21 08:14
Implement floored `/` and divisor-sign `%` operators (#745)

a6d844a9 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/02/19 11:34
Add more test cases for IF, REPT, and MACRO (#748)

bee62076 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/02/19 19:51
Allow ENDC at EOF without a newline

cd072d5e – ISSOtm <eldredhabert0@gmail.com> authored on 2021/02/19 11:52
Add assertion check for potential UAF trigger

6ef3ee13 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/02/19 11:15
Give void* ptr to %p formatter

c29b616f – ISSOtm <eldredhabert0@gmail.com> authored on 2021/02/18 11:33
Fix forgotten initialization of `lexerState->isReferenced`

39c179aa – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/17 08:14
Fix missing newline in a dbgPrint

5c1ae4ce – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/17 06:30
Shorter quine test cases

efbfeca2 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/17 05:36
Avoid two peek(1) calls when lexing """multi-line strings"""

7dd34f15 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/17 04:41
Format INT32_MIN as '-2147483648', not '--2147483648'

748e7dd4 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/02/17 04:25
Fix calculation of 2**30

d049ffc0 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/02/16 14:44
Handle string literals within macro arguments (#685)

8c027548 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/02/16 14:01
Allow `ds` to take multiple values to repeat for a count (#725)