]> Shamusworld >> Repos - rmac/history - mach.c
Actually implement ^^FILESIZE this time :)
[rmac] / mach.c
2020-01-03 Shamus HammonsEOY minor update.
2019-08-06 Shamus HammonsAdded in DSP fixups to sect.c, misc. fixes for 6502...
2018-05-16 ggnBug fix in flognp1. Better handling of cpbcc/fbcc/pbcc...
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-24 Shamus HammonsVersion bump for last eight commits; cleanup of Alcyon...
2018-01-24 ggnVarious small fixes including:
2018-01-24 ggnAdded missing (d16,An,Dn[.size][*scale]) addressing...
2018-01-24 ggnFPU instructions debugged and stricter checks enforced
2018-01-24 ggndivu.l/divs.l/mulu.l/muls.l debugged and condensed...
2018-01-24 ggnAdded optimisation switches -o8 and -o9
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-30 ggnVarious small fixes and additions to the 680x0 parts:
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-13 Shamus HammonsSmall fix for spurious "out of range" errors (tied...
2017-10-08 Shamus HammonsAdd support for 64-bit evaluations.
2017-10-04 Shamus HammonsPatch to fix lack of WORD sized symbol relocations...
2017-08-29 Shamus HammonsMissed a few double parens in eagen0.c. :-P
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
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 ggnVarious 020+ fixes. In brief, this commit fixes the...
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-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-19 ggnFix movep size optimising when +o3 is enabled. Show...
2017-04-14 Shamus HammonsELF support for RMAC.
2016-09-13 ggnRemoved -w flag, added +o[n], ~o[n] switches to control...
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!).
2015-11-17 ggnExtended switch -s to also warn about automatically...
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2013-11-09 Shamus HammonsFixed subtle bug in expr().
2013-03-05 Shamus HammonsFix for last broken commit. Sorry about that!
2013-03-05 Shamus HammonsMore fixups to remove warnings, removal of more cruft.
2013-03-02 Shamus HammonsFix silly mask bugs, added check for use of undefined...
2012-11-24 Shamus HammonsFirst working 64-bit version of RMAC
2012-01-18 James HammonsCode cleanups.
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.