THEOS Corona Operating System
PL 70024
November 10, 2011

CC

19Oct11: ** Serious Problem! ** The "fdivrp" and "fdivrs" op-codes were missing from the assembler.

19Oct11: The _MK_FP() pseudo function should allow the macro offsetof() as the second argument, even though it returns a size_t type.

15Oct11: ** Serious Problem! ** The offset into an array of structures may be incorrect when using a negative subscript. This is due to a signed vs unsigned int in the optimizer.

LIBRARY

04Nov11: The fgets(buffer,len,file); function was not setting the buffer to the empty string on end-of-file. This caused the Basic LINPUT statement to fail.

SRC2HTML

17Oct11: Prior version was not breaking lines at the CR.