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

Diff for /www/74.html between version 1.99 and 1.100

version 1.99, 2023/10/15 14:07:38 version 1.100, 2023/10/15 14:11:12
Line 307 
Line 307 
         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>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 <a href="https://man.openbsd.org/mg.1#TAGS">tag
         Instead of erroring out ignore duplicates. Fixes using          files</a> with duplicate entries.
         <code>/var/db/libc.tags</code> again.          Instead of erroring out, ignore duplicates. Fixes using
           <code>/var/db/libc.tags</code> again.
     <li>Change the <a href="https://man.openbsd.org/mg.1#visit-tags-table"      <li>Change the <a href="https://man.openbsd.org/mg.1#visit-tags-table"
         >visit-tags-table</a> command to immediately          >visit-tags-table</a> command to immediately
         load the tag file, and drop the lazy mechanics.          load the tag file, and drop the lazy mechanics.
     <li>Do not leak memory in      <li>Do not leak memory in
         <a href="https://man.openbsd.org/mg.1#pop-tag-mark">pop-tag-mark</a>          <a href="https://man.openbsd.org/mg.1#pop-tag-mark">pop-tag-mark</a>
         if it fails to switch buffers.          if it fails to switch buffers.
     <li>Fix a read buffer overrun caused by <code>-u</code> arguments      <li>Fix a read buffer overrun caused by
           <a href="https://man.openbsd.org/mg.1#u">-u</a> arguments
         longer than 1023 bytes.          longer than 1023 bytes.
     <li>Fix a write buffer overrun on the stack caused by      <li>Fix a write buffer overrun on the stack caused by
         <a href="https://man.openbsd.org/mg.1#blink-and-insert"          <a href="https://man.openbsd.org/mg.1#blink-and-insert"
         >blink-and-insert</a> matching a very long line          >blink-and-insert</a> matching a very long line
         that is not currently visible in the window.          that is not currently visible in the window.
     <li>Skip checking permissions of conffile with access(2).      <li>Skip checking permissions of conffile with
           <a href="https://man.openbsd.org/access.2">access(2)</a>.
     <li>Resurrect      <li>Resurrect
         <a href="https://man.openbsd.org/mg.1#no-tab-mode">no-tab-mode</a>          <a href="https://man.openbsd.org/mg.1#no-tab-mode">no-tab-mode</a>
         and add it to the list of modes that can          and add it to the list of modes that can

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100