diff options
author | Dominic Dunlop <domo@computer.org> | 2000-08-16 00:20:52 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-15 23:33:23 +0000 |
commit | d764f01a54c0f82174c22184bb83b9dca8be1913 (patch) | |
tree | 8bbd5001c020c405b11f3c868d9926a21019b959 /Porting/Glossary | |
parent | 9d5a2765247106c08687386ac3cf275028b5a54a (diff) | |
download | perl-d764f01a54c0f82174c22184bb83b9dca8be1913.tar.gz |
(Retracted by #6660)
Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
p4raw-id: //depot/perl@6645
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index f289baa41c..8099ea2ae7 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1118,6 +1118,11 @@ 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_exp_digits (d_printfed.U): + This symbol's value is either 2 or 3, corresponding to the + number of exponent digits produced by the system's sprintf %[FGfg] + formats when the modulus of the exponent is 99 or less. + d_PRIo64 (quadfio.U): This variable conditionally defines the PERL_PRIo64 symbol, which indiciates that stdio has a symbol to print 64-bit octal numbers. |