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

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

version 1.96, 2023/10/15 13:29:06 version 1.97, 2023/10/15 13:36:06
Line 266 
Line 266 
   <ul>    <ul>
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a> and    <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a> and
       <a href="https://man.openbsd.org/tar.1">tar(1)</a>,        <a href="https://man.openbsd.org/tar.1">tar(1)</a>,
       speed up archive creation when many files are skipped.        do not open files that will be skipped,
         speeding up archive creation when many files are skipped.
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,    <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and        <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and
       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal        <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal
       output, escape non-printable characters in messages that may        output, escape non-printable characters in messages that may
       include file names.        include file names, and truncate times to the correct maximum value.
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>, when  
         creating an archive file, don't open files that will be skipped.  
   <li>Better diagnostics from    <li>Better diagnostics from
       <a href="https://man.openbsd.org/make.1">make(1)</a>        <a href="https://man.openbsd.org/make.1">make(1)</a>
       when a makefile exists but cannot be opened.        when a makefile exists but cannot be opened.
Line 395 
Line 394 
         href="https://man.openbsd.org/cron.8">cron(8)</a> where whitespace          href="https://man.openbsd.org/cron.8">cron(8)</a> where whitespace
         after usernames would not be completely skipped while parsing the          after usernames would not be completely skipped while parsing the
         <a href="https://man.openbsd.org/crontab.5">crontab(5)</a> file.          <a href="https://man.openbsd.org/crontab.5">crontab(5)</a> file.
   <li>In pax(1), safely escape characters when displaying messages  
         that may include file names, and truncate times to the correct maximum  
         value.  
   <li>Make <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>    <li>Make <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>
         check if a daemon exists before trying to disable it, thereby avoiding          check if a daemon exists before trying to disable it, thereby avoiding
         parsing and printing of bogus characters.          parsing and printing of bogus characters.
Line 678 
Line 674 
   <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, consistently    <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, consistently
       escape control characters when displaying file name completions,        escape control characters when displaying file name completions,
       even when there are multiple matches.        even when there are multiple matches.
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,  
       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and  
       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal  
       output, safely escape non-printable characters  
       in messages that may include file names,  
       and truncate times to the correct maximum value.  
   </ul>    </ul>
   
 <li>Changes in the network stack:  <li>Changes in the network stack:

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