perl

 view release on metacpan or  search on metacpan

Configure  view on Meta::CPAN

sPRIi64=''
sPRIo64=''
sPRIu64=''
sPRIx64=''
d_quad=''
quadkind=''
quadtype=''
uquadtype=''
drand01=''
randbits=''
randfunc=''
randseedtype=''
seedfunc=''
installscript=''
scriptdir=''
scriptdirexp=''
selectminbits=''
selecttype=''
sh=''
targetsh=''
sig_count=''

Cross/config.sh-arm-linux  view on Meta::CPAN

prefix='/usr'
prefixexp='/usr'
privlib='/usr/lib/perl5/5.38.2'
privlibexp='/usr/lib/perl5/5.38.2'
procselfexe='"/proc/self/exe"'
prototype='define'
ptrsize='4'
quadkind='3'
quadtype='long long'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='0'
randseedtype='U32'
ranlib=':'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
revision='5'
rm='rm'
rmail=''
run=''

Cross/config.sh-arm-linux-n770  view on Meta::CPAN

prefix='/usr'
prefixexp='/usr'
privlib='/usr/lib/perl5/5.38.2'
privlibexp='/usr/lib/perl5/5.38.2'
procselfexe='"/proc/self/exe"'
prototype='define'
ptrsize='4'
quadkind='3'
quadtype='long long'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='0'
randseedtype='U32'
ranlib=':'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
revision='5'
rm='rm'
rmail=''
run=''

Porting/Glossary  view on Meta::CPAN

	the implicit bit which doesn't really exist.

doublenanbytes (infnan.U):
	This variable contains comma-separated list of hexadecimal bytes
	for the double precision not-a-number.

doublesize (doublesize.U):
	This variable contains the value of the DOUBLESIZE symbol, which
	indicates to the C program how many bytes there are in a double.

drand01 (randfunc.U):
	Indicates the macro to be used to generate normalized
	random numbers.  Uses randfunc, often divided by
	(double) (((unsigned long) 1 << randbits)) in order to
	normalize the result.
	In C programs, the macro 'Drand01' is mapped to drand01.

drand48_r_proto (d_drand48_r.U):
	This variable encodes the prototype of drand48_r.
	It is zero if d_drand48_r is undef, and one of the
	REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
	is defined.

Porting/config.sh  view on Meta::CPAN

pr=''
prefix='/pro'
prefixexp='/pro'
privlib='/pro/lib/perl5/5.38.2'
privlibexp='/pro/lib/perl5/5.38.2'
procselfexe='"/proc/self/exe"'
ptrsize='8'
quadkind='2'
quadtype='long'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='REENTRANT_PROTO_I_St'
randseedtype='U32'
ranlib=':'
rd_nodata='-1'
readdir64_r_proto='REENTRANT_PROTO_I_TSR'
readdir_r_proto='REENTRANT_PROTO_I_TSR'
revision='5'
rm='rm'
rm_try='/usr/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
rmail=''

configure.com  view on Meta::CPAN

$    echo "Found 64 bit OpenVMS ''vms_ver' -- will build with 8.2 routines"
$    d_fstatvfs = "define"
$    d_statvfs = "define"
$    i_sysstatvfs = "define"
$  endif
$!
$! Check rand48 and its ilk
$!
$ echo4 "Using our internal random number implementation..."
$!
$ randfunc = "Perl_drand48"
$ drand01 = "Perl_drand48()"
$ seedfunc = "Perl_drand48_init"
$ randbits = "48"
$ randseedtype = "U32"
$ d_drand48proto = "define"
$!
$! Done with compiler checks. Clean up.
$ IF F$SEARCH("try.c")  .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
$ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
$ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*

pod/perl561delta.pod  view on Meta::CPAN


For example, C<print 97.98.99> used to output C<97.9899> in earlier
versions, but now prints C<abc>.

See L</"Support for strings represented as a vector of ordinals">.

=item Possibly changed pseudo-random number generator

Perl programs that depend on reproducing a specific set of pseudo-random
numbers may now produce different output due to improvements made to the
rand() builtin.  You can use C<sh Configure -Drandfunc=rand> to obtain
the old behavior.

See L</"Better pseudo-random number generator">.

=item Hashing function for hash keys has changed

Even though Perl hashes are not order preserving, the apparently
random order encountered when iterating on the contents of a hash
is actually determined by the hashing algorithm used.  Improvements
in the algorithm may yield a random order that is B<different> from

pod/perl56delta.pod  view on Meta::CPAN


For example, C<print 97.98.99> used to output C<97.9899> in earlier
versions, but now prints C<abc>.

See L</"Support for strings represented as a vector of ordinals">.

=item Possibly changed pseudo-random number generator

Perl programs that depend on reproducing a specific set of pseudo-random
numbers may now produce different output due to improvements made to the
rand() builtin.  You can use C<sh Configure -Drandfunc=rand> to obtain
the old behavior.

See L</"Better pseudo-random number generator">.

=item Hashing function for hash keys has changed

Even though Perl hashes are not order preserving, the apparently
random order encountered when iterating on the contents of a hash
is actually determined by the hashing algorithm used.  Improvements
in the algorithm may yield a random order that is B<different> from

uconfig.sh  view on Meta::CPAN

phostname='hostname'
pidtype=int
privlib='/usr/local/lib/perl5/5.38'
privlibexp='/usr/local/lib/perl5/5.38'
procselfexe=''
prototype='undef'
ptrsize='4'
quadkind='4'
quadtype='int64_t'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='0'
randseedtype='U32'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
sGMTIME_max='2147483647'
sGMTIME_min='0'
sLOCALTIME_max='2147483647'
sLOCALTIME_min='0'
sPRIEUldbl='"llE"'

uconfig64.sh  view on Meta::CPAN

phostname='hostname'
pidtype=int
privlib='/usr/local/lib/perl5/5.38'
privlibexp='/usr/local/lib/perl5/5.38'
procselfexe=''
prototype='undef'
ptrsize='8'
quadkind='2'
quadtype='long'
randbits='48'
randfunc='drand48'
random_r_proto='0'
randseedtype='int'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
sGMTIME_max='2147483647'
sGMTIME_min='0'
sLOCALTIME_max='2147483647'
sLOCALTIME_min='0'
sPRIEUldbl='"llE"'

win32/config.gc  view on Meta::CPAN

prefix='~INST_TOP~'
prefixexp='~INST_TOP~'
privlib='~INST_TOP~~INST_VER~\lib'
privlibexp='~INST_TOP~~INST_VER~\lib'
procselfexe=''
prototype='define'
ptrsize='4'
quadkind='3'
quadtype='long long'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='0'
randseedtype='U32'
ranlib='rem'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
revision='5'
rm='del'
rm_try=''
rmail=''

win32/config.vc  view on Meta::CPAN

prefix='~INST_TOP~'
prefixexp='~INST_TOP~'
privlib='~INST_TOP~~INST_VER~\lib'
privlibexp='~INST_TOP~~INST_VER~\lib'
procselfexe=''
prototype='define'
ptrsize='4'
quadkind='5'
quadtype='__int64'
randbits='48'
randfunc='Perl_drand48'
random_r_proto='0'
randseedtype='U32'
ranlib='rem'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
revision='5'
rm='del'
rm_try=''
rmail=''

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.862 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )