Hi David, > I haven't looked at the getline() replacement. Are you [Oliver] going > to do that? Your Makefile.am and configure.ac changes look good to > me.
I've written a getline based on getc(3) and https://manned.org/getdelim.3p. I'll test it a bit more and send it on. It's only a fallback; the platform's one should be better because it knows stdio's internals, e.g. memchr(3) for the `\n' through the internal buffer. -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
