=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- www/74.html 2023/10/15 14:07:38 1.99 +++ www/74.html 2023/10/15 14:11:12 1.100 @@ -307,22 +307,25 @@ position even if the line contains tabs, control characters, or non-ASCII bytes.
  • Fall back to /bin/sh if $SHELL is undefined. -
  • Fix parsing of tag files with duplicate entries. - Instead of erroring out ignore duplicates. Fixes using - /var/db/libc.tags again. +
  • Fix parsing of tag + files with duplicate entries. + Instead of erroring out, ignore duplicates. Fixes using + /var/db/libc.tags again.
  • Change the visit-tags-table command to immediately load the tag file, and drop the lazy mechanics.
  • Do not leak memory in pop-tag-mark if it fails to switch buffers. -
  • Fix a read buffer overrun caused by -u arguments +
  • Fix a read buffer overrun caused by + -u arguments longer than 1023 bytes.
  • Fix a write buffer overrun on the stack caused by blink-and-insert matching a very long line that is not currently visible in the window. -
  • Skip checking permissions of conffile with access(2). +
  • Skip checking permissions of conffile with + access(2).
  • Resurrect no-tab-mode and add it to the list of modes that can