]> Shamusworld >> Repos - rmac/history - token.c
Possible fix for bug #68 (crash when running on ARM).
[rmac] / token.c
2015-12-24 Shamus HammonsPossible fix for bug #68 (crash when running on ARM).
2015-11-17 ggnMoved some messages from -v to -x
2015-11-17 ggnFix for assembly getting stuck in an infinite loop...
2015-11-11 ggnNew keyword ^^ABSCOUNT counts bytes defined in current...
2015-11-01 ggnFix for bug that happened when a called macro inside...
2015-10-07 Shamus HammonsFixed WARNING macro to be system agnostic, added doco...
2015-10-07 ggnVisual Studio 2015 project files. A few warnings about...
2015-10-07 Shamus HammonsApplied patches from ggn for bugs #38, 40, & 41. Thanks!
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2015-01-16 Shamus HammonsMisc. whitespace cleanups, removal of unneeded code.
2015-01-13 Shamus HammonsFixed bug with -l switch.
2014-03-14 Shamus HammonsFixed ignored last line with no EOL bug. (bug #19)
2013-11-09 Shamus HammonsFixed subtle bug in expr().
2013-09-13 Shamus HammonsFixed assembler not complaining when using RISC regs...
2013-03-05 Shamus HammonsMore fixups to remove warnings, removal of more cruft.
2013-02-13 Shamus HammonsFixed .cargs problem, more code cleanup/fixup
2013-02-03 Shamus HammonsFixed missing error reporting on fixup stage.
2013-02-03 Shamus HammonsFixed error reporting wrong file, off-by-one error...
2012-11-26 Shamus HammonsFixed problem with nested MACROs.
2012-11-24 Shamus HammonsFirst working 64-bit version of RMAC
2012-11-23 Shamus HammonsCode cleanup and prepartion for 64-bit host fixes
2012-01-19 James HammonsMore readability cleanups.
2012-01-18 James HammonsFix problem in tokenizer that caused legit code to...
2012-01-01 Graeme HinchliffeUpdated printf commands that were complaining about...
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.