- 22 Nov, 2000 1 commit
-
-
Simon Forrest authored
Detail: * Both rlib and clib now contain resources for SAfrica: a simple copy of the UK set. Admin: * Noted as a failure in development Bethany build. Version 5.01, 4.16.2.5. Tagged as 'RISC_OSLib-5_01-4_16_2_5'
-
- 14 Aug, 2000 1 commit
-
-
David Cotton authored
Detail: The Australia and Ireland resources had been added to clib, but not rlib. They have now been added to rlib. Admin: Untested. Version 5.01, 4.16.2.4. Tagged as 'RISC_OSLib-5_01-4_16_2_4'
-
- 01 Aug, 2000 1 commit
-
-
Justin Fletcher authored
Detail: * Spain, Australia and Ireland are copies of the UK territory. Admin: These messages are rarely seen - if at all - but are required by SCL if it wants to work in those territories. Version 5.01, 4.16.2.3. Tagged as 'RISC_OSLib-5_01-4_16_2_3'
-
- 10 Jul, 2000 1 commit
-
-
Justin Fletcher authored
Detail: * It's possible that Customer A are going to want a Spanish language version. In case this is the case, this set of resources will allow SCL to build. Admin: Just copied the resources. They may need translating at some later point. Version 5.01, 4.16.2.2. Tagged as 'RISC_OSLib-5_01-4_16_2_2'
-
- 20 Jun, 2000 2 commits
-
-
Justin Fletcher authored
Detail: * Copied UK resources to Turkey, Italy, France, Germany for Bethany build. Admin: Dupe of changes on Trunk; needed on a branch because otherwise many other components need dragging in. Version 5.01, 4.16.2.1. Tagged as 'RISC_OSLib-5_01-4_16_2_1'
-
ROOL authored
Sprout from master 2000-01-14 09:12:18 UTC Simon Forrest <sforrest@gitlab.riscosopen.org> ' * Further message changes for the Lazarus project.' Cherrypick from master 2000-06-20 10:51:49 UTC Justin Fletcher <jfletche@gitlab.riscosopen.org> ' Support for additional SCL resources in multi-language builds.': clib/Resources/France/Messages clib/Resources/Italy/Messages clib/Resources/Turkey/Messages rlib/Resources/France/Messages rlib/Resources/France/RCA/Messages rlib/Resources/Germany/Messages rlib/Resources/Germany/RCA/Messages rlib/Resources/Italy/Messages rlib/Resources/Italy/RCA/Messages rlib/Resources/Turkey/Messages rlib/Resources/Turkey/RCA/Messages Cherrypick from StrongARM 1996-11-05 19:56:31 UTC Neil Turton <nturton@gitlab.riscosopen.org> 'Import from cleaned 370 CD': Mk_mjs,fd7
-
- 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 5 commits
-
-
Simon Middleton authored
-
Simon Middleton authored
-
Simon Middleton authored
-
Simon Middleton authored
Merged Spinner branch changes onto trunk (new RCA messages files and Makefile changes). Convert to srccommit while we're at it. Removed a few $Revision's to prevent future spurious merge clashes. Version 4.87. Tagged as 'RISC_OSLib-4_87'
-
Simon Middleton authored
-
- 21 Aug, 1998 1 commit
-
-
Richard Manby authored
If a module written in C uses function getenv, buffer space is allocated in the RMA. This buffer was never freed, leading to RMA leakage when the module was 'RMKill'ed or 'RMReInit'ed. Changes c.armsys added function _terminate_getenv to free the buffer c.stdlib added flag getenv_finalised to the exit_s structure initialised getenv_finalised in function _exit_init atexit tests getenv_finalised, calls _terminate_getenv s.version version string changed to 4.86 (27 Jul 1998)
-
- 19 Sep, 1997 1 commit
-
-
Kevin Bracey authored
-
- 09 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 01 May, 1997 3 commits
-
-
Kevin Bracey authored
-
Kevin Bracey authored
-
Kevin Bracey authored
-
- 21 Jan, 1997 3 commits
-
-
Neil Turton authored
-
Neil Turton authored
-
Neil Turton authored
-
- 16 Dec, 1996 1 commit
-
-
Neil Turton authored
-
- 21 Nov, 1996 1 commit
-
-
Neil Turton authored
-
- 05 Nov, 1996 1 commit
-
-
Neil Turton authored
-