]> Shamusworld >> Repos - rmac/history - expr.c
Fix for bug #167
[rmac] / expr.c
2020-08-03 ggnFix for bug #167
2020-01-17 ggnAdded new optimisation option "+op" which enforces...
2020-01-04 Shamus HammonsFix for bug #135 (RISC error reporting for immediate...
2020-01-03 Shamus HammonsVersion bump for last commits; now at v2.0.6.
2020-01-03 ggnActually implement ^^FILESIZE this time :)
2020-01-03 Shamus HammonsEOY minor update.
2020-01-01 ggnMore correct calculation of ^^ABSCOUNT. Also updated...
2019-08-06 Shamus HammonsAdded in DSP fixups to sect.c, misc. fixes for 6502...
2018-06-23 Shamus HammonsCleanup of codebase and initial commit of 56K assembler...
2018-05-16 ggnBug fix in flognp1. Better handling of cpbcc/fbcc/pbcc...
2018-02-24 Shamus HammonsFix for subtle bug in the expression analyzer.
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-24 ggnVarious small fixes including:
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 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-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-02 Shamus HammonsFix for bug #77 (ds with negative numbers).
2017-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-14 Shamus HammonsELF support for RMAC.
2015-11-14 ggnFix for initial plus in expression throwing a "bad...
2015-11-11 ggnNew keyword ^^ABSCOUNT counts bytes defined in current...
2015-11-10 Shamus HammonsFix for bug where ^^FOO mnemonics were parsed incorrectly.
2015-11-01 Shamus HammonsFix for bug #46 (thanks to ggn for reporting!).
2015-02-19 Shamus HammonsFix for bad division in expressions. Thanks to A. Seed...
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2015-02-01 Shamus HammonsFixed a nasty bug that dropped symbols that shouldn...
2015-01-16 Shamus HammonsFix for spurious 'undefined register equate' error.
2015-01-13 Shamus HammonsFixed bug with -l switch.
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2013-11-09 Shamus HammonsFixed subtle bug in expr().
2013-09-12 Shamus HammonsForgot minor release number bump. :-P
2013-09-12 Shamus HammonsFixed segfault on encountering unexpected register...
2013-03-05 Shamus HammonsMore fixups to remove warnings, removal of more cruft.
2013-03-04 Shamus HammonsVarious code cleanups, mainly to do with RISC assembly.
2013-03-02 Shamus HammonsFix silly mask bugs, added check for use of undefined...
2013-02-12 Shamus HammonsFirst stab at removing cruft.
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-18 James HammonsCode cleanups.
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.