1. 14 Jan, 2023 1 commit
  2. 13 Dec, 2011 1 commit
    • Robert Sprowson's avatar
      Resolve double inclusion warning in the makefile. · 52af3992
      Robert Sprowson authored
      Internationalise the "Unable to dynamically link" message from the assembler code.
      Move error numbers into their allocated range, was previously using its SWI chunk instead!
      Removed the Generic_SWI_handler veneer to TS_SWI_handler, it's not been needed for over 13 years according to CVS.
      Reorder a push to avoid deprecated instruction warning.
      Lined up code to column 17.
      Commented the service call a bit.
      Used only the specific range needed in OS_SynchroniseCodeAreas for speed.
      
      Version 0.15. Tagged as 'TinyStubs-0_15'
      52af3992
  3. 19 Jan, 2010 1 commit
    • ROOL's avatar
      Incremented version number, no other change. · c10b1082
      ROOL authored
      Previous changes were untagged, but incrementing the version number gives
      us a tag we can associate with the official RISC OS 5.16 release.
      
      Version 0.14. Tagged as 'TinyStubs-0_14'
      c10b1082
  4. 07 Jul, 2009 1 commit
    • Jeffrey Lee's avatar
      Makefile fix for ROM builds · 257f0a5c
      Jeffrey Lee authored
      Detail:
      Specify RESFSDIR so resources are built for ROM builds
      Admin:
      Tested on rev C2 beagleboard with OMAP3 ROM build
      
      
      Version 0.13. Not tagged
      257f0a5c
  5. 26 Jun, 2009 1 commit
    • Ben Avison's avatar
      Can now be built as a soft-loadable module again · e3e9401f
      Ben Avison authored
      Detail:
        Once upon a time this module could be built for RAM, and it was
        distributed in !System. But it looks like it was a manual build process,
        not controlled from a Makefile (and the Makefile didn't even have a
        standalone or install rule). Fixed by rewriting Makefile to use shared
        makefiles and conditionalising a build switch in s.jcomp. The assembler
        also needed some tweaking to make it interface properly with the APCS-32
        stubs rather than the APCS-R ones (which means there's never been a 32-bit
        softloadable version before).
      Admin:
        Requires updated Makefiles in BuildSys, to be committed shortly.
        Tested in a C Tools CD build.
      
      Version 0.13. Tagged as 'TinyStubs-0_13'
      e3e9401f
  6. 02 Dec, 2003 1 commit
  7. 04 Oct, 2000 1 commit
    • Stewart Brodie's avatar
      Uses _lib_shutdown instead of _CLib_Finalise. · 96ac6d85
      Stewart Brodie authored
      Detail:
        The former is exported by the C library build, the latter is not.
      Admin:
        Tested in Laz1UK build.
        Requires RiscOS/Sources/Libs/RISC_OSLib Library 5.17 or later
        Requires RiscOS/Library 0.55 or later
      
      Version 0.12. Tagged as 'TinyStubs-0_12'
      96ac6d85
  8. 01 Jun, 2000 1 commit
    • Stewart Brodie's avatar
      32-bit compatible code · 1f4ddf74
      Stewart Brodie authored
      Detail:
        The jump table computation and patching code is now 32-bit safe if built
          for a 32-bit machine.  Not tested.  Code still relies on the module
          it's patching being able to branch far enough to reach the newly
          patched destinations.
      Admin:
        Built.
      
      
      Version 0.11. Tagged as 'TinyStubs-0_11'
      1f4ddf74
  9. 04 May, 2000 1 commit
  10. 14 Jan, 1999 1 commit
  11. 22 Sep, 1998 1 commit
  12. 16 Sep, 1998 2 commits
    • Stewart Brodie's avatar
      Arranged for ROM modules using TinyStubs to work (by not doing anything) · d04f0ca6
      Stewart Brodie authored
      Detail:
        Moved to srccommit.
        Replaced static header file with one generated correctly by CMHG.
        Replaced some magic numbers with SWI name symbols from header file.
        TinySupport_Share now does nothing except increment the usage count.
        This is necessary to stop clients from failing in mysterious and
        unpredictable ways when they access __ctype or __errno (or any other
        static library data to which they have a direct pointer not returned by
        the library itself).
      Admin:
        Built from clean.
      
      Version 0.07. Tagged as 'TinyStubs-0_07'
      d04f0ca6
    • Stewart Brodie's avatar
      created by srccommit. · abec3287
      Stewart Brodie authored
      abec3287
  13. 15 Sep, 1998 1 commit
  14. 13 Oct, 1997 1 commit
    • Richard Buckley's avatar
      Build process improvements : · b121e5d4
      Richard Buckley authored
      * Standardised make process in common will all other modules in build.
      * Internal and external toolbox libraries and headers exported to
        <Lib$Dir>.tboxlibint and <Lib$Dir>.tboxlibs respectivly.
      * Resources now localised.
      * Local !MkClean and !MkRom now use amu_machine.
      b121e5d4
  15. 08 Jul, 1997 1 commit
  16. 13 May, 1997 1 commit
  17. 15 Apr, 1997 2 commits
  18. 21 Jan, 1997 1 commit
  19. 20 Jan, 1997 1 commit
  20. 29 Nov, 1996 2 commits
  21. 21 Nov, 1996 3 commits
  22. 05 Nov, 1996 2 commits