shithub: rgbds

RSS feed

e33c2ad6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 09:47
Fix `INCLUDE` ignoring `-MG`

615f1072 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 09:31
Fix `readFractionalPart` never shifting characters

f7b7a974 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 09:16
Prevent expanding macro args in comments

ece6853e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 09:05
Implement `opt b` and `opt g`

b7b03ee4 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 08:34
Fix "REPT 0" not being a no-op

f9b48c0c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/18 08:27
Fix else working incorrectly from macros

aa76603d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/17 14:12
Add line+col trace info to lexer

b83b9825 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/17 13:04
Fix _NARG crashing outside of macros

d641972c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/17 13:01
Fix macro args not being restored when exiting macros

4d1333e1 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/17 08:00
Fix incorrect error reporting of `INCLUDE`d files

35396e64 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/16 20:06
Fix files being unmapped when still referenced by macros

8d18b39e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/16 19:11
Support missing register tokens

ae778930 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/16 18:18
Fix file name reporting

baeb180a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/16 18:17
Apply error reporting changes to tests

fd02ffb7 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/16 09:33
Implement __FILE__ symbol

62ecdce0 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 23:11
Fix line-continuation-macro test

e4f2fad2 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 23:08
Support line continuations in main scope

3f5f9bca – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 22:48
Fix numeric constant overflow checks

08867b3c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 11:26
Enable catching invalid macro arg 0

9081feab – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 11:15
Reinstate macro arg scan distance

cf992164 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 11:10
Fix lexer capture sometimes not being reset

b27b821e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 10:34
Fix RAW lexer length underflow

d9ecaaba – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/15 10:33
Add debug tracing code to lexer

cd747d81 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/14 17:11
Fix many lexer bugs

df75fd2e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/02 11:48
Fix expansion reporting being incorrect

adcaf4cd – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/02 10:08
Fix crash when no macro args are being used

81a77a9b – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/01 13:50
Re-implement block copy to avoid expanding macro args

6e805cd3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/31 20:52
Implement macro args

e11f2502 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/31 14:24
Add test for built-in file symbol

7c895f8a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/31 14:22
Fix diagnostic formatting

38bda7e1 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/31 05:49
Fix string expansion reporting

149db9a0 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/30 15:57
Fix incorrect freeing of expansions

fed252bc – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/30 15:06
Fix nested expansions being incorrectly handled

61b2fd98 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/28 20:39
Add string expansion reporting

5ad7a937 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/28 21:06
Add EQUS expansion

2ec10012 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/28 17:50
Fix mmap read offset not being initialized

e56c6cc2 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/28 17:34
Fix PC's name not being passed to parser

4c9a929a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/28 18:06
Implement almost all functionality

71f88717 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/23 09:49
Implement more functionality

6dc4ce65 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/07/23 08:12
Implement infrastructure around new lexer

3a44cc77 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/04 00:37
Merge pull request #582 from ISSOtm/rewrite-charmap

4cfed3c9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/10/04 00:31
Rewrite charmap system

6af57ff0 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/03 18:15
Merge pull request #581 from JL2210/cmake-docs

2e3db9d5 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/10/03 17:33
Clean up label generation

f8d9fa87 – James Larrowe <larrowe.semaj11@gmail.com> authored on 2020/10/03 08:36
Install manpages with CMake

f53ad359 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/10/02 22:17
Remove whoami step from Windows CI

84de86be – ISSOtm <eldredhabert0@gmail.com> authored on 2020/10/02 21:02
Enable `make develop` on Ubuntu 20.04 CI as well

04e7af26 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/02 19:30
Merge pull request #579 from ISSOtm/cmake-ci

4f13a336 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/02 18:30
Merge pull request #578 from JL2210/cmake-pkgconfig

03508119 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/19 23:49
Use CMake in CI as well

03e20138 – James Larrowe <larrowe.semaj11@gmail.com> authored on 2020/10/01 04:18
Use pkg-config to detect libpng

dfcba364 – Antonio Niño Díaz <antonio_nd@outlook.com> authored on 2020/09/27 18:47
test: Update commit of uCity used for testing

8e4a9a5c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/27 13:05
Remove assertions from release builds

a1286e6f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/27 06:54
Make newlines explicit in error messages

c0808246 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/27 06:51
Silence the mingw test

ba051e10 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/27 05:24
Factor printing assert failures into functions

9fee0603 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/24 12:43
Fix typo in object file format doc

be8ebe6d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/24 12:41
Fix master docs update CI script

548e3dc3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/24 12:35
Correct previously-introduced test being a no-op

9440086d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/24 12:14
Add a test for purging a macro while running

ec5a1bc7 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/24 06:26
Fix incorrect obj file documentation

9742fa73 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/22 14:13
Run the quote in file name except on Windows

91a3c538 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/22 13:27
Enable running regression tests on PRs as well

e98485da – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/21 22:59
Make code style errors fail their CI job

6528a955 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/21 21:28
Fix checkpatch in CI

431f7712 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/21 21:05
Also update master docs when updating script

2cc58723 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/21 20:56
Do not try updating docs if no key is set

268219d7 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/21 13:46
Avoid warning about /* fallthrough */ comments

d09ed3e5 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/19 23:39
Get rid of flex as a dependency in CMakeLists

421d1f54 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/19 20:44
Add regression test for #546

66784b71 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/19 20:06
Fix documentation not mentioning `SECTION FRAGMENT`syntax

54f2d99c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/17 16:45
Apply two minor fixes to rgbasm(5)

557c799e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/16 23:47
Update README to point to online install instructions

d22a6670 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/16 23:10
Update help text to redirect to new online docs

30085a53 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/16 11:52
Update documentation link in README

304e6c42 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/16 02:25
Sync redirect page generation with site

12458aae – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/16 01:25
Fix permalinks of index pages

7e5d9683 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 15:24
Use mandoc 1.14.5 in CI

210a4a95 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 14:39
Get rid of in-repo HTML documentation

131ad9b3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 14:35
Fix GitHub link in BUGS sections

06b4cf57 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 14:32
Fix example arguments to `-MT` appearing as options

dbefdc92 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 14:30
Clean up doc post-processor

37e45de9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 14:27
Improve rendering of pages

5e635271 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 12:00
Update repo link at bottom of all man pages

0cc90269 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 11:57
Fix docs update action

bb6a5441 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 11:02
Update RGBDS history to mention org move

0ffda1bf – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/15 10:53
Add CI Action to update man pages from master

56b5f77d – Antonio Vivace <avivace4@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/09/15 10:01
Mention the new website, add notice about the movement to the gbdev org

6eb284f9 – Antonio Vivace <avivace4@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/09/15 09:53
Update README.rst

34c2288f – Marco Spataro <42452606+ZedKoS@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/09/10 08:49
Fix __FILE__ when filename contains quotes

304bb9f9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/06 16:43
Remove most Hungarian notation in section module

14be0188 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/06 15:18
Move UNION code inside section.c

12b7cf3c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/06 14:50
Move `curOffset` into section code

0d7914bf – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/06 13:16
Fix `asm/charmap.h` not including required header

d2285953 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/03 10:28
Fix test missed by last PR

d2801505 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/09/03 08:12
Merge pull request #562 from Rangi42/strsub-0

9d62b4b9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/09/03 08:06
Fix bugs with LOAD section size

e0532135 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/31 17:33
Fix truncation warning when adding charmap mapping

0778959e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/08/31 17:26
Remove arbitrary limits on charmap

b65b723f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/31 11:37
Resolve #554: STRSUB("<N-char string>", N, 0) will not warn "Position N is past the end of the string"

Next