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

Diff for /www/62.html between version 1.22 and 1.23

version 1.22, 2017/10/02 12:15:39 version 1.23, 2017/10/02 12:16:34
Line 167 
Line 167 
     <li>Double free detection has been improved when the F      <li>Double free detection has been improved when the F
         <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> option is used.          <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> option is used.
         The existing S option now includes F.          The existing S option now includes F.
     <li>The <a href="http://man.openbsd.org/tty.4#TIOCSTI">TIOCSTI</a>      <li>The <a href="https://manopenbsd.org/tty.4#TIOCSTI">TIOCSTI</a>
         tty ioctl has been removed.  The I/O-loops in the last two consumers          tty ioctl has been removed.  The I/O-loops in the last two consumers
         <a href="http://man.openbsd.org/csh.1">csh(1)</a> and          <a href="https://manopenbsd.org/csh.1">csh(1)</a> and
         <a href="http://man.openbsd.org/mail.1">mail(1)</a>          <a href="https://manopenbsd.org/mail.1">mail(1)</a>
         were rewritten to cope with the removal.          were rewritten to cope with the removal.
     </ul>      </ul>
 <p>  <p>
Line 186 
Line 186 
 <li>Assorted improvements:  <li>Assorted improvements:
     <ul>      <ul>
     <li>Improved UTF-8 line editing support for      <li>Improved UTF-8 line editing support for
         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a>          <a href="https://manopenbsd.org/ksh.1">ksh(1)</a>
         Emacs and Vi input mode.          Emacs and Vi input mode.
     <li>The HISTFILE of <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> now uses      <li>The HISTFILE of <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> now uses
         a plain text format. Support for the          a plain text format. Support for the
         <a href="https://man.openbsd.org/ksh#HISTCONTROL">HISTCONTROL</a>          <a href="https://man.openbsd.org/ksh#HISTCONTROL">HISTCONTROL</a>
         environment variable was added.          environment variable was added.
           <li>New <a href="http://man.openbsd.org/futex">futex(2)</a> syscall            <li>New <a href="https://manopenbsd.org/futex">futex(2)</a> syscall
           <li>New pthread <a href="http://man.openbsd.org/pthread_mutex_init">mutex</a>            <li>New pthread <a href="https://manopenbsd.org/pthread_mutex_init">mutex</a>
           and <a href="http://man.openbsd.org/pthread_cond_init">condition variable</a>            and <a href="https://manopenbsd.org/pthread_cond_init">condition variable</a>
           implementations improving latency of threaded applications            implementations improving latency of threaded applications
           <li>New <a href="http://man.openbsd.org/ctfdump">ctfdump</a>            <li>New <a href="https://manopenbsd.org/ctfdump">ctfdump</a>
           and <a href="http://man.openbsd.org/ctfconv">ctfconv</a> tools to manipulate            and <a href="https://manopenbsd.org/ctfconv">ctfconv</a> tools to manipulate
           CTF (Compact C Type Format).            CTF (Compact C Type Format).
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23