Anthony J. Bentley

Results 26 issues of Anthony J. Bentley

mdoc is a semantic format supported out of the box by all the major manpage formatters (groff and mandoc) on Linux and BSD. The semantics allow for better searching and...

Testing with libdill-2.4 on OpenBSD -current, tests/go and tests/udp fail. go.log: Segmentation fault (core dumped) FAIL tests/go (exit status: 139) Program received signal SIGSEGV, Segmentation fault. 0x0000068bc0f597c9 in dill_pollset_poll (timeout=40)...

On OpenBSD running the [sndiod(8)](http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sndiod.8) sound server, the emulator runs slowly, apparently due to problems with the audio buffer size. The Qt frontend appears to set `audioBuffers=1536`, resulting in correct...

When playing games on OpenBSD with the SDL2 frontend, audio has lots of clicks and noises, and emulation is noticeably slower than it should be. Attached are audio recordings of...

``` 20:51 anjbe_: is "smart linking" something you can do? smart linking means: only include things that are actually referenced 20:51 this mostly helps with libraries 20:51 as not all...

enhancement
rgblink

The zip code uses 64-bit fopen(), etc by calling fopen64() and (on platforms that don't have it) #define-ing fopen fopen64. But this is redundant. glibc is just about the only...

In current nvi, ‘w’ is not that useful in Japanese text, because it considers a long sentence written without spaces as a single word. In the old nvi-m17n, ‘w’ moved...

The `DEATHDATE` property is described in [RFC 6474](https://tools.ietf.org/html/rfc6474#section-2.3). Ideally this would be viewable and editable in the same manner as `BDAY` and `ANNIVERSARY`.

feature request

[A recent paper](https://arxiv.org/abs/2103.02707) got me thinking about metadata in embedded images. I took a look through the corpus for JPEG metadata. There was a fair amount, some of it garbage,...

On OpenBSD, dlopen() and friends are in libc, and there is no libdl. The `LIBS += -ldl` line in src/unit_tests/unit_tests.pro thus causes a failure on OpenBSD.