]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cal: Use ALTMON_* correctly
authorRafal Luzynski <digitalfreak@lingonborough.com>
Tue, 21 Mar 2017 08:27:08 +0000 (09:27 +0100)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Mon, 22 Jan 2018 10:50:50 +0000 (11:50 +0100)
commit4e12a62e884441dbce62d3bd38108022e93e25c6
treef9d717fd7d8885c5a8cd783f823c6359c9f2cbab
parent1dca3edc361ed73334c7789a692b7cd1c85081fa
cal: Use ALTMON_* correctly

cal: use ALTMON_* and _NL_ABALTMON_* constants to display
months in a standalone form correctly.  These constants have just
been newly added to glibc.  ALTMON_x has been used in BSD family
since 1990s and has been accepted as the future POSIX extension.
_NL_ABALTMON_* is exclusively a GNU extension but it is expected
to be added to POSIX in future.

More info: https://sourceware.org/bugzilla/show_bug.cgi?id=10871
configure.ac
include/nls.h
misc-utils/cal.c