Home » Archimedes archive » Zipped Apps » BCPL » BCPL/armlib/History

BCPL/armlib/History

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Zipped Apps » BCPL
Filename: BCPL/armlib/History
Read OK:
File size: 0502 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
24 Feb 88   MCLib 1.6

  There was a small mistake in the Error Handler in 1.5, causing instant
  collapse if an OS Error happened.

  Also, there was a mistake in the SWI procedure, whereby the branch to the
  SWI planted on the stack could be off by a few (result: chaos).

22 Feb 88   Map 1.5

  Definition of argument to Abort changed: it is now an Arthur error code
  rather than a small integer.

22 Feb 88   IOLib 1.8

  Implementation of Date and TimeOfDay changed.  As a result, the procedures
  BinaryTime (to get current time as 5-byte quantity, as for timestamps) and
  ExplodeBinaryTime now exist.	BinaryTime, Date and Time all now work properly
  for Arthur.

  WriteF now has a %f format descriptor, for Reals.

  Fault (called on IO system faults) now no longer attempts to call Abort if
  it isn't defined.

  As a result of improvements to mclib 1.5, faults on file output are now no
  longer concealed.

22 Feb 88   MCLib 1.5

  The event handling mechanism is now capable of handling events numbered
  above 9

  Escape handling now works under Arthur

  Abort handlers are installed in the approved way, so that BCPL programs may
  be run under DBug.

  OSBPut reports errors correctly

  The SWI function has been added

  The OSByte2 function has been added.
00000000  32 34 20 46 65 62 20 38  38 20 20 20 4d 43 4c 69  |24 Feb 88   MCLi|
00000010  62 20 31 2e 36 0a 0a 20  20 54 68 65 72 65 20 77  |b 1.6..  There w|
00000020  61 73 20 61 20 73 6d 61  6c 6c 20 6d 69 73 74 61  |as a small mista|
00000030  6b 65 20 69 6e 20 74 68  65 20 45 72 72 6f 72 20  |ke in the Error |
00000040  48 61 6e 64 6c 65 72 20  69 6e 20 31 2e 35 2c 20  |Handler in 1.5, |
00000050  63 61 75 73 69 6e 67 20  69 6e 73 74 61 6e 74 0a  |causing instant.|
00000060  20 20 63 6f 6c 6c 61 70  73 65 20 69 66 20 61 6e  |  collapse if an|
00000070  20 4f 53 20 45 72 72 6f  72 20 68 61 70 70 65 6e  | OS Error happen|
00000080  65 64 2e 0a 0a 20 20 41  6c 73 6f 2c 20 74 68 65  |ed...  Also, the|
00000090  72 65 20 77 61 73 20 61  20 6d 69 73 74 61 6b 65  |re was a mistake|
000000a0  20 69 6e 20 74 68 65 20  53 57 49 20 70 72 6f 63  | in the SWI proc|
000000b0  65 64 75 72 65 2c 20 77  68 65 72 65 62 79 20 74  |edure, whereby t|
000000c0  68 65 20 62 72 61 6e 63  68 20 74 6f 20 74 68 65  |he branch to the|
000000d0  0a 20 20 53 57 49 20 70  6c 61 6e 74 65 64 20 6f  |.  SWI planted o|
000000e0  6e 20 74 68 65 20 73 74  61 63 6b 20 63 6f 75 6c  |n the stack coul|
000000f0  64 20 62 65 20 6f 66 66  20 62 79 20 61 20 66 65  |d be off by a fe|
00000100  77 20 28 72 65 73 75 6c  74 3a 20 63 68 61 6f 73  |w (result: chaos|
00000110  29 2e 0a 0a 32 32 20 46  65 62 20 38 38 20 20 20  |)...22 Feb 88   |
00000120  4d 61 70 20 31 2e 35 0a  0a 20 20 44 65 66 69 6e  |Map 1.5..  Defin|
00000130  69 74 69 6f 6e 20 6f 66  20 61 72 67 75 6d 65 6e  |ition of argumen|
00000140  74 20 74 6f 20 41 62 6f  72 74 20 63 68 61 6e 67  |t to Abort chang|
00000150  65 64 3a 20 69 74 20 69  73 20 6e 6f 77 20 61 6e  |ed: it is now an|
00000160  20 41 72 74 68 75 72 20  65 72 72 6f 72 20 63 6f  | Arthur error co|
00000170  64 65 0a 20 20 72 61 74  68 65 72 20 74 68 61 6e  |de.  rather than|
00000180  20 61 20 73 6d 61 6c 6c  20 69 6e 74 65 67 65 72  | a small integer|
00000190  2e 0a 0a 32 32 20 46 65  62 20 38 38 20 20 20 49  |...22 Feb 88   I|
000001a0  4f 4c 69 62 20 31 2e 38  0a 0a 20 20 49 6d 70 6c  |OLib 1.8..  Impl|
000001b0  65 6d 65 6e 74 61 74 69  6f 6e 20 6f 66 20 44 61  |ementation of Da|
000001c0  74 65 20 61 6e 64 20 54  69 6d 65 4f 66 44 61 79  |te and TimeOfDay|
000001d0  20 63 68 61 6e 67 65 64  2e 20 20 41 73 20 61 20  | changed.  As a |
000001e0  72 65 73 75 6c 74 2c 20  74 68 65 20 70 72 6f 63  |result, the proc|
000001f0  65 64 75 72 65 73 0a 20  20 42 69 6e 61 72 79 54  |edures.  BinaryT|
00000200  69 6d 65 20 28 74 6f 20  67 65 74 20 63 75 72 72  |ime (to get curr|
00000210  65 6e 74 20 74 69 6d 65  20 61 73 20 35 2d 62 79  |ent time as 5-by|
00000220  74 65 20 71 75 61 6e 74  69 74 79 2c 20 61 73 20  |te quantity, as |
00000230  66 6f 72 20 74 69 6d 65  73 74 61 6d 70 73 29 20  |for timestamps) |
00000240  61 6e 64 0a 20 20 45 78  70 6c 6f 64 65 42 69 6e  |and.  ExplodeBin|
00000250  61 72 79 54 69 6d 65 20  6e 6f 77 20 65 78 69 73  |aryTime now exis|
00000260  74 2e 09 42 69 6e 61 72  79 54 69 6d 65 2c 20 44  |t..BinaryTime, D|
00000270  61 74 65 20 61 6e 64 20  54 69 6d 65 20 61 6c 6c  |ate and Time all|
00000280  20 6e 6f 77 20 77 6f 72  6b 20 70 72 6f 70 65 72  | now work proper|
00000290  6c 79 0a 20 20 66 6f 72  20 41 72 74 68 75 72 2e  |ly.  for Arthur.|
000002a0  0a 0a 20 20 57 72 69 74  65 46 20 6e 6f 77 20 68  |..  WriteF now h|
000002b0  61 73 20 61 20 25 66 20  66 6f 72 6d 61 74 20 64  |as a %f format d|
000002c0  65 73 63 72 69 70 74 6f  72 2c 20 66 6f 72 20 52  |escriptor, for R|
000002d0  65 61 6c 73 2e 0a 0a 20  20 46 61 75 6c 74 20 28  |eals...  Fault (|
000002e0  63 61 6c 6c 65 64 20 6f  6e 20 49 4f 20 73 79 73  |called on IO sys|
000002f0  74 65 6d 20 66 61 75 6c  74 73 29 20 6e 6f 77 20  |tem faults) now |
00000300  6e 6f 20 6c 6f 6e 67 65  72 20 61 74 74 65 6d 70  |no longer attemp|
00000310  74 73 20 74 6f 20 63 61  6c 6c 20 41 62 6f 72 74  |ts to call Abort|
00000320  20 69 66 0a 20 20 69 74  20 69 73 6e 27 74 20 64  | if.  it isn't d|
00000330  65 66 69 6e 65 64 2e 0a  0a 20 20 41 73 20 61 20  |efined...  As a |
00000340  72 65 73 75 6c 74 20 6f  66 20 69 6d 70 72 6f 76  |result of improv|
00000350  65 6d 65 6e 74 73 20 74  6f 20 6d 63 6c 69 62 20  |ements to mclib |
00000360  31 2e 35 2c 20 66 61 75  6c 74 73 20 6f 6e 20 66  |1.5, faults on f|
00000370  69 6c 65 20 6f 75 74 70  75 74 20 61 72 65 20 6e  |ile output are n|
00000380  6f 77 20 6e 6f 0a 20 20  6c 6f 6e 67 65 72 20 63  |ow no.  longer c|
00000390  6f 6e 63 65 61 6c 65 64  2e 0a 0a 32 32 20 46 65  |oncealed...22 Fe|
000003a0  62 20 38 38 20 20 20 4d  43 4c 69 62 20 31 2e 35  |b 88   MCLib 1.5|
000003b0  0a 0a 20 20 54 68 65 20  65 76 65 6e 74 20 68 61  |..  The event ha|
000003c0  6e 64 6c 69 6e 67 20 6d  65 63 68 61 6e 69 73 6d  |ndling mechanism|
000003d0  20 69 73 20 6e 6f 77 20  63 61 70 61 62 6c 65 20  | is now capable |
000003e0  6f 66 20 68 61 6e 64 6c  69 6e 67 20 65 76 65 6e  |of handling even|
000003f0  74 73 20 6e 75 6d 62 65  72 65 64 0a 20 20 61 62  |ts numbered.  ab|
00000400  6f 76 65 20 39 0a 0a 20  20 45 73 63 61 70 65 20  |ove 9..  Escape |
00000410  68 61 6e 64 6c 69 6e 67  20 6e 6f 77 20 77 6f 72  |handling now wor|
00000420  6b 73 20 75 6e 64 65 72  20 41 72 74 68 75 72 0a  |ks under Arthur.|
00000430  0a 20 20 41 62 6f 72 74  20 68 61 6e 64 6c 65 72  |.  Abort handler|
00000440  73 20 61 72 65 20 69 6e  73 74 61 6c 6c 65 64 20  |s are installed |
00000450  69 6e 20 74 68 65 20 61  70 70 72 6f 76 65 64 20  |in the approved |
00000460  77 61 79 2c 20 73 6f 20  74 68 61 74 20 42 43 50  |way, so that BCP|
00000470  4c 20 70 72 6f 67 72 61  6d 73 20 6d 61 79 0a 20  |L programs may. |
00000480  20 62 65 20 72 75 6e 20  75 6e 64 65 72 20 44 42  | be run under DB|
00000490  75 67 2e 0a 0a 20 20 4f  53 42 50 75 74 20 72 65  |ug...  OSBPut re|
000004a0  70 6f 72 74 73 20 65 72  72 6f 72 73 20 63 6f 72  |ports errors cor|
000004b0  72 65 63 74 6c 79 0a 0a  20 20 54 68 65 20 53 57  |rectly..  The SW|
000004c0  49 20 66 75 6e 63 74 69  6f 6e 20 68 61 73 20 62  |I function has b|
000004d0  65 65 6e 20 61 64 64 65  64 0a 0a 20 20 54 68 65  |een added..  The|
000004e0  20 4f 53 42 79 74 65 32  20 66 75 6e 63 74 69 6f  | OSByte2 functio|
000004f0  6e 20 68 61 73 20 62 65  65 6e 20 61 64 64 65 64  |n has been added|
00000500  2e 0a                                             |..|
00000502