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

Diff for /www/62.html between version 1.40 and 1.41

version 1.40, 2017/10/03 12:58:12 version 1.41, 2017/10/03 15:16:30
Line 335 
Line 335 
       <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> has been fixed.        <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> has been fixed.
     <li>The <tt>emacs-usemeta</tt> <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>      <li>The <tt>emacs-usemeta</tt> <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>
       flag is no longer needed and is now deprecated.        flag is no longer needed and is now deprecated.
           <li>New <a href="https://man.openbsd.org/futex">futex(2)</a> syscall      <li>New <a href="https://man.openbsd.org/futex">futex(2)</a> syscall.
           <li>New pthread <a href="https://man.openbsd.org/pthread_mutex_init">mutex</a>      <li>New pthread
           and <a href="https://man.openbsd.org/pthread_cond_init">condition variable</a>          <a href="https://man.openbsd.org/pthread_mutex_init">mutex</a> and
           implementations improving latency of threaded applications          <a href="https://man.openbsd.org/pthread_cond_init">condition
           <li>New <a href="https://man.openbsd.org/ctfdump">ctfdump</a>          variable</a> implementations improving latency
           and <a href="https://man.openbsd.org/ctfconv">ctfconv</a> tools to manipulate          of threaded applications.
           CTF (Compact C Type Format).      <li>New POSIX <a href="https://man.openbsd.org/newlocale.3">xlocale</a>
           implementation written from scratch, complete in the sense that
           all POSIX *locale(3) and *_l(3) functions are included, but in
           OpenBSD, we of course only really care about <code>LC_CTYPE</code>
           and we only support ASCII and UTF-8.
       <li>New <a href="https://man.openbsd.org/ctfdump">ctfdump</a> and
           <a href="https://man.openbsd.org/ctfconv">ctfconv</a>
           tools to manipulate CTF (Compact C Type Format).
     <li>The error handling in      <li>The error handling in
         <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>          <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
         has been improved.          has been improved.
Line 407 
Line 414 
     </ul>      </ul>
 <p>  <p>
   
 <li>mandoc X.XX.X  <li>mandoc 1.14.3
     <ul>      <ul>
     <li>...      <li>Full <a href="https://man.openbsd.org/mandocdb.5">mandoc.db(5)</a>
         databases are now enabled by default, allowing semantic searching
         with <a href="https://man.openbsd.org/apropos.1">apropos(1)</a>
         without any local configuration changes.
       <li>Full integration of the former
         <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/usr.bin/mdoclint/">mdoclint(1)</a>
         utility into <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>
         <code>-Wall</code>, new <code>-Wstyle</code> and
         <code>-Wopenbsd</code> message levels, and many new messages,
         for example about typos in <code>.Sh</code> lines,
         unknown <code>.Xr</code> targets, and links to self.
       <li>Additional steps unifying the
         <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a>,
         <a href="https://man.openbsd.org/man.7">man(7)</a>, and
         <a href="https://man.openbsd.org/roff.7">roff(7)</a> parsers:
         use one common data type and
         <a href="https://man.openbsd.org/ohash_init.3">ohash_init(3)</a>
         for all requests and macros and support creation of syntax tree
         nodes in the roff(7) parser, allowing support for many new
         low-level roff(7) features.
         Only about 25 ports still need <code>USE_GROFF</code> now.
       <li>Many improvements to
         <a href="https://man.openbsd.org/tbl.7">tbl(7)</a>
         parsing and formatting,
         including automatic line wrapping inside table columns.
       <li>Many improvements to
         <a href="https://man.openbsd.org/eqn.7">eqn(7)</a>
         parsing and formatting, including better font selection,
         recognition of well-known mathematical function names, and writing
         of <code>&lt;mn&gt;</code> and <code>&lt;mo&gt;</code> HTML tags.
       <li>Intelligible rendering of mathematical symbols in
         <code>-Tascii</code> output.
       <li>Several parsing and rendering improvements for the
         <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a>
         <code>.Lk</code> macro.
       <li>Some CSS improvements in HTML output, in particular for the
         <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a>
         <code>.Bl</code> macro.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41