]> Shamusworld >> Repos - rmac/history - direct.c
Version bump for last commit. :-)
[rmac] / direct.c
2023-03-20 Shamus HammonsFix bug in d_incbin() (found by ggn). :-) v2.2.16
2022-12-21 ggnFix for #210 - 6502 mode with -fr working v2.2.13
2022-12-21 Shamus HammonsFiles missed in the last commit. :-P v2.2.11
2022-12-21 ggnRewrote .incbin's parsing and checks for position and... v2.2.9
2022-08-16 ggnIntroducing .align directive, thanks to Bastian Schick...
2022-05-30 ggnFix for #159: Split register sets according to architec...
2022-05-30 ggnRemoved some dead code, as well as all gpu/dsp regbank...
2022-05-30 ggnProposed fix for bug #182 (ds.X doesn't work with relat...
2021-10-30 ggnFix for incbin not including the exact requested bytes...
2021-08-20 ggnFix for bug #187 - add more strict checks for .incbin...
2021-03-07 Shamus HammonsUpdate to the name (don't ask), and copyright dates... v2.1.0
2020-08-03 ggnFix for bug #167
2020-07-04 Shamus HammonsFix a small buglet in the last patch. :-)
2020-07-04 Shamus HammonsVersion bump for last commit. Now at v2.0.16.
2020-07-04 ggnExtend incbin to incbin "filename" [,][size][,][offset]
2020-01-10 ggnIntroducing new switch -fr which outputs binaries assem...
2020-01-03 Shamus HammonsEOY minor update.
2020-01-03 ggnYet another fix for bug #77 - eval is now uint64_t...
2020-01-02 ggnAdded DSM directive for 56001 mode (and not only)....
2019-08-09 Shamus HammonsMinor code cleanups. dsp56k
2019-08-08 Shamus HammonsAdded missing d_ds handling, add kludge for 56K fixups.
2019-08-08 Shamus HammonsOne more minor fix: add back FP values for 56001 in...
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-06-23 Shamus HammonsCleanup of codebase and initial commit of 56K assembler...
2018-06-03 Shamus HammonsMinor fixups.
2018-02-26 Shamus HammonsAdded Jaguar Object Processor assembler.
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-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-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-02 Shamus HammonsFix for bug #77 (ds with negative numbers).
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-20 ggn6502 support added back from original Madmac sources!
2017-04-16 Shamus HammonsFix for bug #88 (allow DS in all sections).
2017-04-14 Shamus HammonsELF support for RMAC.
2016-09-27 Shamus HammonsVersion bump. :-)
2016-09-27 ggn.incbin now uses the same directory sets as .include...
2016-09-22 Shamus HammonsFix for bug #81. Thanks to ggn for the patch!
2016-09-13 Shamus HammonsVersion bump. :-)
2016-09-13 ggnAdded .opt directive with similar syntax to command...
2016-09-13 Shamus HammonsFix for bug #77. Thanks for ggn for reporting. :-)
2016-04-15 Shamus HammonsFix for bug #71 (thanks to ggn for reporting! :-)
2015-12-07 Shamus HammonsRemoved naked 'abs' (sans leading dot) from mntab.
2015-11-17 ggn.error and .warn directives implemented.
2015-11-17 ggnMoved some messages from -v to -x
2015-11-14 ggnNew directive: PRGFLAGS sets GEMDOS PRG flags (such...
2015-11-01 Shamus HammonsFix for bug #46 (thanks to ggn for reporting!).
2015-11-01 Shamus HammonsBump version # again. :-)
2015-11-01 ggnA few compiler warnings pacified.
2015-10-07 Shamus HammonsFix for bug #33. Thanks to Linkovitch 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.
2014-11-14 Shamus HammonsFix for bug #29. 1.3.0
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2014-02-26 Shamus HammonsFOR GREAT JUSTICE
2014-02-23 Shamus HammonsFix for extraneous newlines in .print directive.
2013-11-09 Shamus HammonsFixed subtle bug in expr().
2013-03-30 Shamus HammonsAdded deprecated keywords JPAD/NOJPAD for legacy code...
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...
2013-02-27 Shamus HammonsFix for slow .incbin performance.
2013-02-13 Shamus HammonsAdded new .cstruct construct. Thanks to GroovyBee for...
2013-02-13 Shamus HammonsFixed .cargs problem, more code cleanup/fixup
2013-02-12 Shamus HammonsFirst stab at removing cruft.
2013-02-02 Shamus HammonsFixed compiler not checking for INCBIN in BSS sections.
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.