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

Diff for /www/73.html between version 1.36 and 1.37

version 1.36, 2023/04/06 20:38:26 version 1.37, 2023/04/06 20:58:16
Line 298 
Line 298 
   <li>Added zap-to-char and zap-up-to-char to <a    <li>Added zap-to-char and zap-up-to-char to <a
         href="https://man.openbsd.org/mg.1">mg(1)</a>. Bound zap-to-char to          href="https://man.openbsd.org/mg.1">mg(1)</a>. Bound zap-to-char to
         M-z.          M-z.
     <li>Fixed handling of escaped backslashes in <a
           href="https://man.openbsd.org/vi.1">vi(1)</a> ex_range.
   <li>Added support to <a    <li>Added support to <a
         href="https://man.openbsd.org/gunzip.1">gunzip(1)</a> for zip files          href="https://man.openbsd.org/gunzip.1">gunzip(1)</a> for zip files
         that contain a single member.          that contain a single member.
Line 307 
Line 309 
         href="https://man.openbsd.org/systat.1">systat(1)</a> to measure          href="https://man.openbsd.org/systat.1">systat(1)</a> to measure
         elapsed time using <a          elapsed time using <a
         href="https://man.openbsd.org/clock_gettime.2">clock_gettime(2)</a>.          href="https://man.openbsd.org/clock_gettime.2">clock_gettime(2)</a>.
   <li>Fixed handling of escaped backslashes in <a    <li>Implemented periodic display in <a
         href="https://man.openbsd.org/vi.1">vi(1)</a> ex_range.          href="https://man.openbsd.org/iostat.8">iostat(8)</a>.
   <li>Corrected <a href="https://man.openbsd.org/top.1">top(1)</a>    <li>Corrected <a href="https://man.openbsd.org/top.1">top(1)</a>
         display of online CPUs which can change based on the <a          display of online CPUs which can change based on the <a
         href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> sysctl setting.          href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> sysctl setting.
   <li>Added support for a personal <a    <li>Added support for a personal <a
         href="https://man.openbsd.org/units.1">units(1)</a> library by passing          href="https://man.openbsd.org/units.1">units(1)</a> library by passing
         -f multiple times.          -f multiple times.
     <li>Changed <a href="https://man.openbsd.org/df.1">df(1)</a> to
           round up fractional percentages.
     <li>Fixed unbounded variable expansion in <a
           href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a>.
     <li>Switched to use <a
           href="https://man.openbsd.org/llvm-strip.1">llvm-strip(1)</a> on
           architectures that use <a
   <!-- rc scripts -->
   <li>Made <a href="https://man.openbsd.org/rc.8">rc(8)</a> reorder    <li>Made <a href="https://man.openbsd.org/rc.8">rc(8)</a> reorder
         libraries in parallel to <a          libraries in parallel to <a
         href="https://man.openbsd.org/netstart.8">netstart(8)</a>, as this          href="https://man.openbsd.org/netstart.8">netstart(8)</a>, as this
Line 323 
Line 332 
   <li>Made <a href="https://man.openbsd.org/rc.8">rc(8)</a> print the    <li>Made <a href="https://man.openbsd.org/rc.8">rc(8)</a> print the
         name of each library before relinking as a signal to the operator that          name of each library before relinking as a signal to the operator that
         boot has not stalled.          boot has not stalled.
   
   <li>Implemented periodic display in <a  
         href="https://man.openbsd.org/iostat.8">iostat(8)</a>.  
   
   <li>Changed <a href="https://man.openbsd.org/df.1">df(1)</a> to  
         round up fractional percentages.  
   
 <!-- audio -->  <!-- audio -->
   <li>Added the <a    <li>Added the <a
         href="https://man.openbsd.org/audioctl.8">audioctl(8)</a> -w option to          href="https://man.openbsd.org/audioctl.8">audioctl(8)</a> -w option to
Line 342 
Line 344 
   <li>Fixed .wav files generated by <a    <li>Fixed .wav files generated by <a
         href="https://man.openbsd.org/aucat.1">aucat(1)</a> by using extended          href="https://man.openbsd.org/aucat.1">aucat(1)</a> by using extended
         header format.          header format.
   
 <!-- disks ... -->  <!-- disks ... -->
   <li>In <a    <li>In <a
         href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>, use the          href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>, use the
Line 354 
Line 355 
         the maximum available free space into a partition, and extended          the maximum available free space into a partition, and extended
         command line parsing to allow "T-" as the specification to read the          command line parsing to allow "T-" as the specification to read the
         template from stdin.          template from stdin.
   
   <li>Fixed unbounded variable expansion in <a  
         href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a>.  
   <li>Switched to use <a  
         href="https://man.openbsd.org/llvm-strip.1">llvm-strip(1)</a> on  
         architectures that use <a  
         href="https://man.openbsd.org/ld.lld.1">ld.lld(1)</a>.          href="https://man.openbsd.org/ld.lld.1">ld.lld(1)</a>.
   
   
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37