23.01.2018 09:47 Paul Eggert <egg...@cs.ucla.edu> wrote: > Thanks, I merged the glibc changes into gnulib/lib/nstrftime.c by installing > the > attached into gnulib master. I don't know the nl_langinfo code as well, > though, > and so would appreciate advice as to how to merge that change in. > [...]
Thank you, Paul. Your patch looks correct at first sight. Unfortunately, I'm afraid it will not even compile without the changes in nl_langinfo() because ALTMON_1 and _NL_ABALTMON_1 symbols are undefined. Also I'm not sure if gnulib provides its own implementation of strptime(), it may need an update as well. I will provide more details later in the evening, CET timezone. Regards, Rafal