1. 15 Jun, 2022 2 commits
    • ROOL's avatar
      Import of ABCLib 5.01 · b3579e7f
      ROOL authored
      Detail:
        Workaround library workspace corruption with old client apps
      
      Version 1.05. Tagged as 'System-1_05'
      b3579e7f
    • ROOL's avatar
      Import of ABCLib 5.01 · aa8c3b28
      ROOL authored
      Detail:
        Workaround library workspace corruption with old client apps
      
      Version 1.05. Tagged as 'System-1_05'
      aa8c3b28
  2. 18 May, 2022 2 commits
    • ROOL's avatar
      Import of ABCLib 5.00 · 51d65b55
      ROOL authored
      Detail:
        Add run time support for VFP
      
      Version 1.04. Tagged as 'System-1_04'
      51d65b55
    • ROOL's avatar
      Import of ABCLib 5.00 · f927e8a5
      ROOL authored
      Detail:
        Add run time support for VFP
      
      Version 1.04. Tagged as 'System-1_04'
      f927e8a5
  3. 17 Jan, 2022 2 commits
  4. 09 Oct, 2021 2 commits
    • ROOL's avatar
      Import of ABCLib 4.21 · 200a82dc
      ROOL authored
      Detail:
        Corrections to the encoding of some FPA opcodes.
      
      Version 1.02. Tagged as 'System-1_02'
      200a82dc
    • ROOL's avatar
      Import of ABCLib 4.21 · 6bcb1633
      ROOL authored
      Detail:
        Corrections to the encoding of some FPA opcodes.
      
      Version 1.02. Tagged as 'System-1_02'
      6bcb1633
  5. 13 Nov, 2019 2 commits
    • ROOL's avatar
      Import of ABCLib 4.20 · 8c20d883
      ROOL authored
      Detail:
        Run time portion of !ABC 4.20 for accepting hex numbers in mixed case.
      
      Version 1.01. Tagged as 'System-1_01'
      8c20d883
    • ROOL's avatar
      Import of ABCLib 4.20 · 50e0c617
      ROOL authored
      Detail:
        Run time portion of !ABC 4.20 for accepting hex numbers in mixed case.
      
      Version 1.01. Tagged as 'System-1_01'
      50e0c617
  6. 07 May, 2017 2 commits
  7. 04 Jan, 2017 2 commits
    • ROOL's avatar
      Import of ABCLib 4.18 · 7464817b
      ROOL authored
      Detail:
        Fix to restore error message on return from a SWI in a service module when the ERROR keyword is used.
        Make library functions patched at run time work with PROCs and FNs which are further from the RMA than the branch range of B/BL.
        Thanks to Pineapple software for their help with this update.
      
      Version 0.99. Tagged as 'System-0_99'
      7464817b
    • ROOL's avatar
      Import of ABCLib 4.18 · 6f9bcbb8
      ROOL authored
      Detail:
        Fix to restore error message on return from a SWI in a service module when the ERROR keyword is used.
        Make library functions patched at run time work with PROCs and FNs which are further from the RMA than the branch range of B/BL.
        Thanks to Pineapple software for their help with this update.
      
      Version 0.99. Tagged as 'System-0_99'
      6f9bcbb8
  8. 04 Jan, 2015 2 commits
  9. 28 Sep, 2013 4 commits
  10. 09 May, 2013 2 commits
  11. 06 May, 2013 4 commits
    • Robert Sprowson's avatar
      Change means of icon obliteration · 9d9276c5
      Robert Sprowson authored
      Using a manual IfThere ensures that if someone opens a !System distribution (with no sprites) there's no attempt to stomp on the user's sprite.
      However, IfThere is in BootCommands, and that's not loaded on RISC OS 3.50 until after !System (because it needs the C library).
      Change to look for non-setted-ness of System$Dir.
      
      Retagged as System-0_95.
      9d9276c5
    • Robert Sprowson's avatar
      Change means of icon obliteration · 81331bbc
      Robert Sprowson authored
      Using a manual IfThere ensures that if someone opens a !System distribution (with no sprites) there's no attempt to stomp on the user's sprite.
      However, IfThere is in BootCommands, and that's not loaded on RISC OS 3.50 until after !System (because it needs the C library).
      Change to look for non-setted-ness of System$Dir.
      
      Retagged as System-0_95.
      81331bbc
    • Robert Sprowson's avatar
      Readd 2nd iconsprites to !Boot · 911eedc0
      Robert Sprowson authored
      Having recently removed it, this no longer deals with the case when !System is run early in the boot sequence (to get the C library loaded for the rest of !Boot) at which time Wimp$IconTheme isn't set (unless the Wimp is in ROM).
      This extra *ICONSPRITES ensures the icon is right after booting.
      
      Version 0.95. Tagged as 'System-0_95'
      911eedc0
    • Robert Sprowson's avatar
      Readd 2nd iconsprites to !Boot · e7e534ec
      Robert Sprowson authored
      Having recently removed it, this no longer deals with the case when !System is run early in the boot sequence (to get the C library loaded for the rest of !Boot) at which time Wimp$IconTheme isn't set (unless the Wimp is in ROM).
      This extra *ICONSPRITES ensures the icon is right after booting.
      
      Version 0.95. Tagged as 'System-0_95'
      e7e534ec
  12. 04 May, 2013 2 commits
  13. 15 Apr, 2013 2 commits
    • Robert Sprowson's avatar
      Makefile ammended to not give up when USERIF=None · 7d322c5b
      Robert Sprowson authored
      For generating !System we are careful to not include any sprites (because these would override the ones on the user's system which may not match the default USERIF for the build), this is achieved by locally passing in USERIF=None.
      However, this then stops the install rule because it expands and fails to find a directory called 'None'.
      * New dummy target created for install_sprites (as opposed to lots of IfThere commands)
      * !Boot no longer iconsprites since it only calls !Run which does the same
      * Removed !Mk as the all target did nothing useful
      
      Version 0.93. Tagged as 'System-0_93'
      7d322c5b
    • Robert Sprowson's avatar
      Makefile ammended to not give up when USERIF=None · ee273adc
      Robert Sprowson authored
      For generating !System we are careful to not include any sprites (because these would override the ones on the user's system which may not match the default USERIF for the build), this is achieved by locally passing in USERIF=None.
      However, this then stops the install rule because it expands and fails to find a directory called 'None'.
      * New dummy target created for install_sprites (as opposed to lots of IfThere commands)
      * !Boot no longer iconsprites since it only calls !Run which does the same
      * Removed !Mk as the all target did nothing useful
      
      Version 0.93. Tagged as 'System-0_93'
      ee273adc
  14. 19 Sep, 2012 2 commits
    • Robert Sprowson's avatar
      Install alternate !System icons · 9b27f289
      Robert Sprowson authored
      To save a little disc space the default is the RISC OS 5 cream colour folder, hence only the deltas (Ursula and Morris4) are needed.
      Also, !Boot moved out of UK directory.
      
      Version 0.92. Tagged as 'System-0_92'
      9b27f289
    • Robert Sprowson's avatar
      Install alternate !System icons · 5e838b85
      Robert Sprowson authored
      To save a little disc space the default is the RISC OS 5 cream colour folder, hence only the deltas (Ursula and Morris4) are needed.
      Also, !Boot moved out of UK directory.
      
      Version 0.92. Tagged as 'System-0_92'
      5e838b85
  15. 16 Sep, 2012 2 commits
  16. 02 Sep, 2012 2 commits
    • Robert Sprowson's avatar
      Build fix fix · e63124e6
      Robert Sprowson authored
      See changelog for revision 4.16.
      This had the problem that this component is just a container and a lot of extra stuff is deposited on top later in the install process.
      Result was that anything alphabetically earlier in the components file got deleted!
      e63124e6
    • Robert Sprowson's avatar
      Build fix fix · 21da2402
      Robert Sprowson authored
      See changelog for revision 4.16.
      This had the problem that this component is just a container and a lot of extra stuff is deposited on top later in the install process.
      Result was that anything alphabetically earlier in the components file got deleted!
      21da2402
  17. 01 Sep, 2012 2 commits
  18. 31 Aug, 2012 2 commits
    • Ben Avison's avatar
      Build fix · 03569cc5
      Ben Avison authored
      Detail:
        Install rule could only be run once because the redirection of the output
        of awk failed because the file already existed and was read-only. Fixed by
        wiping the destination directory before we start.
      Admin:
        Checked in a disc build.
      
      Retagged as 'System-0_89'
      
      Version 0.89. Not tagged
      03569cc5
    • Ben Avison's avatar
      Build fix · 8438b0b0
      Ben Avison authored
      Detail:
        Install rule could only be run once because the redirection of the output
        of awk failed because the file already existed and was read-only. Fixed by
        wiping the destination directory before we start.
      Admin:
        Checked in a disc build.
      
      Retagged as 'System-0_89'
      
      Version 0.89. Not tagged
      8438b0b0