Make the behavior of the '(' command match the ')' command.
Previously, the ')' command required a sentence to end with two
blanks, but '(' only required a single space. Historic vi (and the
documentation) requires two spaces in both directions.
Based on a diff from Walter Alejandro Iglesias.
lang/gcc/16: moved libquadmath.info to PLIST-main
gcc installs it uncoditionally, without depends on __float128 like
libquadmath itself.
Confirmed by make plist on arm64 and powerpc64
py-typer: fix RDEPs
A few TDEPs should be RDEPs, move them accordingly. Also typing-extensions
is only needed on Windows, so remove that DEP as well.
Discovered while trying to port something that uses py-typer.
ok pvk@ (MAINTAINER)
When releasing, read trace index before reference counter decrement.
When btrace(8) is active, refcounting is traced using an index field
to the dt(4) backend. When two CPU simultaneously decrement the
reference count, one could free the object while the other is still
reading the index. Move the load before the dec separated by a
membar. Crashes seen while testing an experimental diff from dlg@.
OK cludwig@
Update to afl++ 4.40c
This builds with llvm22 but isn't perfect and needs more polishing.
For now you need to pass LDFLAGS+=-lexecinfo to afl-cc and friends.
maintainer timeout