summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2008-05-20 09:41:34 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-05-20 09:41:34 +0000
commit8038560564972234e3b7ba4156704ed8b768cae9 (patch)
tree49cab97127b7d0a93bc18d696a01b0d079708f9c /plan9
parenteb742a2ff4619322031edc0f476656381bfd1174 (diff)
downloadperl-8038560564972234e3b7ba4156704ed8b768cae9.tar.gz
Integrate:
[ 33049] Fix the misplaced warnings and failing tests caused by the precision loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 [ 33054] Oops, change 33049 really did need to update all the Win?? headers as the symbol isn't used in a conditional compile. [ 33055] Update uconfig.h to add USE_DTRACE back in. [ 33321] Resync with metaconfig. Escape the last ~. [ 33345] Sync win32/config.* with Porting/config.sh p4raw-link: @33345 on //depot/perl: 44490ef2326046d0fa96b63ed74af810a72931fd p4raw-link: @33321 on //depot/perl: 4137585d161068477223a004b005a7b78ff03d8e p4raw-link: @33055 on //depot/perl: b10924eb6ff77fb5ba594ac1caff0dbc350dc0c9 p4raw-link: @33054 on //depot/perl: 7ea950175ceee077767e7114b36bdb033d932cb6 p4raw-link: @33049 on //depot/perl: b68c599a1231c4d11ec0b0a667ce0c407c357eab p4raw-id: //depot/maint-5.10/perl@33877 p4raw-integrated: from //depot/perl@33875 'copy in' uconfig.h (@33043..) Porting/config_H (@33047..) 'merge in' win32/config_H.ce (@32953..) p4raw-integrated: from //depot/perl@33345 'copy in' win32/config.vc64 (@33049..) p4raw-integrated: from //depot/perl@33321 'copy in' config_h.SH (@33049..) p4raw-integrated: from //depot/perl@33054 'merge in' win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@32953..) p4raw-integrated: from //depot/perl@33049 'copy in' NetWare/config.wc plan9/config_sh.sample symbian/config.sh win32/config.ce (@32953..) uconfig.sh (@32981..) 'edit in' Configure (@33038..) 'ignore' win32/config.bc win32/config.gc win32/config.vc (@32953..) Porting/Glossary (@33038..) 'merge in' Cross/config.sh-arm-linux epoc/config.sh (@32953..) configure.com (@32965..) Porting/config.sh (@33047..)
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config_sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 9ce1038812..8907af79f9 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -789,6 +789,7 @@ nvEUformat='"E"'
nvFUformat='"F"'
nvGUformat='"G"'
nv_preserves_uv_bits='31'
+nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
nveformat='"e"'
nvfformat='"f"'
nvgformat='"g"'