In perl.git, the branch smoke-me/jhi/netbsd-vax has been created
<http://perl5.git.perl.org/perl.git/commitdiff/0fdf82c05c2c9ba44b298c538c2ed234234b1499?hp=0000000000000000000000000000000000000000>
at 0fdf82c05c2c9ba44b298c538c2ed234234b1499 (commit)
- Log -----------------------------------------------------------------
commit 0fdf82c05c2c9ba44b298c538c2ed234234b1499
Author: Jarkko Hietaniemi <[email protected]>
Date: Thu Oct 27 07:46:22 2016 -0400
Use the new metalevel definitions for fp inf/nan/range
There are still hacks (in a good sense) of detecting "vax float"
in the cpan/ modules (patches submitted upstream, customized moves done),
but that is fine since the new Config symbols will be available only in
the future.
M ext/POSIX/Makefile.PL
M ext/POSIX/t/math.t
M t/lib/warnings/9uninit
M t/lib/warnings/pp_sys
M t/op/hexfp.t
M t/op/inc.t
M t/op/infnan.t
M t/op/pack.t
M t/op/sprintf2.t
M t/opbasic/arith.t
M t/porting/globvar.t
commit da7f99eef421f4179bd36063170ea79e97974b2c
Author: Jarkko Hietaniemi <[email protected]>
Date: Mon Oct 24 22:07:46 2016 -0400
Configure: add defs summarizing doublekind/longdblkind
For windows/netware It seems that many of the recent fp definitions
have not been yet copied over there [1] [2], so went mostly by dead
reckoning [3].
[1] Note that many of them are not absolutely necessary for building.
[2] The proper updating involves doing stuff in win32, which I do not have.
[3] As far as I can tell, Windows CE does not really not have long double.
M Configure
M Cross/config.sh-arm-linux
M NetWare/config.wc
M NetWare/config_H.wc
M Porting/Glossary
M Porting/config.sh
M config_h.SH
M configure.com
M plan9/config_sh.sample
M symbian/config.sh
M uconfig.h
M uconfig.sh
M uconfig64.sh
M win32/config.ce
M win32/config.gc
M win32/config.vc
M win32/config_H.ce
M win32/config_H.gc
M win32/config_H.vc
commit 5b743dba1a83071297e2cf849aa40eb5225f57f3
Author: Jarkko Hietaniemi <[email protected]>
Date: Thu Oct 27 08:03:08 2016 -0400
netbsd-vax: 2**400 does not fit vax fp
Note also that the computation needs to be runtime, not compiletime.
M t/lib/warnings/utf8
commit dbb15369b2df67cae65e003cfe1f329d62c5782f
Author: Jarkko Hietaniemi <[email protected]>
Date: Mon Oct 24 18:31:57 2016 -0400
netbsd-vax: more skippage due to no inf/nan
M t/lib/warnings/9uninit
M t/lib/warnings/op
M t/lib/warnings/pp_sys
-----------------------------------------------------------------------
--
Perl5 Master Repository