diff options
author | Andrew Fresh <afresh1@openbsd.org> | 2014-07-09 03:30:00 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-09-22 10:53:35 -0600 |
commit | b15c1b561a4d9a6ec5ecdf68b69fda7ef7d09cb7 (patch) | |
tree | f03b44e2bab9c6f0479deffc6b72e5a27f456c28 /Porting/Glossary | |
parent | c774046ba1377cc500a8a8fd88aa3cf810aad808 (diff) | |
download | perl-b15c1b561a4d9a6ec5ecdf68b69fda7ef7d09cb7.tar.gz |
PATCH: [perl #122252] international currency formatting (POSIX.1-2008)
Add the new portions of locale currency formatting that are specified in
POSIX.1-2008
The commiter (Karl Williamson) made the trivial indentation changes
asked for by H. Merijn Brand, and added a perldelta entry
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index e28bb561a8..32b29e2613 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1362,6 +1362,11 @@ d_killpg (d_killpg.U): indicates to the C program that the killpg() routine is available to kill process groups. +d_lc_monetary_2008 (d_lc_monetary_2008.U): + This variable conditionally defines HAS_LC_MONETARY_2008 if libc + has the international currency locale rules from POSIX + 1003.1-2008. + d_lchown (d_lchown.U): This variable conditionally defines the HAS_LCHOWN symbol, which indicates to the C program that the lchown() routine is available |