summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-06 13:58:56 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-06 13:58:56 +0000
commitf025e94b3bdd286f2ee3dc88718b923af2a6e55d (patch)
tree410624df7e4f685c76e25179f7c78d4791c75e93 /Porting/Glossary
parentdcb5c535ce9837c3fd7fcab63fad5d507cdd8eed (diff)
downloadperl-f025e94b3bdd286f2ee3dc88718b923af2a6e55d.tar.gz
The non-unix parts for localtime_r_needs_tzset
Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 9a40c552cf..0c6b247be1 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1226,6 +1226,10 @@ d_localtime_r (d_localtime_r.U):
which indicates to the C program that the localtime_r()
routine is available.
+d_localtime_r_needs_tzset (d_localtime_r.U):
+ This variable conditionally defines the LOCALTIME_R_NEEDS_TZSET
+ symbol, which makes us call tzset before localtime_r()
+
d_locconv (d_locconv.U):
This variable conditionally defines HAS_LOCALECONV if localeconv() is
available for numeric and monetary formatting conventions.