]> Shamusworld >> Repos - rmac/history - token.c
Minor changes and version bump for prior commit; now at v2.0.5.
[rmac] / token.c
2020-01-01 ggnWhen expanding macro parameters ("\{param_name}") insid...
2019-08-07 Shamus HammonsThe deed has been accomplished.
2019-08-06 Shamus HammonsAdded in DSP fixups to sect.c, misc. fixes for 6502...
2018-05-15 ggnRemove hacky code that truncates absolute addresses...
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-21 Shamus HammonsLots of fixes for floating point handling; version...
2017-11-30 Shamus HammonsSmall cleanups + version bump for last commit.
2017-11-29 ggnModified IMACRO and IREPT to store line numbers during...
2017-11-29 Shamus HammonsRoll back TOKENPTR changes and most of the .u32 changes...
2017-11-21 Shamus HammonsFixes for last commit; version is now 1.10.0.
2017-11-18 ggnAdded floating point support to expression evaluator...
2017-10-08 Shamus HammonsAdd support for 64-bit evaluations.
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
2017-08-11 Shamus HammonsVersion bump (1.8.4) for last commit.
2017-08-10 ggnMultiple fixes for 020+ mode, including:
2017-07-20 Shamus HammonsFix for bug #102. Thanks (blame!) go to ggn & dml for...
2017-07-20 Shamus HammonsFix for bug #101 (bad macro handling).
2017-07-19 Shamus HammonsFixed IREPT blocks to not corrupt memory on 64-bit...
2017-06-24 Shamus HammonsFixed bad char reporting, revamp of the error/warning...
2017-05-08 ggn(c) message in header files and doc mini adjustments.
2017-05-07 Shamus HammonsCode cleanup from last patch, also, version bump for...
2017-05-06 ggnInitial commit for 68020/30/40/60/68881/68882/68851...
2017-05-05 Shamus HammonsVersion bump for last commit. :-)
2017-05-05 ggnFix for bug where in alcyon mode the tokenizer would...
2017-04-27 Shamus HammonsVersion bump for last commits. :-)
2017-04-25 Shamus HammonsFixed code to remove warnings. Inching closer towards...
2017-04-21 Shamus HammonsMinor tweaking from last round of patching, version...
2017-04-21 ggnMuch better implementation for A8 strings - introduced...
2017-04-21 Shamus HammonsVersion bump for last commit. ;-)
2017-04-21 ggn6502 mode: fix clearing of its RAM space with each...
2017-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-14 Shamus HammonsELF support for RMAC.
2016-09-22 Shamus HammonsVersion bump for last patch. :-)
2016-09-22 ggnFixed bug when expanding macros with comments that...
2016-09-13 Shamus HammonsFix for bug #78: Thanks to ggn for reporting and supply...
2016-05-15 Shamus HammonsFix for bug #67 (thanks to ggn for reporting!).
2016-05-09 Shamus HammonsPossible fix for bug #72 (no warning on unclosed .ifs).
2016-01-07 Shamus HammonsHopefully final fix for bug #68 (crash on ARM).
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.