Hi Sam, > Date: 2026-08-01 00:19:03+0200 > From: Alejandro Colomar > > > Date: 2026-07-31 22:54:27+0100 > > From: Sam James > > [...] > > People want it to reflect what the standard says. > > And it still does. Hmmm, this has implications. The functions that are non-standard, can be changed as of now, because, well, there's no standard saying otherwise. Maybe that's a good move. A commit now changing the following functions the be documented as provided by , without any mentions to , simply because there's no standard mandating otherwise: - strndupa(3) - mempcpy(3) - memrchr(3) - memmem(3) - memfrob(3) Which is a nice introduction for this header file. Then we can leave discussion of the standard functions for later. If what the standard says is the problem, let's focus on what it doesn't say. Cheers, Alex --