- 13 Nov, 2019 1 commit
-
-
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'
-
- 07 May, 2017 1 commit
-
-
Robert Sprowson authored
Now installed from BorderUtils component. Version 1.00. Tagged as 'System-1_00'
-
- 04 Jan, 2017 1 commit
-
-
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'
-
- 04 Jan, 2015 1 commit
-
-
Robert Sprowson authored
Version 0.98. Tagged as 'System-0_98'
-
- 28 Sep, 2013 2 commits
-
-
Robert Sprowson authored
Retagged as System-0_97.
-
Robert Sprowson authored
Referred to from !Internet.!Run, but as the sources to MbufManager aren't yet published we can't build a 26 bit version from the latest sources. Instead, import version 0.17 scraped off a disc from 1996. Version 0.97. Tagged as 'System-0_97'
-
- 09 May, 2013 1 commit
-
-
Robert Sprowson authored
Looked for by !InetSetup on running, not always in ROM on early machines. Version 0.96. Tagged as 'System-0_96'
-
- 06 May, 2013 2 commits
-
-
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.
-
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'
-
- 04 May, 2013 1 commit
-
-
Robert Sprowson authored
Built from source in BuildSys-6_14. Version 0.94. Tagged as 'System-0_94'
-
- 15 Apr, 2013 1 commit
-
-
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'
-
- 19 Sep, 2012 1 commit
-
-
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'
-
- 16 Sep, 2012 1 commit
-
-
Robert Sprowson authored
For RISC OS 3.50 and 3.60. Version 0.91. Tagged as 'System-0_91'
-
- 02 Sep, 2012 1 commit
-
-
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!
-
- 01 Sep, 2012 1 commit
-
-
Robert Sprowson authored
Version 0.90. Tagged as 'System-0_90'
-
- 31 Aug, 2012 1 commit
-
-
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
-
- 28 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Required by !SwiftJPEG, but generally useful, and included on ROOL USB sticks. Binary import required as ScreenFX is based in part on some unreleased library code. Version 0.89. Tagged as 'System-0_89'
-
- 22 Jul, 2012 2 commits
-
-
Robert Sprowson authored
Recovered BorderUtil too, ThreeTen refers to it Retagged. Version 0.88. Not tagged
-
Robert Sprowson authored
It has no RMA fallback code, unlike the Toolbox module. Version 0.88. Tagged as 'System-0_88'
-
- 21 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Fixes boot problem where *WIMPMODE doesn't accept mode specifiers Version 0.87. Tagged as 'System-0_87'
-
- 19 Jul, 2012 1 commit
-
-
Robert Sprowson authored
The toolbox is considered as an important system component, like the CLibrary and FPEmulator, and it also doesn't support hot swapping once clients are registered. Previously the BASIC program UnplugTBox would brutally unplug the ROM copy then softload the (newer) disc based ones, leaving you with no toolbox in the event of a failed boot. Instead, we RMEnsure a vaguely coherent set (from the age of the browser development). Pretty much anything post RISC OS 4.00 will stick with the ROM copy. Added binary of nested Window Manager. Removed BorderUtils (the nested Window Manager obsoletes this). Version 0.86. Tagged as 'System-0_86'
-
- 15 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Requires Library-1_56. Version number bumped up to match previous hand inserted value. Version 0.85. Tagged as 'System-0_85'
-
- 07 Jan, 2012 1 commit
-
-
Robert Sprowson authored
Allows building with a bogus UserIF name to get no sprites at all (when !System might be being merged with machines of a different UserIF you don't want to opressively stomp on their sprites). Version 0.07. Tagged as 'System-0_07'
-
- 06 Jan, 2012 1 commit
-
-
Robert Sprowson authored
Move the RMEnsures to the relevant CLib and CallASWI for RISC OS 5.18. Version 0.06. Tagged as 'System-0_06'
-
- 26 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: Removed the following modules since they can be built from source: 310.Modules: BASIC64, Colours, FrontEnd, Network.URL.*, SCSIFiler 370.Modules: DDT (and it should go in 350.Modules) abs: DDT, FrontEnd (ancient Absolute versions, unused in build) Removed the following third-party modules: 310.Modules: ABIMod, SSound Added the following from the C/C++ tools CD !System: 310.Modules: 310Support.*, BorderUtil Updated !Run and !Help from the C/C++ tools CD !System Moved sprites to Iyonix subdirectory, added Morris4, Ursula and RO400 versions of the sprites (the appropriate set is selected at build time depending upon the UserIF build variable) Admin: Tested in Tools CD build. Version 0.05. Tagged as 'System-0_05'
-
- 28 Apr, 2003 1 commit
-
-
Robert Sprowson authored
Version 0.04. Tagged as 'System-0_04'
-
- 22 Mar, 2003 1 commit
-
-
Steve Revill authored
Delete !Sprites23,add RISC OS 5 sprites - this could do with sorting at some point so that you get the sprites to match your OS. Delete abs.syspath,this is now done in BASIC to avoid 32 bit problems. Moved SSound out of modules into 310 - if someone's still relying on that being in there then tough. Newer ABCLib added from Alan Glover. Now produces 400 and 500 directories. Version 0.03. Tagged as 'System-0_03'
-
- 22 Nov, 1999 2 commits
-
-
Stewart Brodie authored
Detail: DDEUtils now exists as a separate entity in the build. Admin: RiscOS/Sources/Programmer/DDEUtils contains the DDEUtils module. Version 0.02. Tagged as 'System-0_02'
-
Stewart Brodie authored
-
- 04 Oct, 1999 1 commit
-
-
Stewart Brodie authored
Detail: SysPaths now doesn't contain the OS_GBPB misuse bug (the "check if R4 is -1 before checking the count of returned objects" bug). Doesn't rely on pulling in source files from elsewhere (ie. Support library which isn't in CVS - and it won't be because it's rubbish) Doesn't rely on OSLib, but uses the built-in C library routines instead. Admin: Tested on desktop machine. Requires RMVersion 0.02 or later. (CVS: RiscOS/Sources/Programmer/RMVersion)
-
- 06 Jan, 1999 1 commit
-
-
Stewart Brodie authored
Detail: New SWI provides a method for callers to extract the current prefix directory setting for a given Wimp task without having to patch the DDEUtils module. Several external people are known to be hacking this module to obtain the information. No longer have to. Admin: Tested with small test program and against test version of Zap.
-
- 10 Aug, 1998 5 commits
-
-
Stewart Brodie authored
Detail: Comment altered to allow new commit with correct tag information. Revision 1.2 of ddeutils is sbrodie_DDEUtils-1_55 and not ...1_65. Admin: Source tag in previous checkin should have read sbrodie_DDEUtils-1_55 and not 1_65.
-
Stewart Brodie authored
Fixed R4 corruptions on SWI calls. Detail: DDEUtils corrupts R4 on some SWI calls (the throwback related ones), contrary to documentation. This register is now preserved correctly. Admin: Source tagged as sbrodie_DDEUtils-1_65
-
Stewart Brodie authored
-
Stewart Brodie authored
Binaries of DDEUtils removed. Sources of DDEUtils added and Makefile adapted to build the module as part of the build process. This is DDEUtils 1.54 (03 Jul 1996)
-
Stewart Brodie authored
Binaries of DDEUtils removed. Sources of DDEUtils added and Makefile adapted to build the module as part of the build process.
-
- 08 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 06 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 16 Dec, 1996 1 commit
-
-
Neil Turton authored
-
- 06 Nov, 1996 1 commit
-
-
Neil Turton authored
-