]> Shamusworld >> Repos - rmac/shortlog
rmac
2021-08-20 ggnRemove all remaining traces of "as68_flag" from the...
2021-08-20 Shamus HammonsVersion bump for last commit. v2.1.9
2021-08-20 ggnExpand \~ in .REPTs to unique label names as in macros...
2021-06-09 Shamus HammonsSmall fix that should have gone into the last commit...
2021-06-09 Shamus HammonsVersion bump for last commit. v2.1.8
2021-06-09 ggnFix for bug #174 - when a macro contains an error,...
2021-06-09 Shamus HammonsVersion bump for last commit. v2.1.7
2021-06-09 ggnFix for bug #181 (goto was never working corectly)
2021-06-09 ggnFix for issue #179: Don't touch o10 when +/~Oall is... v2.1.6
2021-06-09 Shamus HammonsVersion bump for last commit. v2.1.5
2021-06-09 ggnProduce error when ".opt +o" or ".opt ~o" is encountere...
2021-06-09 Shamus HammonsSomehow these files slipped through the cracks... :-/
2021-06-09 ggnFix for bug #176: During AddFixup(), evaluate as much... v2.1.4
2021-06-09 Shamus HammonsVersion bump for last commit. v2.1.3
2021-06-09 ggnFix for bug #173 - expressions that contain "*" are...
2021-06-08 Shamus HammonsVersion bump for last commit. v2.1.2
2021-06-08 James JonesTreat ':' as a path separator on non-Windows platforms
2021-06-08 Shamus HammonsHarden RISC register parser and simplify expression... v2.1.1
2021-03-07 Shamus HammonsUpdate to the name (don't ask), and copyright dates... v2.1.0
2020-09-29 Shamus HammonsVersion bump for last commit; now at v2.0.23.
2020-09-29 James JonesFix RMACPATH
2020-09-29 Shamus HammonsFix for bug #51. Now at v2.0.22.
2020-08-16 Shamus HammonsVersion bump for last commit; now at v2.0.21.
2020-08-16 ggnFix for bug #170 - ELF output module exports global...
2020-08-03 Shamus HammonsVersion bump for last commit; now a v2.0.20.;35M;35m
2020-08-03 ggnFix for bug #167
2020-08-03 Shamus HammonsVersion bump + cleanup for last commit; now at v2.0.19.
2020-08-03 ggnSome clarifications in the docs regarding warnings...
2020-08-03 ggnRemove unused variables in amode.c
2020-08-03 ggnFix move <ea>,<ea020> code generation
2020-08-03 ggnFix a bug in +o5 where outer displacement would not...
2020-08-03 ggnTidy up ([bd,An/PC],Xn.W/L...) size and scale parse...
2020-08-03 ggnAll size optimisation warnings are hidden by default...
2020-08-03 ggnTighten up ea parsing for 020+ ea modes: PC relative...
2020-08-03 ggnIn ([bd,An/PC],Xn,od) parsing check for forced .w first...
2020-07-20 Shamus HammonsReign in internal help back to 80 columns. :-P
2020-07-17 Shamus HammonsVersion bump for last commit + ws cleanups. Now at...
2020-07-17 ggnSlight revamp of the optimisation system, featuring...
2020-07-17 ggnFix for bug #165: apply checks when transforming adda...
2020-07-17 ggnUpdates to the manual for .opt and .incbin
2020-07-17 Shamus HammonsFix for bug #157 (token buffer overflow with long lines).
2020-07-04 Shamus HammonsAdd sanity checks to input line tokenizer. Probably...
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-07-04 Shamus HammonsFix for bug #149; thanks to ggn for the patch. Now...
2020-07-04 Shamus HammonsAccidentally committed wrong makefile. :-/
2020-07-04 Shamus HammonsVersion bump for last commit; now at v2.0.14.
2020-07-04 ggnFix gcc10/clang link errors by adding "extern" to expor...
2020-05-08 Shamus HammonsVersion bump for latest patch. Now at v2.0.13.
2020-05-08 James JonesProperly advance past register bank specifier
2020-03-02 Shamus HammonsVersion bump for last commit; now at v2.0.12.
2020-03-02 ggnSupplementary fix for bug #140. Apparently bf4dbb286011...
2020-02-28 Shamus HammonsAdded check to see that include paths actually exist.
2020-01-17 Shamus HammonsVersion bump for last commits; now at v2.0.10.
2020-01-17 ggnAdd support for some missing ptestr/ptestrw/fsmove...
2020-01-17 ggnAdded new optimisation option "+op" which enforces...
2020-01-15 ggnForgotten file for the VS project
2020-01-15 Shamus HammonsFixes for bug #144 (unitialized code paths in 6502...
2020-01-10 Shamus HammonsVersion bump for previous commits; now at v2.0.8.
2020-01-10 Shamus HammonsFurther fix for bug #135 (added RISC error reporting).
2020-01-10 ggnIntroducing new switch -fr which outputs binaries assem...
2020-01-10 ggnFix for #145 - addressing mode mask was not restrictive...
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 ggnUpdated VS2015 project files, it should now build out...
2020-01-03 Shamus HammonsEOY minor update.
2020-01-03 Shamus HammonsMinor changes and version bump for prior commit; now...
2020-01-03 ggnYet another fix for bug #77 - eval is now uint64_t...
2020-01-02 Shamus HammonsFix for bug #140 (unusual COFF writer case); now at...
2020-01-02 ggnLong forgotten helper script which is used to create...
2020-01-02 Shamus HammonsVersion bump for the last few commits. Now at v2.0.3.
2020-01-02 ggnAdded DSM directive for 56001 mode (and not only)....
2020-01-02 ggnUpdated documentation for v2.0.0
2020-01-02 ggnImplement ^^FILESIZE unary operator that returns the...
2020-01-01 ggnWhen expanding macro parameters ("\{param_name}") insid...
2020-01-01 ggnMore correct calculation of ^^ABSCOUNT. Also updated...
2019-08-09 Shamus HammonsMinor code cleanups. dsp56k
2019-08-09 Shamus HammonsFix a few minor problems with 030 mode PC relative...
2019-08-08 Shamus HammonsAdded missing d_ds handling, add kludge for 56K fixups.
2019-08-08 Shamus HammonsForgot to update the copyright in rmac.c. D'oh! :-P
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-08-20 Shamus HammonsNow we're pretty sure that the codebase doesn't cause...
2018-06-23 Shamus HammonsCleanup of codebase and initial commit of 56K assembler...
2018-06-03 Shamus HammonsMinor fixups.
2018-05-16 Shamus HammonsVersion bump for last commit; now at version 1.13.5.
2018-05-16 ggnBug fix in flognp1. Better handling of cpbcc/fbcc/pbcc...
2018-05-16 Shamus HammonsVersion bump for last patch; now at v1.13.4.
2018-05-16 ggnFix for bug 120. AND can never accept an address regist...
2018-05-16 ggnDon't print bogus message about optimising long address...
2018-05-15 Shamus HammonsVersion bump for last commit. Now at version 1.13.2.
2018-05-15 ggnRemove hacky code that truncates absolute addresses...
2018-02-27 Shamus HammonsMinor tweak for OP data address fixups. Now at version...
2018-02-26 Shamus HammonsAdded Jaguar Object Processor assembler.
2018-02-24 Shamus HammonsFix for subtle bug in the expression analyzer.
2018-02-10 Shamus HammonsAdd fixup stubs for FU_FLOATfoo types. Now at version...
2018-02-10 Shamus HammonsCleanups for the RISC assembler. Now at version 1.12.3.
next