]> Shamusworld >> Repos - rmac/shortlog
rmac
2023-06-19 Shamus HammonsVersion bump for last commit. :-) master v2.2.18
2023-06-19 ggn- If ^^filesize could not open the requested file,...
2023-03-20 Shamus HammonsFix to placate the Visual Studio(TM) gods. v2.2.17
2023-03-20 Shamus HammonsFix bug in d_incbin() (found by ggn). :-) v2.2.16
2023-03-19 Shamus HammonsVersion bump for last commit. v2.2.15
2023-03-19 ggnTentative fix for bug #218 - allow unresolved symbols...
2022-12-21 Shamus HammonsFixes for bugs #211-213, submitted by Bastian Schick... v2.2.14
2022-12-21 ggnFix for #210 - 6502 mode with -fr working v2.2.13
2022-12-21 ggnFix for #209 - forbid exporting expressions with unreso... v2.2.12
2022-12-21 Shamus HammonsFiles missed in the last commit. :-P v2.2.11
2022-12-21 ggnAdded support for C64 .PRG output format (#194)
2022-12-21 ggnFix for #216 - add token scanner to assist ea expressio... v2.2.10
2022-12-21 ggnRewrote .incbin's parsing and checks for position and... v2.2.9
2022-12-21 ggnFix for #199 - stop tokenising after the first symbol... v2.2.8
2022-08-16 Shamus HammonsVersion bump for last commit. v2.2.7
2022-08-16 James JonesFix ccdef
2022-08-16 Shamus HammonsVersion bump for last commit. v2.2.6
2022-08-16 ggnIntroducing .align directive, thanks to Bastian Schick...
2022-08-16 Shamus HammonsVersion bump for last round of patches. v2.2.5
2022-08-16 James JonesSupport -g debug info generation
2022-08-16 James JonesAdd NewDebugSymbol(): stabs symbol factory
2022-06-27 Shamus HammonsVersion bump for latest commits. v2.2.4
2022-06-27 ggnFix for #203. Thanks to Steven Tattersall for the report.
2022-06-27 James JonesFix pack/unpack instructions
2022-06-27 ggnAdded "-4" switch that enables C style operator precede...
2022-06-27 Shamus HammonsMinor fix to kill unnecessary field YPOS in gpuobj... v2.2.3
2022-05-30 Shamus HammonsFix to prevent defined registers/CCs from being exporte... v2.2.2
2022-05-30 Shamus HammonsAdded more things to .gitignore. \o/ v2.2.1
2022-05-30 ggnRemoved redundant table
2022-05-30 ggnPrinting a listing with -l* now doesn't print \f charac...
2022-05-30 ggnFix for #159: Split register sets according to architec...
2022-05-30 ggnGet rid of some old and deprecated macros
2022-05-30 Shamus HammonsVersion bump for following patch.
2022-05-30 Shamus HammonsAdded missing intern error text, version bump for last... v2.2.0
2022-05-30 ggnAddendum for #193: Do less tokenisation processing...
2022-05-30 ggn.equr overhaul part 5: enabled .equr for all registers...
2022-05-30 ggnRemoved some dead code, as well as all gpu/dsp regbank...
2022-05-30 ggnFix for ^^filesize (these kind of hacks need to go...
2022-05-30 ggn.equr overhaul part 4: handle equrundef (and the other...
2022-05-30 ggn.equr overhaul part 3: store and handle banks in .equr...
2022-05-30 ggn.equr overhaul part 2: added equr evaluation during...
2022-05-30 ggn.equr overhaul part 1: remove gpu/dsp only restriction...
2022-05-30 Shamus HammonsVersion bump for latest patches. v2.1.14
2022-05-30 Shamus HammonsDocumentation changes missing from last commit. :-P
2022-05-30 ggnFixed a wrong optimisation switch test, corrected some...
2022-05-30 ggnProposed fix for bug #182 (ds.X doesn't work with relat...
2022-05-30 ggnUpdate .s documentation
2021-10-30 Shamus HammonsVersion bump for latest patches. v2.1.13
2021-10-30 ggnFix for incbin not including the exact requested bytes...
2021-10-30 ggnAdded more descriptive names for internal errors. Thank...
2021-10-30 ggnPotential fix for bug #175: don't add EQURd symbols...
2021-08-20 Shamus HammonsVersion bump for latest commits. v2.1.12
2021-08-20 ggnAdd new optimisation switches for 56001 mode that were...
2021-08-20 ggnAddresses issue #185 - all optimisations off by default
2021-08-20 Shamus HammonsVersion bump for last commit. v2.1.11
2021-08-20 ggnFix for bug #187 - add more strict checks for .incbin...
2021-08-20 Shamus HammonsVersion bump for last commit. v2.1.10
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. :-)
next