summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-08-10 20:06:29 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-08-10 23:08:49 +0100
commit4852e23a7e54709d4cad5f0d606648ddf3594bab (patch)
tree7cd49d791b4136b8b3cfc9d74af512526e41973e /Porting/Glossary
parent1af90cb1357f01e9a14be20028c45c6af8313690 (diff)
downloadperl-4852e23a7e54709d4cad5f0d606648ddf3594bab.tar.gz
Regenerate Porting/Glossary
Several recent commits adding new Configure probes have missed regenerating the Glossary.
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary18
1 files changed, 18 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index e11e4eed23..6483f710b3 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -448,6 +448,11 @@ d_atoll (atoll.U):
This variable conditionally defines the HAS_ATOLL symbol, which
indicates to the C program that the atoll() routine is available.
+d_attribute_always_inline (d_attribut.U):
+ This variable conditionally defines HASATTRIBUTE_ALWAYS_INLINE,
+ which indicates that the C compiler can know that certain
+ functions should always be inlined.
+
d_attribute_deprecated (d_attribut.U):
This variable conditionally defines HASATTRIBUTE_DEPRECATED, which
indicates that GCC can handle the attribute for marking deprecated
@@ -1663,6 +1668,10 @@ d_malloc_size (d_malloc_size.U):
This symbol, if defined, indicates that the malloc_size
routine is available for use.
+d_malloc_usable_size (d_malloc_size.U):
+ This symbol, if defined, indicates that the malloc_usable_size
+ routine is available for use.
+
d_mblen (d_mblen.U):
This variable conditionally defines the HAS_MBLEN symbol, which
indicates to the C program that the mblen() routine is available
@@ -2491,6 +2500,10 @@ d_sockaddr_sa_len (d_socket.U):
which indicates that a struct sockaddr structure has the sa_len
member.
+d_sockaddr_storage (d_socket.U):
+ This variable conditionally defines the HAS_SOCKADDR_STORAGE symbol,
+ which indicates the availability of a struct sockaddr_storage.
+
d_sockatmark (d_sockatmark.U):
This variable conditionally defines the HAS_SOCKATMARK symbol, which
indicates to the C program that the sockatmark() routine is available.
@@ -2902,6 +2915,11 @@ d_waitpid (d_waitpid.U):
This variable conditionally defines HAS_WAITPID if waitpid() is
available to wait for child process.
+d_wcrtomb (d_wcrtomb.U):
+ This variable conditionally defines the HAS_WCRTOMB symbol if the
+ wcrtomb() routine is available to be used to convert a wide character
+ into a multi-byte character.
+
d_wcscmp (d_wcscmp.U):
This variable conditionally defines the HAS_WCSCMP symbol if the
wcscmp() routine is available and can be used to compare wide