summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-01 13:26:43 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-01 13:26:43 +0000
commitfd550ca5b499626bda80de22d8c27e79f2805c9f (patch)
tree35d23b68c20700629b5dffbd7b7fa3fe5354c84f /Porting/Glossary
parentb4d4ebb4e4c360bece24cfbbd8a3734e236b948a (diff)
downloadperl-fd550ca5b499626bda80de22d8c27e79f2805c9f.tar.gz
New Glossary and samples for blead
Glossary now is in line with recent changes to config_h.SH p4raw-id: //depot/perl@23457
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary12
1 files changed, 12 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index e7ea87c087..e70ce3e4af 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1974,6 +1974,14 @@ d_strftime (d_strftime.U):
This variable conditionally defines the HAS_STRFTIME symbol, which
indicates to the C program that the strftime() routine is available.
+d_strlcat (d_strlcat.U):
+ This variable conditionally defines the HAS_STRLCAT symbol, which
+ indicates to the C program that the strlcat () routine is available.
+
+d_strlcpy (d_strlcpy.U):
+ This variable conditionally defines the HAS_STRLCPY symbol, which
+ indicates to the C program that the strlcpy () routine is available.
+
d_strtod (d_strtod.U):
This variable conditionally defines the HAS_STRTOD symbol, which
indicates to the C program that the strtod() routine is available
@@ -4599,6 +4607,10 @@ uselongdouble (uselongdbl.U):
This variable conditionally defines the USE_LONG_DOUBLE symbol,
and indicates that long doubles should be used when available.
+usemallocwrap (mallocsrc.U):
+ This variable contains y if we are wrapping malloc to prevent
+ integer overflow during size calculations.
+
usemorebits (usemorebits.U):
This variable conditionally defines the USE_MORE_BITS symbol,
and indicates that explicit 64-bit interfaces and long doubles