Changes
If you can read this, your browser provides insufficient support for style
sheets. The visual presentation of this document will suffer.
Changes from Oz 2.0.0 to 2.0.2
- Fixed all major known bugs
- Windows NT/95 includes a version of "ozsac" to create standalone
systems
- Distribution contains binares for all supported platforms
(HP-UX, AIX, SUNOS, SOLARIS, SGI, NT/95, LINUX, DEC-OSF1)
- The semantics of
or ... end
is now synchronizing. Now it behaves like
choice ... end
and dis ... end
where synchronizing means that the thread on which or ... end
resides
blocks until or ... end
reduces.
- Added
Dictionary.clone
and Dictionary.items
- There is no order in which choices in first-class computation spaces are
selected for Space.commit now. See for more
information
- Documentation: the User's Manual is now in a much better shape
Recent Changes
Michael Mehl