]> Shamusworld >> Repos - rmac/shortlog
rmac
2017-05-05 Shamus HammonsVersion bump for last commit. :-)
2017-05-05 ggnFix for bug where in alcyon mode the tokenizer would...
2017-05-02 Shamus HammonsFix for bug #77 (ds with negative numbers).
2017-04-27 Shamus HammonsVersion bump for last commits. :-)
2017-04-27 ggnDoc fixes/updates.
2017-04-27 ggnAdded -l* to enable listing without pagination. Fix...
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 HammonsPossible fix for bug #92.
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 HammonsTweaks to new 6502 assembler (ggn), added dependency...
2017-04-20 Shamus HammonsAdd missing files. I hate when that happens! >:-U
2017-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-20 ggn6502 support added back from original Madmac sources!
2017-04-19 Shamus HammonsVersion bump for last patch. :-)
2017-04-19 ggnFix movep size optimising when +o3 is enabled. Show...
2017-04-18 Shamus HammonsUpdate makefile to fix bug #89.
2017-04-16 Shamus HammonsFix for bug #88 (allow DS in all sections).
2017-04-15 Shamus HammonsVersion bump for last commit. :-)
2017-04-15 ggnMake .incbin and object writing work ok under MinGW.
2017-04-14 Shamus HammonsELF support for RMAC.
2017-01-31 Graeme HinchliffeImproved indexed reg error
2016-09-27 Shamus HammonsVersion bump. :-)
2016-09-27 ggn.incbin now uses the same directory sets as .include...
2016-09-22 Shamus HammonsVersion bump for last patch. :-)
2016-09-22 ggnFixed bug when expanding macros with comments that...
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 HammonsVersion bump for last commit. ;-)
2016-09-13 ggnRemoved -w flag, added +o[n], ~o[n] switches to control...
2016-09-13 Shamus HammonsFix for bug #77. Thanks for ggn for reporting. :-)
2016-09-13 Shamus HammonsFix for bug #78: Thanks to ggn for reporting and supply...
2016-09-13 Shamus HammonsSmall fix to make compilation C99 compliant.
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-05-08 Shamus HammonsVersion bump. Thanks to ggn for the report & patch...
2016-05-08 ggnWhen selecting ST .o output (-fa), don't write a .prg...
2016-04-15 Shamus HammonsFix for bug #71 (thanks to ggn for reporting! :-)
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-12-07 Shamus HammonsRemoved naked 'abs' (sans leading dot) from mntab.
2015-11-17 Shamus HammonsBump version #.
2015-11-17 ggn.error and .warn directives implemented.
2015-11-17 ggnMoved some messages from -v to -x
2015-11-17 ggnThe rest of the .PRGFLAGS patch. Sorry!
2015-11-17 Shamus HammonsBump version #.
2015-11-17 ggnExtended switch -s to also warn about automatically...
2015-11-17 ggnTEXT/DATA/BSS sizes printed at the end of assembly...
2015-11-17 ggnASCII art logo, because why not.
2015-11-17 ggnFix for assembly getting stuck in an infinite loop...
2015-11-14 Shamus HammonsBump version #, also create "docs" subdir for documenta...
2015-11-14 ggnNew directive: PRGFLAGS sets GEMDOS PRG flags (such...
2015-11-14 Shamus HammonsBump version #.
2015-11-14 ggnFix for initial plus in expression throwing a "bad...
2015-11-14 ggnFix segfaulting when building .prg target on linux...
2015-11-11 Shamus HammonsTentative fix for bug #55. Thanks to ggn for reporting!
2015-11-11 Shamus HammonsBump version #.
2015-11-11 ggnNew keyword ^^ABSCOUNT counts bytes defined in current...
2015-11-11 ggnRe-introduced .abs mnemonic (it was renamed to .offset...
2015-11-10 Shamus HammonsFix for bug where ^^FOO mnemonics were parsed incorrectly.
2015-11-10 Shamus HammonsComplete MADMAC manuals. Thanks to ggn for contributing...
2015-11-10 ggnChange extension to .prg when invoked with -p.
2015-11-10 Shamus HammonsBumping the patch level for the last commit. :-P
2015-11-10 ggnFix for bug #51. Apparently 10 tokens weren't enough...
2015-11-01 Shamus HammonsRemoved generated file from project.
2015-11-01 Shamus HammonsFix for bug #46 (thanks to ggn for reporting!).
2015-11-01 Shamus HammonsBump version # again. :-)
2015-11-01 ggnForce -fa when user passes -p.
2015-11-01 Shamus HammonsBump version number.
2015-11-01 ggnA few compiler warnings pacified.
2015-11-01 ggnFix for bug that happened when a called macro inside...
2015-10-23 ggnFixed compilation on MinGW.
2015-10-07 Shamus HammonsFix NULL pointer dereference bug.
2015-10-07 Shamus HammonsFix for bug #34 (equated reg in 1st operand of MOVEI).
2015-10-07 Shamus HammonsFix for bug #33. Thanks to Linkovitch for reporting!
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-03-04 Shamus HammonsFix for incorrect PACK/UNPACK generation. Thanks to...
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 HammonsRemoved spurious printf.
2015-02-01 Shamus HammonsFixed a nasty bug that dropped symbols that shouldn...
2015-01-16 Shamus HammonsMisc. whitespace cleanups, removal of unneeded code.
2015-01-16 Shamus HammonsFix for spurious 'undefined register equate' error.
2015-01-13 Shamus HammonsFixed bug with -l switch.
2014-11-14 Shamus HammonsFix for bug #29. 1.3.0
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2014-03-14 Shamus HammonsFixed ignored label on rept line (bug #18)
2014-03-14 Shamus HammonsFixed ignored last line with no EOL bug. (bug #19)
2014-02-26 Shamus HammonsFOR GREAT JUSTICE
2014-02-23 Shamus HammonsFix for extraneous newlines in .print directive.
2014-01-13 Shamus HammonsAdded "legacy mode" to assembler, which is on by default.
2013-11-09 Shamus HammonsFixed subtle bug in expr().
2013-09-13 Shamus HammonsFixed assembler not complaining when using RISC regs...
2013-09-12 Shamus HammonsForgot minor release number bump. :-P
2013-09-12 Shamus HammonsFixed segfault on encountering unexpected register...
next