- 19 Oct, 2000 1 commit
-
-
Paul Skirrow authored
OS_ReadVarVal. Detail: getenv calls OS_ReadVarVal to read a system variable into a buffer. If the buffer is not big enough it increases the size of the buffer by 256 bytes and tries again. However, the first time it was called, it would have no buffer and would call OS_ReadVarVal with r2=-1. The PRM says this "may" return an error which should be ignored, but if it did not return an error then getenv would not allocate a buffer and the call would fail. This change allocates a 256 byte buffer before OS_ReadVarVal is called. Admin: Untested. Version 5.20. Tagged as 'RISC_OSLib-5_20'
-
- 17 Oct, 2000 1 commit
-
-
Kevin Bracey authored
* First attempt at a working 32-bit overlay manager. Untested. Version 5.19. Not tagged
-
- 16 Oct, 2000 1 commit
-
-
Stewart Brodie authored
Detail: This code would only work in 26-bit modes, since it stored the output flags using STR pc, [sp, #4*4]!. When {CONFIG} is 32, it stores the CPSR instead. Admin: Tested in 32-bit Lazarus build - this fixes the RCMMDriver stiffing (because it sits with interrupts off waiting for the C flag to be set on exit from an OS_Byte call it calls through _swix) Version 5.19. Tagged as 'RISC_OSLib-5_19'
-
- 09 Oct, 2000 1 commit
-
-
Stewart Brodie authored
Detail: _kernel_setenv(varname, NULL) should delete the variables. It now does. Admin: Tested in module. Version 5.18. Tagged as 'RISC_OSLib-5_18'
-
- 03 Oct, 2000 1 commit
-
-
Kevin Bracey authored
Version 5.17. Tagged as 'RISC_OSLib-5_17'
-
- 02 Oct, 2000 2 commits
-
-
Stewart Brodie authored
Fixed bug in getenv() relating to macro and numeric system variables. Detail: Uses SYMDEFS file to avoid messing around with generating little text files, generating assembler source, assembling it etc. abssym et al are construct as symbol definition template files and then updated directly by the linker ready for export. The linker can use these files directly without needing them to be assembled into AOF format. Fixed getenv so that it can read macro and numeric variables. With these variable types, R2 does not equal -length of the variable value, so trying to obtain a variable with a larger value than any previously read variable would fail. This is now fixed. This module will refuse to build without link 5.19 or later. Admin: Requires Library 0.54 or later. This component will not build with Library 0.53 or earlier. Version 5.16. Tagged as 'RISC_OSLib-5_16'
-
Kevin Bracey authored
* Correction to static base location in modulewrap - was affecting some DSL 4000 video software. Version 5.15. Tagged as 'RISC_OSLib-5_15'
-
- 14 Sep, 2000 1 commit
-
-
Stewart Brodie authored
Detail: %#x shows a leading 0x (and %#X leads with 0X) only when the value to be displayed is NOT zero. Admin: Cross-verified against: C89 standard; C9X standard; gcc 2.95 implementation. Built. Version 5.14. Tagged as 'RISC_OSLib-5_14'
-
- 17 Aug, 2000 1 commit
-
-
Stewart Brodie authored
Detail: Due to a dependency cockup, the C library wasn't being relinked properly during rom_link, so all the symbols exported in abssym files pointed to the locations the previous build was linked at. This is now fixed by the addition of a new pseudo-target. Admin: Tested clean and incremental build and verified the abssym file. Checked the build log to ensure relinking was occurring. Versions 5.11 and 5.12 of this component are fundamentally flawed. Version 5.13. Tagged as 'RISC_OSLib-5_13'
-
- 15 Aug, 2000 1 commit
-
-
David Cotton authored
Detail: These had been missed during earlier translation efforts. Admin: Tested in a Lazarus build. Version 5.12. Tagged as 'RISC_OSLib-5_12'
-
- 11 Aug, 2000 1 commit
-
-
Stewart Brodie authored
Detail: This component now supports multiple TARGETs being passed in: Pass in CLib for a minimal C library excluding RISC_OSLib. Pass in RISC_OSLib to continue to build the full thing. BuildSys will be modified to make SharedCLibrary build ONLY the minimal library - this may mean that products that are to be updated may have to alter their components file to take the new SharedRISC_OSLib component instead of the SharedCLibrary target. syms.A_Entries is now automatically generated from C_Entries because this is the easiest way to generate the file. If extra symbols are added to C_Entries, they will need to be removed by the egrep command which strips out _swi and _swix. Makefile tidied to be more careful about ${COMPONENT} and ${TARGET} clean_all rule improved to really clean things properly. Admin: Tested in STB400-2M build and on desktop build. Requires BuildSys-2_41 or later. Version 5.11. Tagged as 'RISC_OSLib-5_11'
-
- 03 Jul, 2000 1 commit
-
-
Kevin Bracey authored
C library now has a default message for C71 (Calling standard no longer supported), so you get a meaningful message if soft-loading a new version. No code changes. Version 5.10. Tagged as 'RISC_OSLib-5_10'
-
- 20 Jun, 2000 2 commits
-
-
Justin Fletcher authored
Version 5.09. Tagged as 'RISC_OSLib-5_09'
-
Justin Fletcher authored
Detail: * Copied UK resources to Italy, Germany (excepting where already present), France and Turkey for multi-language builds. LocalRes: cannot be used here, because of the clib/rlib prefixes on the resource paths. Note: These languages will need translating at some point, but are not generally user visible. Admin: Required for multiple language build of Bethany. Version 5.08. Not tagged
-
- 16 May, 2000 1 commit
-
-
Kevin Bracey authored
OS_ReadSysInfo 6. Version 5.08. Tagged as 'RISC_OSLib-5_08'
-
- 10 May, 2000 1 commit
-
-
Kevin Bracey authored
Version 5.07. Tagged as 'RISC_OSLib-5_07'
-
- 09 May, 2000 1 commit
-
-
Kevin Bracey authored
Version 5.06. Tagged as 'RISC_OSLib-5_06'
-
- 28 Apr, 2000 2 commits
-
-
Andrew Hodgkinson authored
Version 5.05. Not tagged
-
Andrew Hodgkinson authored
Detail: UsePathForHelpMessages switch added - if the symbol is defined, Messages are obtained from <AppName>:Messages, requiring an <AppName>$Path system variable. Previously, they were always fetched from Resources which is only correct if the module is in ROM. This only influences the ability to give sensible *help output for *help Desktop_<AppName>. In addition, KJB added code to export the module private word pointer as 'module_private_word_ptr'. Admin: Tested inside PlugPlay RAM module build. Version 5.05. Tagged as 'RISC_OSLib-5_05'
-
- 10 Apr, 2000 1 commit
-
-
John Beranek authored
Detail: Updated translations for C55,C57,C58 in CLib messages. Version 5.04. Tagged as 'RISC_OSLib-5_04'
-
- 07 Mar, 2000 2 commits
-
-
Stewart Brodie authored
Detail: New script will search the export directory for headers that should be exported SWI symbols for it and only cause them to be included if it finds the header file. This means that unless a component in your build actually needs the SWI symbols from another component, you no longer require that component to be in your modules file purely to enable successful generation of swis.h Admin: Test build performed. Version 5.03. Tagged as 'RISC_OSLib-5_03'
-
Kevin Bracey authored
This is the standard RISC OS convention (cf OS_NewLine) - some apps assume it when redirecting output. Version 5.02. Tagged as 'RISC_OSLib-5_02'
-
- 14 Jan, 2000 1 commit
-
-
Simon Forrest authored
Detail: * More minor message alterations: removed "Network Computer" and replaced this with "system", since this is generic. Also brought the other resources up-to-date by including messages missing from the non-UK resources. Admin: * Checked but untested. (These additional changes made after having discovered the phrase "Network Computer" within "rlib" during a search across the whole of the Lazarus sources; hopefully, I have found them all this time!) Version 5.01. Tagged as 'RISC_OSLib-5_01'
-
- 13 Jan, 2000 1 commit
-
-
Simon Forrest authored
Detail: * Modified the text of the C library error C55, C57 and C58. They no longer refer to the "Network Computer" and now preserve both PC and register information. (The actual error string remains suppressed, however.) [Fault fix for fault ID 1119.] Admin: * Untested. Affects RCA resources only. Version 5.00. Tagged as 'RISC_OSLib-5_00'
-
- 25 Nov, 1999 3 commits
-
-
Stewart Brodie authored
-
Stewart Brodie authored
Detail: amu cleverly sets Sys$ReturnCode to zero just prior to executing any command from the Makefile, hence checking for Sys$ReturnCode does not work. Script changed to look for AMU$ReturnCode which is (in amu 5.06 and later) the return code of the previous command. However, since the variable will not be set by earlier versions of amu, the behaviour of always copying the file will return until amu 5.06 appears in the build. Admin: Tested manually. Version 4.99. Tagged as 'RISC_OSLib-4_99'
-
Stewart Brodie authored
Detail: The Makefile now performs a diff of CLIB:h.swis and derived.swis in order to determine whether it needs to export the header or not. This can save compilation time if the header file has not changed since it used to cause virtually all C code to recompile. s/makeswish now imports Hdr:Machine.<Machine> and executes $GetIO to ensure that the Portable module header export functions correctly. Admin: Tested. Version 4.98. Tagged as 'RISC_OSLib-4_98'
-
- 10 Nov, 1999 1 commit
-
-
Kevin Bracey authored
It also copes with STFE now - it was totally broken. 32-bit stubs and corresponding LibInit SWIs created. All rather untested. Version 4.97, 4.12.2.3. Tagged as 'RISC_OSLib-4_97-4_12_2_3'
-
- 22 Sep, 1999 1 commit
-
-
Stewart Brodie authored
Detail: Somebody had modified the SWI call to Territory_Collate to be done via _swix instead of _kernel_swi, but didn't remove the _kernel_swi_regs variable (r) and didn't change the function return value to return the new "ret" variable instead of r.r[0] which gives arbitrary results - in particular it confuses qsort. Admin: Tested that it builds. Version 4.97. Tagged as 'RISC_OSLib-4_97'
-
- 21 Sep, 1999 1 commit
-
-
Stewart Brodie authored
Detail: If qsort is passed an invalid base pointer and the number of entries is zero, then due to some pointer artihmetic going wrong, it aborts. The fix is to trap zero length arrays and exit quickly. Admin: Required by cmhg prior to version 5.20 which had an explicit fix to prevent triggering this bug. Reportedly this fix is required by PhotoDesk prior to version 3.03. Version 4.96. Tagged as 'RISC_OSLib-4_96'
-
- 09 Jul, 1999 1 commit
-
-
Kevin Bracey authored
ROM patches. fp and lr are now set correctly before calling a SWI. This allows much better recovery if the SWI aborts or generates an error. Version 4.95. Tagged as 'RISC_OSLib-4_95'
-
- 12 May, 1999 1 commit
-
-
Stewart Brodie authored
Added protection for cfront inclusion of stdint.h to ensure inclusion is faulted. Admin: Tested. Sources which are compiled -fussy will require Norcroft cc version 5.11 or later in order to avoid the warning about the use of an undefined macro in an #if pre-processor statement and to avoid the non-ANSI include warning. Version 4.94. Tagged as 'RISC_OSLib-4_94'
-
- 11 May, 1999 1 commit
-
-
Kevin Bracey authored
Added <stdbool.h>, <iso646.h>, <stdint.h> and <inttypes.h>, as per the current ISO C9X FDIS, as far as is possible given a non-C9X compiler. Version 4.93. Tagged as 'RISC_OSLib-4_93'
-
- 20 Jan, 1999 1 commit
-
-
Neil Turton authored
-
- 06 Dec, 1998 1 commit
-
-
David Cotton authored
Version 4.92. Tagged as 'RISC_OSLib-4_92'
-
- 29 Oct, 1998 1 commit
-
-
Kevin Bracey authored
A feeble hack to get Edit to display Japanese, plus a more serious attempt that doesn't work, compiled out. Version 4.91. Tagged as 'RISC_OSLib-4_91'
-
- 26 Oct, 1998 1 commit
-
-
Stewart Brodie authored
Moved template for swis.h out of asm source into separate text file. Detail: s.makehswis: The text which forms the common header for the derived swis.h is now stored externally rather than declared inline with assembler directives. h.swisheaders: The external file containing the common header. Now wraps the declarations of _swi and _swix with "#pragma -v4" to activate the _swi/_swix parameter checking for those functions. Makefile: Added dependency of derived.swis on h.swisheader Admin: Built and exported. Tested with cc 5.09 and it was happy with the new pragma (it ignores it). Tested with what will be cc 5.10 and it recognised it and started checking _swi and _swix calls. Version 4.90. Tagged as 'RISC_OSLib-4_90'
-
- 01 Oct, 1998 1 commit
-
-
Kevin Bracey authored
StrongARMfudge flag removed. StrongARM compatibility set according to AMBKernel flag in Hdr:RISCOS strftime %U and %W specifiers fixed for week 0. Version 4.89. Tagged as 'RISC_OSLib-4_89'
-
- 11 Sep, 1998 1 commit
-
-
Kevin Bracey authored
Version 4.88. Tagged as 'RISC_OSLib-4_88'
-
- 27 Aug, 1998 1 commit
-
-
Simon Middleton authored
-