]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Support 390x format of nl_langinfo(FIRST_WEEKDAY) 662/head
authorJean-Michel Vourgère <nirgal@debian.org>
Thu, 13 Aug 2015 22:16:25 +0000 (00:16 +0200)
committerJean-Michel Vourgère <nirgal@debian.org>
Thu, 13 Aug 2015 22:16:25 +0000 (00:16 +0200)
commite10fd700c325a0474f970ca293ad9d6508259922
tree7033001eb069cc283829f05cbda359ecbae34c1e
parent40e1679401897db9a52967f279ec3b7ddbbc9310
Support 390x format of nl_langinfo(FIRST_WEEKDAY)

nl_langinfo returns non-portable format for FIRST_WEEKDAY. See
https://www.gnu.org/software/libc/manual/html_node/The-Elegant-and-Fast-Way.html#The-Elegant-and-Fast-Way

That patch add support for the format used on 390x architecture.
This permits the unit tests to work there.
configure.ac
src/rrd_graph.c
src/rrd_rpncalc.c