summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-17 01:43:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-17 01:43:42 +0000
commita8ef55665a00078b5e7902dac1bf66fe969b43bd (patch)
tree9f2971370eef268674117433d8d4738c9d996d30 /Porting/Glossary
parent1feea2c750cf5f74093deff93d1536d7d44a8925 (diff)
downloadperl-a8ef55665a00078b5e7902dac1bf66fe969b43bd.tar.gz
Regen Glossary.
p4raw-id: //depot/perl@14725
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 eb2fe3df0c..2b592108a9 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -691,6 +691,10 @@ d_Gconvert (d_gconvert.U):
d_Gconvert='gconvert((x),(n),(t),(b))'
d_Gconvert='gcvt((x),(n),(b))'
d_Gconvert='sprintf((b),"%.*g",(n),(x))'
+ If you are not content with these choices, use gconvert_preference
+ and gconvert_ld_preference, which if present are space-separated
+ lists of functions to try with calling convention of gcvt,
+ respectively for doubles and long doubles.
d_getcwd (d_getcwd.U):
This variable conditionally defines the HAS_GETCWD symbol, which