summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-16 08:07:33 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-16 08:07:33 +0000
commit066e73552ab60e4b981dade7f7a811b58d5b11dd (patch)
tree2b30940e31e438c56b45084e5a1fb3d7d619d4f5 /Porting/Glossary
parentdcb594bcd7c2ac9f0d01eff34aab9c6bb8e972c1 (diff)
downloadperl-066e73552ab60e4b981dade7f7a811b58d5b11dd.tar.gz
Yet another step in generation a more reliable Glossary
p4raw-id: //depot/perl@29289
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary8
1 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 456697cb1d..827b0c80be 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -558,6 +558,10 @@ d_csh (d_csh.U):
This variable conditionally defines the CSH symbol, which
indicates to the C program that the C-shell exists.
+d_ctermid (d_ctermid.U):
+ This variable conditionally defines CTERMID if ctermid() is
+ available to generate filename for terminal.
+
d_ctermid_r (d_ctermid_r.U):
This variable conditionally defines the HAS_CTERMID_R symbol,
which indicates to the C program that the ctermid_r()
@@ -588,7 +592,7 @@ d_difftime (d_difftime.U):
This variable conditionally defines the HAS_DIFFTIME symbol, which
indicates to the C program that the difftime() routine is available.
-d_dir_dd_fd (d_dir_dd_fd.U)
+d_dir_dd_fd (d_dir_dd_fd.U):
This variable conditionally defines the HAS_DIR_DD_FD symbol, which
indicates that the DIR directory stream type contains a member
variable called dd_fd.
@@ -1541,7 +1545,7 @@ d_PRIi64 (quadfio.U):
This variable conditionally defines the PERL_PRIi64 symbol, which
indiciates that stdio has a symbol to print 64-bit decimal numbers.
-d_printf_format_null:
+d_printf_format_null (d_attribut.U):
This variable conditionally defines PRINTF_FORMAT_NULL_OK, which
indicates the C compiler allows printf-like formats to be null.