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

Diff for /www/74.html between version 1.97 and 1.98

version 1.97, 2023/10/15 13:36:06 version 1.98, 2023/10/15 13:50:25
Line 297 
Line 297 
   <li>In <a href="https://man.openbsd.org/clang.1">clang(1)</a>,    <li>In <a href="https://man.openbsd.org/clang.1">clang(1)</a>,
       allow out-of-class defaulting of comparison operators,        allow out-of-class defaulting of comparison operators,
         by ways of backporting an upstream commit.          by ways of backporting an upstream commit.
   <li>Improve the code of  
       <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>  
       and fix spelling mistakes.  
   <li>Improve the code quality of find(1).  
   
   <li>Many changes in <a href="https://man.openbsd.org/mg.1">mg(1)</a>:    <li>Many changes in <a href="https://man.openbsd.org/mg.1">mg(1)</a>:
     <ul>      <ul>
Line 310 
Line 306 
     <li>Let the <code>space-to-tabstop</code> command move to the right      <li>Let the <code>space-to-tabstop</code> command move to the right
         position even if the line contains tabs, control characters,          position even if the line contains tabs, control characters,
         or non-ASCII bytes.          or non-ASCII bytes.
     <li>Improve the readability of the code.  
     <li>Fall back to <code>/bin/sh</code> if <code>$SHELL</code> is undefined.      <li>Fall back to <code>/bin/sh</code> if <code>$SHELL</code> is undefined.
     <li>Fix parsing of tag files with duplicate entries.      <li>Fix parsing of tag files with duplicate entries.
         Instead of erroring out ignore duplicates. Fixes using          Instead of erroring out ignore duplicates. Fixes using
Line 330 
Line 325 
     <li>Skip checking permissions of conffile with access(2).      <li>Skip checking permissions of conffile with access(2).
     <li>Resurrect no-tab-mode and add it to the list of modes that can      <li>Resurrect no-tab-mode and add it to the list of modes that can
         be set with set-default-mode.          be set with set-default-mode.
     <li>Added a missing void.  
     </ul>      </ul>
   
   <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> treat    <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> treat

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98