[BACK]Return to 66.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/66.html between version 1.63 and 1.64

version 1.63, 2019/10/12 23:12:05 version 1.64, 2019/10/13 14:59:33
Line 577 
Line 577 
     improving dynamic linker performance for large objects.      improving dynamic linker performance for large objects.
     <li>Modified <a href="https://man.openbsd.org/systat.1">systat(1)</a>      <li>Modified <a href="https://man.openbsd.org/systat.1">systat(1)</a>
     to allow the use of 'b' to switch to stats since boot.      to allow the use of 'b' to switch to stats since boot.
       <li>From <a href="https://man.openbsd.org/perldoc.1">perldoc(1)</a>,
         always produce <a href="https://man.openbsd.org/man.7">man(7)</a>
         output in UTF-8, which gives better results with our
         <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>
         renderer no matter which <code>LC_CTYPE</code> the user selected.
   </ul>    </ul>
   
 <li>VMM/VMD improvements  <li>VMM/VMD improvements
Line 823 
Line 828 
   </ul>    </ul>
 <li>Mandoc  <li>Mandoc
   <ul>    <ul>
     <li>Provided a notification to stderr to indicate messages have been      <li>Slowly start implementing tagging support for
       shown when <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>        <a href="https://man.openbsd.org/man.7">man(7)</a> pages:
       output is printed without a pager, to indicate messages may have        tag alphabetic arguments of <code>.IP</code>, <code>.TP</code>,
       preceded the output.        and <code>.TQ</code> macros.
     <li>Fixed a segfault      <li>In HTML output, wrap text and phrasing elements in paragraphs
       in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> when        unless already contained in flow containers; never put them
       /tmp is not writable.        directly into sections.  This helps to format paragraphs with
     <li>Added <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>        the CSS class selector <code>.Pp</code>.
       support for 'prefers-color-scheme: dark'.      <li>Implement the <a href="https://man.openbsd.org/roff.7">roff(7)</a>
     <li>Improved <a href="https://man.openbsd.org/man.1">man(1)</a>        <code>.break</code> request to break out of a <code>.while</code>
       matching for requests for a specific section.        loop.
       <li>If messages are shown and output is printed without a pager,
         display a heads-up on standard error output at the end because
         otherwise, users may easily miss the messages.
       <li>Let <code>mandoc.css</code> support
         <code>prefers-color-scheme: dark</code>.
       <li>For pages lacking a SYNOPSIS, let
         <a href="https://man.openbsd.org/man.1">man(1)</a>
         show the NAME section.
   </ul>    </ul>
   
 <li><p>Ports and packages:  <li><p>Ports and packages:

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64