Hi Pádraig, > add to strptime() > also for consistency. Therefore I did that in the attached, > added a test, and pushed.
If users of the 'strptime' module should be able to rely on the %q feature, it requires also a change in doc/posix-functions/strptime.texi and m4/strptime.m4, modules/strptime, etc. Because so far, on platforms where strptime exists and does not support %q, this code will *not* override it: if test $HAVE_STRPTIME = 0; then AC_LIBOBJ([strptime]) gl_PREREQ_STRPTIME fi Or was it meant to be an undocumented feature? Then the unit test should be conditionalized. Bruno