RSS feed
82de7164
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/11/04 12:28
Mark error functions as _Noreturn.
25efb007
– Christophe Staïesse <chastai@skynet.be>
authored
on 2014/10/10 11:22
fix a bug in the lexer involving double quote escaping and semicolons
c6c7b99f
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/09 23:48
PATH_MAX is not exactly portable. Hack around it for now.
e28d8384
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/05 22:01
Merge branch 'fix-makefile' of https://github.com/chastai/rgbds
27a350ea
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/05 21:55
Merge branch 'fix-uniquearg-segfault' of https://github.com/chastai/rgbds
cd8d895c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/05 21:54
Style.
4577a01c
– Christophe Staïesse <chastai@skynet.be>
authored
on 2014/10/05 09:42
Fix out of bounds array access on invalid macro arg references
67583876
– Christophe Staïesse <chastai@skynet.be>
authored
on 2014/10/05 12:36
Add assertion to symFindMacroArg() to debug oob array access
424702b2
– Christophe Staïesse <chastai@skynet.be>
authored
on 2014/04/01 12:48
Fix bug: rgbasm segfault when \@ is used outside a macro
191f98a0
– Christophe Staïesse <chastai@skynet.be>
authored
on 2014/10/05 07:37
Fix incorrect dependencies in Makefile
00de7674
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/03 11:17
Now that install dirs are created, this error is unlikely to occur.
32fa032a
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/10/03 11:14
Makefile: Create install directories if they don’t exist.
73e44cb8
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/26 11:27
Fix dependencies for Yacc files. Improve Makefile POSIX compliance.
3e4350af
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/25 20:39
Don't cast calls to malloc().
0d07caba
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/25 16:56
Remove inconsistent version numbering.
3992ce25
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/25 16:40
Separate errors that shouldn't have been combined in the first place.
215d6f0c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 23:40
Revert 97d431d1f4ad404e282e3781bd195be3f053734d; it breaks things.
f3394f46
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 23:17
Fix MinGW target.
e3df7588
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 23:07
Update license.
d7319ecd
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 23:03
Remove rgblib.
d661b3a5
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 22:50
Now that we replace missing libc functions, switch back to err().
c0be5ddb
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 21:19
Remove dead stores.
97d431d1
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 20:52
rgbasm: Avoid unnecessary filename copying.
a849e110
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 20:38
Improve POSIX compliance in the Makefile.
a41bdff8
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 20:28
Wrap Makefile to 80 characters.
cb383e6b
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 20:26
Unclutter Makefile: use $Q instead of ${Q}.
45b6872e
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 20:23
rgbasm: Fix TOCTOU and reduce buffering.
05610965
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 18:22
rgbasm: Don't allocate an unnecessary buffer.
284600ef
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/09/23 18:17
rgblink: Don't allocate unnecessary buffer. Delete unused flag.
2bf31870
– YamaArashi <shadow962@live.com>
authored
on 2014/08/22 17:44
Cleaned up lexer
6198cc18
– YamaArashi <shadow962@live.com>
authored
on 2014/08/21 21:52
Remove __LINE__
e4571bc0
– YamaArashi <shadow962@live.com>
authored
on 2014/08/21 15:53
Make _NARG work
46269240
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/08/21 07:29
Merge branch 'update-legacy-instructions' of https://github.com/yenatch/rgbds
b1269ab5
– YamaArashi <shadow962@live.com>
authored
on 2014/08/20 22:57
Improve rgbasm performance
3ecd169c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/02/20 22:20
Revert previous commit. asmy.y is autogenerated from other .y files.
2dab1474
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/02/20 19:56
asmy.y should not be in gitignore.
08b1b97a
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/02/08 21:58
Preserve the ability to set pad_value in rgbfix.
17192ea6
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/02/08 18:26
Improve performance when padding: don't write a byte at a time.
0f488b67
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/01/30 19:01
Remove unused alloca() implementation.
2ff28622
– yenatch <yenatch@gmail.com>
authored
on 2014/01/14 06:39
add instruction "ld hl, sp+nn"
af5f8893
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/01/12 16:30
Merge https://github.com/yenatch/rgbds
3e92f333
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2014/01/11 13:28
Provide a friendlier error when manpage directories don’t exist.
0ffa4ce9
– yenatch <yenatch@gmail.com>
authored
on 2014/01/06 15:04
rgbasm: let rgblink try to import undefined symbols
fd4b5c89
– yenatch <yenatch@gmail.com>
authored
on 2013/12/03 16:58
rgbasm: update manpage to include -v
bc99ee22
– yenatch <yenatch@gmail.com>
authored
on 2013/11/26 21:43
rgbasm: -v option (verbose)
de269987
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/09/05 16:51
Add "jp hl" as a valid instruction.
7770827c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/07/31 18:14
Redefine consistent names for section types, and document the changes.
7ab97422
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/07/31 16:04
Implement SRAM sections.
6aecf655
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/07/23 15:04
Fix incorrect manpage macro.
2571dc45
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/06/20 00:56
Delete more files on clean.
da19380c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/06/19 17:19
Add a new WRAMX section type, for banked (CGB) WRAM sections.
ab47428c
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/27 22:23
Improve error message.
23b29a9a
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/27 22:22
Fix bug recently introduced to fatalerror().
35448887
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 20:59
Implement VRAM banks.
6ccd3865
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 13:56
Make it possible to disable emitting nop after halt.
34d40a67
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 13:08
Remove unused variable.
c21c0f45
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 13:07
Improve error messages.
51c01e3a
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 12:14
Remove some dead code.
d0d85abb
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/05/19 11:51
Fix accidental case fallthrough.
88ac0282
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/04/11 09:27
Add HTML manuals to the clean target.
8811784b
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2013/04/11 05:28
rgbfix: exit on invalid usage.
65797434
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2012/12/26 16:41
Add support for 8 MiB ROMs, the largest size possible with MBC5.
b9040686
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2012/12/26 16:12
Readability (whitespace).
2f35d103
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2012/12/01 17:46
Merge pull request #5 from vegard/lexer-fix-for-bentley
a397acd5
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2012/11/13 21:59
Update license statement after Justin Lloyd released the code.
6d69370e
– Anthony J. Bentley <anthony@cathet.us>
authored
on 2012/11/09 17:07
Merge pull request #6 from vegard/getopt-linux-for-bentley
2dfd937d
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2012/10/21 01:51
Prevent lexer from reading beyond the end of the buffer
eb4f790a
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2012/10/21 01:51
Include getopt.h (fix compilation on GNU/Linux)
8c2fb79c
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 17:15
Add a web manpages target (for my personal use).
7b4746b2
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 16:46
Add a MinGW target for me to easily create Windows executables.
cf3bfb13
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 16:25
Use curly braces consistently in Makefile.
f821a1e0
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 16:24
Allow a noisy build (user‐configurable).
39d8674a
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 16:22
Improve the Makefile: allow user‐defined variables.
a2dc23c5
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2012/10/18 15:50
Remove unneeded build flag.
fd724d10
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/12/29 15:22
Add support for the four‐character game ID.
07802fff
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/12/26 18:28
Remove the (old, obsolete) RGBFix HTML page. Use the manpage instead.
309e2c0b
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/12/07 16:19
Update the SGB flag in the rgbfix examples.
b51c1cc7
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/12/02 06:05
Add Windows build instructions.
5d6559f1
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/12/01 20:23
Remove nonstandard <err.h>.
b1a2c664
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/06/04 17:33
Revert use of system exit codes.
d784b146
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/11 16:00
Remove unneeded include.
60451fd4
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/11 15:57
Remove unused and outdated .gitignore.
214d13c8
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:39
New sentence, new line.
ba30863b
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:37
In manuals, use wrapping macros instead of literal parens, etc.
abf8f825
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:32
Fix some manual macro scoping problems.
23624e1c
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:15
Fix case in manpage section name
009ac34f
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:15
Remove unnecessary comments from manpage sources
9a9d0710
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:12
Oops: remove escape that was keeping manpage date from being parsed
9f9e76e8
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2011/04/09 20:08
Use the semantic .Ad in manpages.
085ee6d4
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 10:59
Fix typo in rgbds(7).
0f606e5d
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 10:35
Add a rgbds(7) manpage.
376c8d2f
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 10:15
Update man page: .gb will no longer be added to a filename without it
6f46058e
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 09:38
Add an install target.
b9f92536
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 09:26
Remove “localversion” script.
7384c41c
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 09:24
Minor whitespace improvements
114871d4
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 09:23
Move manuals to the main source directories.
5ae2dc48
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 08:52
Replace UTF8-encoded ø with mdoc escapes.
d2f52fdd
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 08:48
Rewrite rgbfix from scratch, under a free ISC license.
05be8e00
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 08:19
Delete rgbfix, to be replaced with a freely-licensed version
b1739d95
– Anthony J. Bentley <anthonyjbentley@gmail.com>
authored
on 2010/12/22 08:15
Silence build process
Next