shithub: rgbds

RSS feed

59023062 – ISSOtm <[email protected]> authored on 2019/09/07 08:14
Have `make clean` delete all generated .o files

2fe4521a – ISSOtm <[email protected]> authored on 2019/09/07 08:09
Remove locallex.o reference

74673436 – ISSOtm <[email protected]> authored on 2019/09/07 08:06
Separate LDFLAGS from CFLAGS

481748c2 – ISSOtm <[email protected]> authored on 2019/09/07 07:56
Make CI output Makefile commands

2e6f5ac6 – ISSOtm <[email protected]> authored on 2019/09/08 17:42
Fix unary NOT being broken

7a45fc68 – ISSOtm <[email protected]> authored on 2019/09/08 17:12
Fix incorrect evaluation of && and ||

9faa5c7a – ISSOtm <[email protected]> authored on 2019/09/05 11:40
Update docs on char escapes in macro args

6fbb25c0 – ISSOtm <[email protected]> authored on 2019/09/05 11:22
Clean up lexer.c

65fc42cc – ISSOtm <[email protected]> authored on 2019/09/05 01:56
Remove `-Wchkp` from `develop` target

736b7727 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/04 14:43
Merge pull request #400 from NieDzejkob/out.pipe-substitute

fa920f84 – Jakub Kądziołka <[email protected]> authored on 2019/08/29 16:24
Remove the no-longer-needed .out.pipe files

01aa5660 – Jakub Kądziołka <[email protected]> authored on 2019/09/03 18:54
test/asm: special-case include-recursion

bddd5bc6 – Jakub Kądziołka <[email protected]> authored on 2019/08/29 16:23
test/asm: Generate .out.pipe files on the fly

f6b7e39c – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/03 06:05
Merge pull request #405 from ISSOtm/output_errors

1363dd8f – clach04 <[email protected]> authored and Eldred Habert <[email protected]> committed on 2019/09/02 12:51
Add url link to releases page to readme (#413)

8214f0c0 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/02 20:50
Merge pull request #412 from clach04/patch-1

b44f5825 – ISSOtm <[email protected]> authored on 2019/08/30 18:06
Make RGBDS behave identically whether writing a .o

631910bd – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/02 10:33
Merge pull request #395 from ISSOtm/better_error_stack

37089ef9 – ISSOtm <[email protected]> authored on 2019/08/29 13:03
Improve error stack

ff7c46f5 – clach04 <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/02 06:19
Readme windows install instructions, alternative install location

4ef27a0d – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/01 22:21
Merge pull request #411 from ISSOtm/recursion_limit

476ccc9f – ISSOtm <[email protected]> authored on 2019/09/01 22:09
Fix undefined behavior in yyunputstr

89dc14fc – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/01 18:16
Merge pull request #408 from ISSOtm/plumbing

1ca2f12d – clach04 <[email protected]> authored and GitHub <[email protected]> committed on 2019/09/01 05:51
Update README.rst

20b2f5ee – ISSOtm <[email protected]> authored on 2019/08/31 23:42
Fix incorrect line numbers with some IF blocks

3cc67c48 – ISSOtm <[email protected]> authored on 2019/08/31 13:34
Add recursion limit info to man and help

f9a04696 – ISSOtm <[email protected]> authored on 2019/08/31 13:22
Add recursion overflow tests

e0e8170f – ISSOtm <[email protected]> authored on 2019/08/31 11:36
Add recursion limit for string expansions

9b40663d – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/31 08:59
Merge pull request #409 from rednex/dd-head

350f4030 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/31 00:44
Merge pull request #403 from dbrotz/multiple-charmaps

7e3af4b3 – ISSOtm <[email protected]> authored on 2019/08/31 00:17
Make testing external projects use local RGBDS

dfb30723 – ISSOtm <[email protected]> authored on 2019/08/30 23:52
Fix memory leaks with macro args

02191135 – ISSOtm <[email protected]> authored on 2019/08/30 23:00
Fix possible unterminated string

dc2c97fe – ISSOtm <[email protected]> authored on 2019/08/30 16:47
Comment and improve ParseSymbol and AppendMacroArg

6068b565 – ISSOtm <[email protected]> authored on 2019/08/30 00:42
Add recursion limit for INCLUDE and macros

a517f900 – Anthony J. Bentley <[email protected]> authored on 2019/08/30 19:11
Use POSIX-compatible dd(1) instead of head -c.

a21cef71 – ISSOtm <[email protected]> authored on 2019/08/30 16:57
Say which macro argument caused an error when one does

d3db5f0d – dbrotz <[email protected]> authored on 2019/08/30 15:36
Add pushc and popc directives

12d82eb7 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 22:14
Remove extra entry in error stack on macro not defined (#394)

461ef6ce – dbrotz <[email protected]> authored on 2019/08/29 18:48
Don't complain about initializing statics

05becf3f – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 18:19
Merge pull request #381 from NieDzejkob/rgbgfx-curve

3cc7981c – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 18:06
Merge pull request #402 from dbrotz/fix-386

e05199ca – dbrotz <[email protected]> authored on 2019/08/29 17:54
Add support for multiple charmaps

ce05cb56 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 17:23
Merge pull request #401 from dbrotz/line-cont-test

3a1b4712 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 16:24
Merge pull request #397 from NieDzejkob/test-local-without-parent

6ffa7510 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 16:12
Merge pull request #390 from ISSOtm/print_types

c3641321 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 16:09
Merge pull request #399 from ISSOtm/allow_dots

446173f0 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 16:08
Merge pull request #387 from ISSOtm/set_doesnt_override_equ

e27f3818 – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 16:04
Merge pull request #361 from ISSOtm/better_section_overflow

a3ee76dd – ISSOtm <[email protected]> authored on 2019/08/29 15:27
Allow periods to continue macro args

995265c5 – ISSOtm <[email protected]> authored on 2019/08/29 15:16
Improve testing bracketed symbols

03629b74 – Jakub Kądziołka <[email protected]> authored on 2019/08/29 15:14
Add a test for a defining local label without a parent

b069278e – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 15:05
Merge pull request #384 from dbrotz/fix-local-label-segfault

9738c88f – Eldred Habert <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/29 13:14
Merge pull request #383 from dbrotz/fix-380

a21ea30b – ISSOtm <[email protected]> authored on 2019/08/29 13:08
Add tests for bracketed symbols

64752da4 – ISSOtm <[email protected]> authored on 2019/08/27 23:04
Add "print types" to bracketed symbols

8f287eee – dbrotz <[email protected]> authored on 2019/08/29 08:37
Fix nested if statements that don't have following whitespace

17945a73 – dbrotz <[email protected]> authored on 2019/08/29 07:49
Get rid of error in line continuation test

e3e18063 – ISSOtm <[email protected]> authored on 2019/08/27 17:07
Prevent `SET` from overriding constant symbols

e400eac4 – ISSOtm <[email protected]> authored on 2019/06/25 20:44
Improve section overflow error message

91984cb7 – Jakub Kądziołka <[email protected]> authored on 2019/08/20 10:15
rgbgfx: Add an option to take the CGB's color profile into account

e33e6e24 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/20 10:17
Merge pull request #382 from NieDzejkob/checkpatch-bool-member

3cb56c5a – Jakub Kądziołka <[email protected]> authored on 2019/08/20 10:43
checkpatch.conf: Don't complain when bools are used in struct

a6bf7771 – dbrotz <[email protected]> authored on 2019/08/20 05:57
Check if parent exists for local label reference

c2787a9e – dbrotz <[email protected]> authored on 2019/08/20 04:50
Change the precedence of == to match the documentation

b8d5dd18 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/17 12:09
Merge pull request #366 from dbrotz/fix-313

88b66f29 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/17 12:08
Merge pull request #364 from dbrotz/fix-362

3c7e59b9 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/08/17 12:07
Merge pull request #374 from Ben10do/pushs-outside-of-section

c4471e33 – Ben Hetherington <[email protected]> authored on 2019/08/16 08:05
Update CONTRIBUTORS.rst

16111f46 – Ben Hetherington <[email protected]> authored on 2019/08/16 09:20
Allow PUSHS to be used before a section

b019b039 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/11 20:49
Merge pull request #358 from dbrotz/fix-357

605acd24 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/11 20:48
Merge pull request #372 from jidoc01/master

c8630eee – jidoc01 <[email protected]> authored on 2019/07/08 19:28
Document the feature of input from stdin

40405555 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/07 07:46
Merge pull request #365 from dbrotz/terminate-bracketed-symbol

defb221c – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/07 07:46
Merge pull request #360 from jidoc01/master

e7dc094e – jidoc01 <[email protected]> authored on 2019/06/24 20:58
Improve charmap structure with trie

dfdb1071 – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/06 07:10
Merge pull request #370 from jidoc01/fix_bug

9f598dfd – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/06 07:09
Merge pull request #359 from dbrotz/fix-lexer-out-of-bounds

38110a83 – jidoc01 <[email protected]> authored on 2019/07/04 07:59
Fix comment bug

54e5bf0f – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/04 19:07
Merge pull request #343 from phs/phs/docker

847cae5b – Antonio Niño Díaz <[email protected]> authored and GitHub <[email protected]> committed on 2019/07/04 19:02
Merge pull request #329 from NieDzejkob/allow-stdin-input

484d15db – dbrotz <[email protected]> authored on 2019/06/29 08:50
Handle unprintable characters more gracefully

1decf5d0 – dbrotz <[email protected]> authored on 2019/06/16 11:50
Fix out of bounds array access in lexer

74e9de1b – dbrotz <[email protected]> authored on 2019/06/11 06:45
Check for RPN stack overflow in linker

015d2b08 – dbrotz <[email protected]> authored on 2019/06/11 05:35
Fix buffer overflow when creating patches with long RPN expressions

c75a9539 – dbrotz <[email protected]> authored on 2019/06/26 13:36
Don't append invalid characters to symbol name

ca6149ab – dbrotz <[email protected]> authored on 2019/06/28 12:36
Fix signed integer overflow issues

b3120aea – dbrotz <[email protected]> authored on 2019/06/26 13:45
Terminate standalone bracketed symbol strings

df15c97b – Jakub Kądziołka <[email protected]> authored on 2019/07/03 12:28
Handle zero-byte files gracefully

0d97b582 – Jakub Kądziołka <[email protected]> authored on 2019/07/03 11:37
Avoid potentially implementation-defined behavior when using a pipe as input

f7bc61e8 – Jakub Kądziołka <[email protected]> authored on 2019/06/05 16:48
Automatic tests for input from stdin

8d5a53f5 – Jakub Kądziołka <[email protected]> authored on 2019/06/05 16:25
Handle non-seekable input correctly

20f94928 – Jakub Kądziołka <[email protected]> authored on 2019/03/03 18:27
Allow using - to indicate input from stdin

3cd1d46a – Antonio Niño Díaz <[email protected]> authored on 2019/06/16 18:35
Merge pull request #356 from NieDzejkob/add-narg-test

88eceec2 – Jakub Kądziołka <[email protected]> authored on 2019/06/08 17:01
Add a test for the behavior of NARG after SHIFT

d00ec024 – Antonio Niño Díaz <[email protected]> authored on 2019/06/07 06:30
Merge pull request #351 from dbrotz/fix-strsub-strlen

0bcd5377 – Antonio Niño Díaz <[email protected]> authored on 2019/06/07 06:27
Merge pull request #346 from qguv/tilemap-mirrored-duplicates

7592eaf4 – Antonio Niño Díaz <[email protected]> authored on 2019/06/05 19:21
Merge pull request #354 from NieDzejkob/test-runner-stuff

12ed9e04 – Antonio Niño Díaz <[email protected]> authored on 2019/06/05 19:10
Merge pull request #353 from qguv/checkpatch-path-override

0a3af87a – Jakub Kądziołka <[email protected]> authored on 2019/06/05 16:54
Ignore the .git folder of the test repositories

Next