shithub: rgbds

RSS feed

6c10ca62 – Anthony J. Bentley <[email protected]> authored on 2015/07/25 22:08
Don't silently truncate banks greater than 255 to 8 bits.

49809f6c – Christophe Staïesse <[email protected]> authored and Anthony J. Bentley <[email protected]> committed on 2015/07/25 21:57
Fix segfault in createpatch() when symbol is an inexistant local label or bank

81675bc4 – Christophe Staïesse <[email protected]> authored and Anthony J. Bentley <[email protected]> committed on 2015/07/25 21:50
Fix yacc conflict (asmfile/lastline/lines/line rules)

37b615f0 – YamaArashi <[email protected]> authored on 2015/07/25 17:20
Fix bug with macro args in symbol names

6438ae25 – stag019 <[email protected]> authored on 2015/03/09 09:57
Remove __progname; add progname set to argv[0] in each main().

33ae6d8c – Anthony J. Bentley <[email protected]> authored on 2015/03/07 09:21
Use long for file offsets.

ebc9a4b7 – stag019 <[email protected]> authored on 2015/03/07 11:04
Merge include/link/types.h and include/asm/types.h into include/types.h

e1950767 – stag019 <[email protected]> authored on 2015/03/07 10:50
Only block comments in headers

b14beeff – stag019 <[email protected]> authored on 2015/03/07 10:49
Consistency in #includes

db54c2eb – stag019 <[email protected]> authored on 2015/03/07 10:42
Replace all ASMOTOR references with RGBDS.

eadaa477 – Anthony J. Bentley <[email protected]> authored on 2015/03/03 18:15
Sync with upstream.

b5e7855a – Anthony J. Bentley <[email protected]> authored on 2015/02/25 19:37
Remove reference to currently nonexistent gbz80(7) manual.

ce7d1d5d – Anthony J. Bentley <[email protected]> authored on 2015/02/25 19:37
Use real dates in the manpages.

64a3929f – Anthony J. Bentley <[email protected]> authored on 2015/02/25 19:36
“No Ns” is redundant.

1c1a4e6a – Anthony J. Bentley <[email protected]> authored on 2015/02/25 19:36
Merge branch 'master' of https://github.com/Sanqui/rgbds

cc3aa969 – Anthony J. Bentley <[email protected]> authored on 2015/02/25 19:25
Merge branch 'cldefines' of https://github.com/stag019/rgbds

70553016 – Anthony J. Bentley <[email protected]> authored on 2015/02/24 21:17
Don’t unnecessarily escape hyphens in manpages.

bbf24916 – Anthony J. Bentley <[email protected]> authored on 2015/02/24 21:16
Sync usage lines.

261503c7 – Anthony J. Bentley <[email protected]> authored on 2015/02/24 21:13
Fix the reallocarray header by providing a prototype.

b924f58b – stag019 <[email protected]> authored on 2015/02/24 13:31
Added -D to manpage

ac78c37f – stag019 <[email protected]> authored on 2015/02/24 13:11
Add reallocarray to Makefile; clean up some things in main.c

c8d9ae21 – Anthony J. Bentley <[email protected]> authored on 2015/02/24 11:02
A header file this simple doesn’t satisfy modicum of creativity.

5281704f – Anthony J. Bentley <[email protected]> authored on 2015/02/24 11:01
These internal headers don’t need C++ boilerplate.

fd432732 – stag019 <[email protected]> authored on 2015/02/23 16:23
Command line definitions.

d81d128a – Anthony J. Bentley <[email protected]> authored on 2015/02/21 23:02
Don't specify strict warnings on MinGW.

d067f316 – Anthony J. Bentley <[email protected]> authored on 2015/02/21 23:00
Point to the Github releases for Windows builds.

d0229450 – Anthony J. Bentley <[email protected]> authored on 2015/02/21 22:55
Avoid use of magic numbers.

eb4bbb3e – Anthony J. Bentley <[email protected]> authored on 2015/02/21 22:52
Update mapfile code to support new section types.

2ab10a95 – Anthony J. Bentley <[email protected]> authored on 2015/02/21 22:48
Fix a bug in handling WRAMX sections with/without hardcoded addresses.

bc60b857 – Anthony J. Bentley <[email protected]> authored on 2015/02/21 22:33
Support BANK() correctly when given WRAMX/SRAM/VRAM labels.

9d0203a4 – Anthony J. Bentley <[email protected]> authored on 2015/02/21 22:31
Delete commented-out code.

a18b65de – Anthony J. Bentley <[email protected]> authored on 2015/02/17 16:23
Update license for reallocarray.

1c47ffcc – Anthony J. Bentley <[email protected]> authored on 2015/02/13 19:14
Import reallocarray() for later use.

bbf60c71 – Sanqui <[email protected]> authored on 2015/02/10 19:45
Fix _PI (define it for pass 2)

60c3a7e2 – Anthony J. Bentley <[email protected]> authored on 2015/01/30 15:30
Reformat code for better spacing, and provide a more detailed error.

57029959 – Anthony J. Bentley <[email protected]> authored on 2015/01/28 18:36
extern: sync strlcpy and strlcat with upstream.

483d94f8 – Anthony J. Bentley <[email protected]> authored on 2015/01/27 00:42
rgbasm: Fixed a dumb typo; pointed out by stag019.

9b4d16b0 – Anthony J. Bentley <[email protected]> authored on 2015/01/27 00:02
Add another crashing regression test.

a3e95f99 – Anthony J. Bentley <[email protected]> authored on 2015/01/26 23:56
rgbasm: Fix a division by zero in section address specifiers.

e3a31d7e – Anthony J. Bentley <[email protected]> authored on 2015/01/26 23:48
Correct test output for divzero-section-bank.

d9f5ce33 – Anthony J. Bentley <[email protected]> authored on 2015/01/26 23:33
Add some basic regression tests.

361f1ac5 – Anthony J. Bentley <[email protected]> authored on 2015/01/22 16:12
Work around a crash when '@' is interpreted as a macro name.

4f8cf84e – Anthony J. Bentley <[email protected]> authored on 2015/01/22 16:09
rgbasm: improve (some) pathological spacing.

c75b9d4d – Anthony J. Bentley <[email protected]> authored on 2015/01/22 15:42
Makefile: don't expand variables in a non-POSIXish way.

cd2af020 – Anthony J. Bentley <[email protected]> authored on 2015/01/22 15:33
rgbasm: Save some horizontal space in main.c.

91241b44 – yenatch <[email protected]> authored on 2015/01/19 18:28
rgbasm: bump MAXMACROARGS up to 256 from 9

1d174f37 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 18:52
rgbasm: Convert oDontExpandStrings to bool.

2777044f – Anthony J. Bentley <[email protected]> authored on 2015/01/07 18:39
Delete some unused functions.

e5e64b8c – Anthony J. Bentley <[email protected]> authored on 2015/01/07 18:36
rgbasm: trim ludicrously redundant comments.

8534f3a1 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 18:13
Unify usage strings/functions across programs.

bdc6401e – Anthony J. Bentley <[email protected]> authored on 2015/01/07 18:07
rgbfix: deal with options and arguments in the right order.

21d0b402 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 17:59
Don't unnecessarily initialize variables.

a3056495 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 17:44
rgbasm: Print usage if no filename is given after flags.

3b0e2070 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 13:43
Pass -Wimplicit (implicit + implicit-function-declaration) by default.

83eddb4c – Anthony J. Bentley <[email protected]> authored on 2015/01/07 11:47
Merge branch 'haltnop' of https://github.com/stag019/rgbds

57997756 – Anthony J. Bentley <[email protected]> authored on 2015/01/07 11:36
Merge branch 'symmapfix' of https://github.com/stag019/rgbds

ab66b28f – stag019 <[email protected]> authored on 2015/01/03 01:54
yacc_pre is no longer needed, since all the files were merged into one.

116569f5 – stag019 <[email protected]> authored on 2014/12/31 20:20
Fix for mapfiles and symfiles. Before, you couldn't define a mapfile unless you also defined a symfile. If you did, it would segfault.

2b839fec – stag019 <[email protected]> authored on 2014/12/31 08:29
Use the options parameter provided for command line options. Specifically, for haltnop.

513d4517 – Anthony J. Bentley <[email protected]> authored on 2014/12/30 22:21
Tweak path for stdnoreturn.h header.

9399ba36 – Anthony J. Bentley <[email protected]> authored on 2014/12/30 22:20
Check for standards‐compliant platforms first in stdnoreturn.h.

ef3a4868 – Anthony J. Bentley <[email protected]> authored on 2014/12/30 22:18
Request POSIX 2008 for strdup().

f0e5c5cc – stag019 <[email protected]> authored on 2014/12/30 23:11
Cross-compiler noreturn support.

9b4959cb – stag019 <[email protected]> authored on 2014/11/07 19:17
Implement round, ceil, and floor math functions.

dca82e6d – stag019 <[email protected]> authored on 2014/11/07 11:42
Fix DEF() automatically converting string EQUS.

871c5ed3 – stag019 <[email protected]> authored on 2014/11/07 11:36
We aren't kidding ourselves anymore. This is a Gameboy assembler, not any sort of generic assembler.

635014b7 – Anthony J. Bentley <[email protected]> authored on 2014/11/06 16:54
On Clang, error on implicit function declaration by default.

7ad634fe – Anthony J. Bentley <[email protected]> authored on 2014/11/06 16:42
Don’t assign to self.

1e133946 – Anthony J. Bentley <[email protected]> authored on 2014/11/06 16:39
Use POSIX 2001 as the base standard.

9e24c264 – Anthony J. Bentley <[email protected]> authored on 2014/11/06 16:36
Specify _Noreturn in the err family prototypes.

c1213f53 – Anthony J. Bentley <[email protected]> authored on 2014/11/04 12:36
Merge branch 'master' of https://github.com/stag019/rgbds

a64d725a – stag019 <[email protected]> authored on 2014/11/04 13:09
The actual way the macro bug should have been fixed.

82de7164 – Anthony J. Bentley <[email protected]> authored on 2014/11/04 12:28
Mark error functions as _Noreturn.

80e2129f – stag019 <[email protected]> authored on 2014/11/01 21:00
Merge https://github.com/bentley/rgbds

af70f039 – stag019 <[email protected]> authored on 2014/10/31 15:01
A few more small changes to charmap.c.

004bc2e5 – stag019 <[email protected]> authored on 2014/10/31 06:48
Fix a few charmap bugs maybe?

25efb007 – Christophe Staïesse <[email protected]> authored on 2014/10/10 11:22
fix a bug in the lexer involving double quote escaping and semicolons

c6c7b99f – Anthony J. Bentley <[email protected]> authored on 2014/10/09 23:48
PATH_MAX is not exactly portable. Hack around it for now.

e28d8384 – Anthony J. Bentley <[email protected]> authored on 2014/10/05 22:01
Merge branch 'fix-makefile' of https://github.com/chastai/rgbds

27a350ea – Anthony J. Bentley <[email protected]> authored on 2014/10/05 21:55
Merge branch 'fix-uniquearg-segfault' of https://github.com/chastai/rgbds

cd8d895c – Anthony J. Bentley <[email protected]> authored on 2014/10/05 21:54
Style.

4577a01c – Christophe Staïesse <[email protected]> authored on 2014/10/05 09:42
Fix out of bounds array access on invalid macro arg references

67583876 – Christophe Staïesse <[email protected]> authored on 2014/10/05 12:36
Add assertion to symFindMacroArg() to debug oob array access

424702b2 – Christophe Staïesse <[email protected]> authored on 2014/04/01 12:48
Fix bug: rgbasm segfault when \@ is used outside a macro

191f98a0 – Christophe Staïesse <[email protected]> authored on 2014/10/05 07:37
Fix incorrect dependencies in Makefile

00de7674 – Anthony J. Bentley <[email protected]> authored on 2014/10/03 11:17
Now that install dirs are created, this error is unlikely to occur.

32fa032a – Anthony J. Bentley <[email protected]> authored on 2014/10/03 11:14
Makefile: Create install directories if they don’t exist.

73e44cb8 – Anthony J. Bentley <[email protected]> authored on 2014/09/26 11:27
Fix dependencies for Yacc files. Improve Makefile POSIX compliance.

3e4350af – Anthony J. Bentley <[email protected]> authored on 2014/09/25 20:39
Don't cast calls to malloc().

0d07caba – Anthony J. Bentley <[email protected]> authored on 2014/09/25 16:56
Remove inconsistent version numbering.

3992ce25 – Anthony J. Bentley <[email protected]> authored on 2014/09/25 16:40
Separate errors that shouldn't have been combined in the first place.

215d6f0c – Anthony J. Bentley <[email protected]> authored on 2014/09/23 23:40
Revert 97d431d1f4ad404e282e3781bd195be3f053734d; it breaks things.

f3394f46 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 23:17
Fix MinGW target.

e3df7588 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 23:07
Update license.

d7319ecd – Anthony J. Bentley <[email protected]> authored on 2014/09/23 23:03
Remove rgblib.

d661b3a5 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 22:50
Now that we replace missing libc functions, switch back to err().

c0be5ddb – Anthony J. Bentley <[email protected]> authored on 2014/09/23 21:19
Remove dead stores.

97d431d1 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 20:52
rgbasm: Avoid unnecessary filename copying.

a849e110 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 20:38
Improve POSIX compliance in the Makefile.

a41bdff8 – Anthony J. Bentley <[email protected]> authored on 2014/09/23 20:28
Wrap Makefile to 80 characters.

Next