[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ooc-990716 & oo2c-1.4.5
Changes:
o Fixed initialization problem in the compiler frontend. This broke
1.4.4 when installed without garbage collector.
o New pragma variable `PoisonHeap'. When set to a not negative value,
the bytes of a module's newly allocated heap objects will be
initialized to `PoisonHeap MOD 256' by the compiler.
o Updated documentation to Eric's OOCref-990709. Note that the
modules `Rider', `LongRider', and `UnicodeRider' are described in
the reference manual, but do not exist yet. If you need these
modules, please be so kind to write them and send me a copy :-)
o Module `BinaryRider' knows about LONGCHAR values. New type-bound
procedures: ReadLChar, ReadLString, WriteLChar, WriteLString.
o Bumped version of shared library to 9:0:0.
The mailing list archive has been updated as well, although I don't
know the details.
-- mva