Nick Ing-Simmons [Fri, 10 Sep 1999 20:44:22 +0000]
Get resolve -at mainline
p4raw-id: //depot/utfperl@4126
Gurusamy Sarathy [Fri, 10 Sep 1999 19:22:14 +0000]
s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
etc.)
p4raw-link: @4044 on //depot/cfgperl:
d30110745a7a78b4c83e13a8406bad8c3e3294bf
p4raw-id: //depot/perl@4125
Ilya Zakharevich [Fri, 27 Aug 1999 19:02:18 +0000]
rewrote substantive parts of patch
Message-ID: <
19990827190218.A19561@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_58] REx documentation
p4raw-id: //depot/perl@4124
Gurusamy Sarathy [Fri, 10 Sep 1999 18:21:53 +0000]
note about AVf_*
p4raw-id: //depot/perl@4123
Gurusamy Sarathy [Fri, 10 Sep 1999 17:55:42 +0000]
allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
<lichtin@bivio.com>)
p4raw-id: //depot/perl@4122
Gurusamy Sarathy [Fri, 10 Sep 1999 17:49:35 +0000]
dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@4121
Gurusamy Sarathy [Fri, 10 Sep 1999 12:25:01 +0000]
add perlcompile.pod (edited content from Nathan Torkington
<gnat@frii.com> and others)
p4raw-id: //depot/perl@4120
Gurusamy Sarathy [Fri, 10 Sep 1999 11:05:13 +0000]
avoid leaking static local_patches unless patchlevel.h is
explicitly included
p4raw-id: //depot/perl@4119
Gurusamy Sarathy [Fri, 10 Sep 1999 10:44:54 +0000]
upgrade to Getopt::Long v2.20 (from Johan Vromans
<jvromans@squirrel.nl>)
p4raw-id: //depot/perl@4118
Gurusamy Sarathy [Wed, 8 Sep 1999 20:52:51 +0000]
avoid ass_u_ming uppercase types are not user objects (spotted
by Kurt Starsinic)
p4raw-id: //depot/perl@4108
Akim Demaille [Wed, 8 Sep 1999 18:18:44 +0000]
[ID
19990908.014] s2p does not quote @
Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
p4raw-id: //depot/perl@4107
Gurusamy Sarathy [Wed, 8 Sep 1999 20:25:12 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4106
Jarkko Hietaniemi [Wed, 8 Sep 1999 09:02:37 +0000]
Minor touches at the [:class:] description.
p4raw-id: //depot/cfgperl@4105
Ilya Zakharevich [Wed, 8 Sep 1999 05:02:02 +0000]
Fix debugging output for REx
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <
19990908050201.A17682@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4104
Gurusamy Sarathy [Wed, 8 Sep 1999 00:53:50 +0000]
fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
p4raw-id: //depot/perl@4103
Gurusamy Sarathy [Wed, 8 Sep 1999 00:52:50 +0000]
fix memory leak in C<sub f { @_ = 1 } f() while 1>
p4raw-id: //depot/perl@4102
Gurusamy Sarathy [Tue, 7 Sep 1999 17:25:07 +0000]
various fixups for windows
p4raw-id: //depot/perl@4101
Robin Barker [Tue, 7 Sep 1999 12:30:18 +0000]
Fix pointer casts.
To: perl5-porters@perl.org
Subject: [ID
19990907.004] [PATCH perl5.005_61] compiler warnings with
-Duse64bits
Message-Id: <
199909071130.MAA11435@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4100
Jarkko Hietaniemi [Tue, 7 Sep 1999 10:27:06 +0000]
Band-aid until we've got %{Uid_t} or something similar
for sv_catpvfn().
p4raw-id: //depot/cfgperl@4098
Jarkko Hietaniemi [Tue, 7 Sep 1999 09:41:23 +0000]
Fix a printf thinko: now quads must have the ll L q prefix.
(in other words, a bare %d is an int/unsigned)
p4raw-id: //depot/cfgperl@4097
Daniel S. Lewart [Mon, 6 Sep 1999 21:18:12 +0000]
HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
To: perl5-porters@perl.org
Subject: [ID
19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
Message-Id: <
199909070218.VAA29232@www.cvm.uiuc.edu>
p4raw-id: //depot/cfgperl@4096
Vishal Bhatia [Wed, 11 Aug 1999 01:43:28 +0000]
applied suggested patch with suitable test to detect MSVC
Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
Subject: compiler on win32
p4raw-id: //depot/perl@4095
Jarkko Hietaniemi [Mon, 6 Sep 1999 20:34:44 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4094
Jarkko Hietaniemi [Mon, 6 Sep 1999 20:33:43 +0000]
Fix UV_SIZEOF to UVSIZE; change the overflow tests
so that they overflow also on 64-bit platforms.
p4raw-id: //depot/cfgperl@4093
Gurusamy Sarathy [Mon, 6 Sep 1999 20:16:58 +0000]
support bytecode and C backends in perlcc (patch suggested
by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
C backend the default; describe new switches in pod; introduce
PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
entries
p4raw-id: //depot/perl@4092
Jarkko Hietaniemi [Mon, 6 Sep 1999 19:10:41 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4091
Gurusamy Sarathy [Mon, 6 Sep 1999 19:09:06 +0000]
propagate changed error text
p4raw-id: //depot/perl@4090
Gurusamy Sarathy [Mon, 6 Sep 1999 18:54:43 +0000]
sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
p4raw-id: //depot/perl@4089
Paul Marquess [Sun, 5 Sep 1999 15:11:08 +0000]
Another patch for Lexical Warnings
Message-ID: <
5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
p4raw-id: //depot/perl@4088
Ilya Zakharevich [Sun, 5 Sep 1999 06:07:42 +0000]
change#3612 is buggy when quotemeta argument matches target
(hope this is the last of the optimized-OP_SASSIGN bugs)
Message-Id: <
199909051007.GAA06423@monk.mps.ohio-state.edu>
Subject: Re: [BUG: quotemeta]
p4raw-link: @3612 on //depot/perl:
b162f9ead0a98db35cdcfc8c889e344c040c8d8e
p4raw-id: //depot/perl@4087
Gurusamy Sarathy [Mon, 6 Sep 1999 17:57:52 +0000]
misc tweaks
p4raw-id: //depot/perl@4086
Gurusamy Sarathy [Mon, 6 Sep 1999 03:54:23 +0000]
applied patch suggested by Hans Mulder to fix problems on
OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
when they ask for bincompat (platforms that used to default
to EMBEDMYMALLOC continue to do so); disable warnings.t#192
(appears unsalvageable on some platforms)
p4raw-id: //depot/perl@4085
Gurusamy Sarathy [Mon, 6 Sep 1999 00:10:40 +0000]
optional warning on join(/foo/...) (reworked suggested patch
by Mark-Jason Dominus <mjd@plover.com>)
p4raw-id: //depot/perl@4083
Gurusamy Sarathy [Sun, 5 Sep 1999 22:28:57 +0000]
fix data loss when more than one block is read from SDBM
*.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
p4raw-id: //depot/perl@4082
Gurusamy Sarathy [Sun, 5 Sep 1999 22:07:18 +0000]
initial implementation of lvalue subroutines (slightly fixed
version of patch suggested by Ilya Zakharevich, which in turn
is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
p4raw-id: //depot/perl@4081
Jarkko Hietaniemi [Sun, 5 Sep 1999 22:02:18 +0000]
Undo #4055 (related to #4079).
p4raw-id: //depot/cfgperl@4080
Jarkko Hietaniemi [Sun, 5 Sep 1999 21:30:54 +0000]
Time is not yet ripe.
p4raw-id: //depot/cfgperl@4079
John Nolan [Wed, 4 Aug 1999 20:21:10 +0000]
modified suggested patch to handle cross-refs and qr// objects
correctly; unfollowed refs are represented as simple string
value, not just the bare type; $VERSION stays the same until
it is ready for prime time (avoids CPAN confustication)
Message-Id: <
199908050021.UAA09693@monet.op.net>
Subject: [ID
19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
p4raw-id: //depot/perl@4078
Jarkko Hietaniemi [Sat, 4 Sep 1999 21:54:42 +0000]
timesum() wasn't @EXPORTed as promised by the documentation.
Bug reported by Alex Efros <powerman@inart.kharkov.com>.
p4raw-id: //depot/cfgperl@4077
Gurusamy Sarathy [Sat, 4 Sep 1999 20:21:59 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4076
Jarkko Hietaniemi [Sat, 4 Sep 1999 18:04:47 +0000]
use integer on the problematic subtest.
p4raw-id: //depot/cfgperl@4075
Jarkko Hietaniemi [Sat, 4 Sep 1999 17:57:40 +0000]
Warn about numconvert.t in case somebody
wants to make sv_2pv more 64-bit aware.
p4raw-id: //depot/cfgperl@4074
Jarkko Hietaniemi [Sat, 4 Sep 1999 17:54:51 +0000]
Comment upgrading: the quad situation isn't quite as
bad as it used to be.
p4raw-id: //depot/cfgperl@4073
Jarkko Hietaniemi [Sat, 4 Sep 1999 15:35:37 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4072
Robin Barker [Mon, 23 Aug 1999 16:41:11 +0000]
Fix LFS with -Duseperlio in Solaris. Reported in
To: perl5-porters@perl.org
Subject: [ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
Message-Id: <
199908231541.QAA10043@tempest.npl.co.uk>
and later (in private email) found to be dependent
on useperlio.
Mental note: the cpp magic done in perlsdio.h (and assumedly
also in perlsfio.h) may cause trouble later with lfs because
both the perlio scheme by Perl and the lfs support by vendors
like to play cpp games to map the stdio namespace back and forth.
The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
just the beginning.
p4raw-id: //depot/cfgperl@4071
Jarkko Hietaniemi [Sat, 4 Sep 1999 13:12:14 +0000]
Enable 64-bit clean bit ops.
(Disables the t/op/misc.t substest 3 in 64-bit platforms.)
p4raw-id: //depot/cfgperl@4070
Jarkko Hietaniemi [Fri, 3 Sep 1999 21:17:30 +0000]
Turn on USE_64_BIT_OFFSETS implicitly.
p4raw-id: //depot/cfgperl@4069
Jarkko Hietaniemi [Fri, 3 Sep 1999 08:19:59 +0000]
Fix from Spider for the sub attributes (there was an undocumented
dependency between force_word() and skipspace()).
p4raw-id: //depot/cfgperl@4068
John Tobey [Mon, 23 Aug 1999 02:10:11 +0000]
Re: [PATCH 5.005_60] distclean forgot two
To: ilya@math.ohio-state.edu
CC: perl5-porters@perl.org
Message-Id: <m11InJ5-000FPCC@feynman.localnet>
p4raw-id: //depot/cfgperl@4067
Fifer, Eric [Fri, 20 Aug 1999 15:37:27 +0000]
[ID
19990821.001] [PATCH] perl5.005_60 cygwin port
To: perl5-porters@perl.org
Message-Id: <
8A160D637356D311BC4300600849EC8122E217@POST>
p4raw-id: //depot/cfgperl@4066
Dominic Dunlop [Thu, 19 Aug 1999 09:48:03 +0000]
[ID
19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
To: perl5-porters@perl.org
(UNINSTALLED) [PATCH]
Message-Id: <v
03110709b3e165b51dda@[212.24.192.132]>
The PERL_POLLUTE_MALLOC part had to be manually applied.
p4raw-id: //depot/cfgperl@4065
Martin Lichtin [Wed, 1 Sep 1999 15:50:04 +0000]
Re: [ID
19990829.001] ExtUtils::Install.pm, minor umask problem
To: jhi@iki.fi
CC: perl5-porters@perl.org
Message-ID: <
37CD2F0C.944BFACE@bivio.com>
p4raw-id: //depot/cfgperl@4064
Jarkko Hietaniemi [Wed, 1 Sep 1999 13:16:11 +0000]
Enhance lfs tests: check every seek and sysseek
and test also that -e and -f detect largefiles.
p4raw-id: //depot/cfgperl@4063
Colin Kuskie [Tue, 31 Aug 1999 11:24:31 +0000]
[REPATCH 5.005_61] Re: perldiag.pod omissions
To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
The Perl Porters Mailing List <perl5-porters@perl.org>
Message-ID: <Pine.GSO.4.10.
9908311055460.11290-100000@pdxult10a.cadence.com>
p4raw-id: //depot/cfgperl@4062
Ilya Zakharevich [Wed, 1 Sep 1999 02:56:06 +0000]
Re: [ID
19990830.005] Assigning value of an op on an SV to said SV
To: ilya@math.ohio-state.edu (Ilya Zakharevich)
Cc: perl5-porters@perl.org, cloos@adamsmith.ai
Message-Id: <
199909010656.CAA04478@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4061
Jarkko Hietaniemi [Wed, 1 Sep 1999 07:59:42 +0000]
IV_DIG and NV_DIG fixes.
p4raw-id: //depot/cfgperl@4060
Jarkko Hietaniemi [Tue, 31 Aug 1999 14:47:18 +0000]
\C{} -> \N{} residue.
p4raw-id: //depot/cfgperl@4059
Jarkko Hietaniemi [Tue, 31 Aug 1999 08:57:35 +0000]
For some odd reason #4056 didn't undo #3922 completely.
p4raw-id: //depot/cfgperl@4058
Gurusamy Sarathy [Mon, 30 Aug 1999 22:08:19 +0000]
avoid hiding child process window
p4raw-id: //depot/perl@4057
Jarkko Hietaniemi [Mon, 30 Aug 1999 21:36:24 +0000]
Retract #3922 (Rule #1 was invoked).
(See also #4058).
p4raw-id: //depot/cfgperl@4056
Jarkko Hietaniemi [Mon, 30 Aug 1999 21:20:50 +0000]
Document the undefinedness of overshifting.
p4raw-id: //depot/cfgperl@4055
Jarkko Hietaniemi [Mon, 30 Aug 1999 20:18:18 +0000]
History fixes and updates.
p4raw-id: //depot/cfgperl@4054
Johan Vromans [Mon, 30 Aug 1999 16:10:10 +0000]
Shell quoting thinko broke installdirs.
To: perl5-porters@perl.org
Subject: [ID
19990830.001] 5.005_61 Configure does not substitute
installprefix
Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
p4raw-id: //depot/cfgperl@4053
Ilya Zakharevich [Sun, 29 Aug 1999 16:46:53 +0000]
Use \N{named characters} instead of \C.
To: jhi@iki.fi
Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
perl5-porters@perl.org (Mailing list Perl5)
Subject: Re: [PATCH 5.005_58] Named characters in Perl
Message-Id: <
199908292046.QAA05510@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4052
Spider Boardman [Sun, 29 Aug 1999 19:04:53 +0000]
[ID
19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
To: perl5-porters@perl.org
don't mix
Message-Id: <
199908292304.TAA13738@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4051
Jarkko Hietaniemi [Sun, 29 Aug 1999 16:38:58 +0000]
Conditionally socksify the LIBS of Socket.
p4raw-id: //depot/cfgperl@4050
Ilya Zakharevich [Wed, 25 Aug 1999 16:19:58 +0000]
Re: [PATCH 5.005_60] fix @DB::typeahead
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <
19990825161958.A4658@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4049
Stephen McCamant [Wed, 25 Aug 1999 23:22:32 +0000]
Lost arguments to simplified sort
To: perl5-porters@perl.org
Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
p4raw-id: //depot/cfgperl@4048
Olaf Flebbe [Fri, 27 Aug 1999 21:50:41 +0000]
Sender: owner-perl5-porters@perl.org
To: perl5-porters@perl.org
Subject: [ID
19990827.003] [PATCH]5.005_60 Patch for EPOC Support
p4raw-id: //depot/cfgperl@4047
Peter Prymmer [Fri, 27 Aug 1999 18:51:04 +0000]
an EBCDIC friendly cgi-html.t test
To: perl5-porters@perl.org
Message-Id: <
9908280151.AA05010@forte.com>
p4raw-id: //depot/cfgperl@4046
Robin Barker [Tue, 24 Aug 1999 11:09:24 +0000]
Fix scalar gmtime (and localtime) in quad environments,
bug reported by Robin Barker.
To: jhi@iki.fi
Cc: perl5-porters@perl.org
Subject: Re: [ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
Message-Id: <
199908241009.LAA24394@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4045
Ilya Zakharevich [Fri, 27 Aug 1999 03:33:01 +0000]
Speeding up XSUB calls up to 66%
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199908270733.DAA16927@monk.mps.ohio-state.edu>
Addendum: it's "only" 33% speedup.
p4raw-id: //depot/cfgperl@4044
Spider Boardman [Sun, 29 Aug 1999 03:02:11 +0000]
sub : attrlist
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-Id: <
199908290702.DAA32191@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4043
Jarkko Hietaniemi [Sun, 29 Aug 1999 11:08:50 +0000]
Turn off gcc-2.95's strict-alias optimization.
This, of course, should be only temporary.
From Andy Dougherty.
p4raw-id: //depot/cfgperl@4042
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:47:30 +0000]
Fix a typo in #4036.
p4raw-id: //depot/cfgperl@4041
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:34:58 +0000]
Add a missing #endif forgotten by #4035.
p4raw-id: //depot/cfgperl@4040
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:31:19 +0000]
Remove an extra #endif introduced by #4036.
p4raw-id: //depot/cfgperl@4039
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:18:59 +0000]
Rename warning to warnings, from Paul Marquess.
p4raw-id: //depot/cfgperl@4038
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:08:47 +0000]
Create the equivalence tables based on
the real Unicode decomposition, not on
the character name.
p4raw-id: //depot/cfgperl@4037
Jarkko Hietaniemi [Sun, 29 Aug 1999 09:29:08 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4036
Jarkko Hietaniemi [Sun, 29 Aug 1999 08:56:15 +0000]
Implement 64-bit vec().
p4raw-id: //depot/cfgperl@4035
Gurusamy Sarathy [Sun, 29 Aug 1999 03:35:18 +0000]
deadcode removal
p4raw-id: //depot/perl@4034
Robin Barker [Mon, 23 Aug 1999 16:41:11 +0000]
[ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
To: perl5-porters@perl.org
Message-Id: <
199908231541.QAA10043@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4033
Gurusamy Sarathy [Thu, 26 Aug 1999 23:53:33 +0000]
new thread should set current interp in TLS
p4raw-id: //depot/perl@4032
Gurusamy Sarathy [Fri, 20 Aug 1999 22:19:56 +0000]
update Changes
p4raw-id: //depot/perl@4016
Gurusamy Sarathy [Fri, 20 Aug 1999 22:17:41 +0000]
perl_free() should use PerlMem_free()
p4raw-id: //depot/perl@4015
Gurusamy Sarathy [Fri, 20 Aug 1999 22:10:46 +0000]
win32 tweaks
p4raw-id: //depot/perl@4014
Gurusamy Sarathy [Fri, 20 Aug 1999 22:09:56 +0000]
DEBUG_m() adjusted to internalize dTHX
p4raw-id: //depot/perl@4013
Gurusamy Sarathy [Fri, 20 Aug 1999 17:51:06 +0000]
make autogenerated files writable
p4raw-id: //depot/perl@4012
Gurusamy Sarathy [Fri, 20 Aug 1999 17:43:47 +0000]
update Changes
p4raw-id: //depot/perl@4011
Gurusamy Sarathy [Fri, 20 Aug 1999 17:21:53 +0000]
up patchlevel &c
p4raw-id: //depot/perl@4010
Gurusamy Sarathy [Fri, 20 Aug 1999 16:46:26 +0000]
add missing Is/Syl*.pl files
p4raw-id: //depot/perl@4009
Gurusamy Sarathy [Fri, 20 Aug 1999 16:31:02 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4008
Gurusamy Sarathy [Fri, 20 Aug 1999 15:24:08 +0000]
support USE_THREADS+MULTIPLICITY; source compat tweaks for
USE_THREADS and MULTIPLICITY; minor pod adjustments
p4raw-id: //depot/perl@4007
Jarkko Hietaniemi [Thu, 19 Aug 1999 19:01:41 +0000]
Tighten the vec() code so that naughty BITS cause an error.
p4raw-id: //depot/cfgperl@4006
Jarkko Hietaniemi [Thu, 19 Aug 1999 15:55:09 +0000]
Don't document ill-defined vec() bits cases
(for which the code doesn't work right in any case)
p4raw-id: //depot/cfgperl@4005
Jarkko Hietaniemi [Thu, 19 Aug 1999 12:49:41 +0000]
Removed duplicated code (in pp.c and mg.c) by introducing
do_vecget(). NOTE: the calling convention of do_vecset()
changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
in pp_vec() is no more multiplied by `size' in pp_vec(),
the multiplication is now done in do_vecset().
Also fix a cpp thinko in change #4002.
p4raw-link: @4002 on //depot/cfgperl:
24db6c0d56fddf85ee587fc1cb1dbce678fa6a8c
p4raw-id: //depot/cfgperl@4004
Jarkko Hietaniemi [Wed, 18 Aug 1999 08:27:22 +0000]
Warn about small spherical distances.
p4raw-id: //depot/cfgperl@4003
Jarkko Hietaniemi [Tue, 17 Aug 1999 09:11:51 +0000]
Enhance IV_FITS_IN_IV (though it's still unused).
p4raw-id: //depot/cfgperl@4002
Andreas König [Tue, 17 Aug 1999 08:21:12 +0000]
overload.pm str/num confu
Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
p4raw-id: //depot/cfgperl@4001