Commits (4)
-
Jeffrey Lee authored
Detail: s/Backup, s/Format - Avoid unnecessary remainder calculation in DivRem macro Admin: Tested on Cortex-A15 Version 1.09. Tagged as 'ADFSFiler-1_09'
34b861d4 -
Robert Sprowson authored
Requires BuildSys-6_91. Version 1.10. Tagged as 'ADFSFiler-1_10'
9a765cd8 -
Robert Sprowson authored
While the behaviour introduced with Ursula whereby files can be dropped on the iconbar filer icon to start a copy/move operation, there is a hidden bit of functionality that you can set an alternative destination directory other than the root. This is governed by a system variable, however Acorn's implementation erroneously called this a path, when in fact it's a directory (no trailing dot). RISC OS Ltd fixed this by the time RISC OS 4.00 came along, so this change brings this filer into sync. For reference, the variable is "FSTitle + Filer$DefaultDir", where FSTitle can be found by calling OS_FSControl 33. eg. SCSIFiler$DefaultDir SDFSFiler$DefaultDir ADFSFiler$DefaultDir Version 1.11. Tagged as 'ADFSFiler-1_11'
4f75a3b2 -
Jeffrey Lee authored
Detail: s/ADFSFiler - The commenting out of the MOV R5,#0 line in a previous bug fix left a null pointer dereference in the code when EnumFormats_Flags is checked. Examination of the code suggests the intent was to use the MOV R5,#0 to skip the EnumFormats_Flags check, so modify the preceeding CMP to check for R5=0 or R0=0. Admin: Tested in Iyonix ROM softload Fixes issue #436 https://www.riscosopen.org/tracker/tickets/436 Version 1.12. Tagged as 'ADFSFiler-1_12'
fc930421
Showing