summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
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