/usr/share/mozart/doc/changes/node16.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>4.2 Changes in Oz, Mozart libraries and UI</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node15.html#section.m131.mogul"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node17.html#section.m131.fixes">Next >></A></TD></TR></TABLE><DIV id="section.m131.changes"><H2><A name="section.m131.changes">4.2 Changes in Oz, Mozart libraries and UI</A></H2><DIV id="sec.m131.oztool"><H3><A name="sec.m131.oztool">4.2.1 oztool</A></H3><P><CODE>oztool version</CODE> now prints the version number of the installed Mozart (e.g., 1.3.1). </P></DIV><H3><A name="label15">4.2.2 loop support</A></H3><P>Previously, the iterator <CODE>X <SPAN class="keyword">in</SPAN> </CODE><I>E1</I><CODE><SPAN class="keyword">..</SPAN></CODE><I>E2</I><CODE>;</CODE><I>E3</I> only permitted to count from <I>E1</I> up to <I>E2</I> by increment of <I>E3</I>. Now, whether we intend to count up or down to <I>E2</I> is determined by the sign of <I>E3</I>. </P><H3><A name="label16">4.2.3 POSIX support</A></H3><P>Added <CODE>OS<SPAN class="keyword">.</SPAN>rmDir</CODE> to remove a directory. Note that the directory must be empty before it is removed. </P><P>Extended <CODE>OS<SPAN class="keyword">.</SPAN>stat</CODE> to also return <CODE>ino</CODE> and <CODE>dev</CODE> for inode and device information. </P><H3><A name="label17">4.2.4 Standard Library</A></H3><P>The standard library was improved and extended, and documentation was added for all modules. The library currently has sections for abstract datatypes, networking support, operating system support, GUI programming and XML support. </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node15.html#section.m131.mogul"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node17.html#section.m131.fixes">Next >></A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|