Jarkko Hietaniemi [Wed, 30 Jul 2003 18:16:55 +0000]
Might as well.
p4raw-id: //depot/perl@20356
Jarkko Hietaniemi [Wed, 30 Jul 2003 18:15:49 +0000]
Silly gcc.
p4raw-id: //depot/perl@20355
Jarkko Hietaniemi [Wed, 30 Jul 2003 17:09:59 +0000]
This is getting comical. (Practical tip: never ask
for opinions from one than one person at one time.)
Now back to -Dprefix='/usr' replacing the system Perl,
but don't use the Apple internal DSTROOT.
p4raw-id: //depot/perl@20353
Jarkko Hietaniemi [Wed, 30 Jul 2003 17:00:25 +0000]
Mac OS X hints dance continues. Now drop any special
installation directory mangling. In other words, if
you want to overwrite the system perl, you really need
to find out how to do that.
p4raw-id: //depot/perl@20352
Jarkko Hietaniemi [Wed, 30 Jul 2003 14:23:03 +0000]
Try again with the Mac OS X hints. Now the three cases
(no -Dprefix, /usr, and something else) all install
into separate places. No prefix installs to /usr/local.
The /usr overwrites the Apple install (modulo the version).
p4raw-id: //depot/perl@20350
Casey West [Tue, 29 Jul 2003 17:37:15 +0000]
NEXT and Diamond Inheritance
Message-ID: <
20030729213715.GY76899@geeknest.com>
(Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
p4raw-id: //depot/perl@20348
Jarkko Hietaniemi [Wed, 30 Jul 2003 13:19:03 +0000]
Match also on full name and email (though the email is
now less interesting than it used to be).
p4raw-id: //depot/perl@20347
Jarkko Hietaniemi [Wed, 30 Jul 2003 12:26:53 +0000]
Maintainers script tweaks.
p4raw-id: //depot/perl@20346
Jarkko Hietaniemi [Wed, 30 Jul 2003 11:17:33 +0000]
rmdir t/lib/IO.
p4raw-id: //depot/perl@20345
Jarkko Hietaniemi [Wed, 30 Jul 2003 11:15:30 +0000]
Adjust the list of rmdired lib directories.
p4raw-id: //depot/perl@20344
Jarkko Hietaniemi [Wed, 30 Jul 2003 10:06:24 +0000]
Be paranoid about PL_origargv.
Paranoia warranted by Win32 mod_perl.
p4raw-id: //depot/perl@20343
Vadim Konovalov [Wed, 30 Jul 2003 14:56:32 +0000]
tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@20342
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:54:46 +0000]
Upgrade to ExtUtils::MakeMaker 6.12.
p4raw-id: //depot/perl@20341
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:47:32 +0000]
That's M. Schwern to you, earthling.
p4raw-id: //depot/perl@20340
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:43:32 +0000]
Arthur maintains Safe.
p4raw-id: //depot/perl@20339
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:40:28 +0000]
Use the CPAN id where available.
p4raw-id: //depot/perl@20338
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:26:47 +0000]
Rename Modules and Modules.pl as Maintainers and
Maintainers.pl since the same framework can be used
for more than just modules.
p4raw-id: //depot/perl@20337
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:11:06 +0000]
Strip leading ./
p4raw-id: //depot/perl@20336
Jarkko Hietaniemi [Wed, 30 Jul 2003 09:01:47 +0000]
More Modules.pl.
p4raw-id: //depot/perl@20335
Jarkko Hietaniemi [Wed, 30 Jul 2003 08:51:57 +0000]
Modules.pl: add B::Deparse.
p4raw-id: //depot/perl@20334
Jarkko Hietaniemi [Wed, 30 Jul 2003 08:26:47 +0000]
Mac OS X: tweak once again the installation directories.
p4raw-id: //depot/perl@20333
Jarkko Hietaniemi [Wed, 30 Jul 2003 07:55:04 +0000]
Modules.pl tweaks.
p4raw-id: //depot/perl@20332
Jan Dubois [Tue, 29 Jul 2003 19:14:10 +0000]
Extend Win32::GetOSVersion() to return additional information
Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
p4raw-id: //depot/perl@20331
Rafael Garcia-Suarez [Tue, 29 Jul 2003 21:20:28 +0000]
FAQ sync.
p4raw-id: //depot/perl@20330
Vadim Konovalov [Wed, 30 Jul 2003 02:02:41 +0000]
tiny fix for WinCE (Re: maint @ 20277)
Message-ID: <
016701c3561d$43735ca0$195ec3d9@vad>
p4raw-id: //depot/perl@20329
Jarkko Hietaniemi [Tue, 29 Jul 2003 20:09:15 +0000]
MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
p4raw-id: //depot/perl@20327
Jarkko Hietaniemi [Tue, 29 Jul 2003 19:55:50 +0000]
Revert #20301, apparently the _SOCKADDR_LEN #define is
important for IPv6 (Spider). Since there is no way to
otherwise detect 3.X, use the hints.
p4raw-id: //depot/perl@20324
Jarkko Hietaniemi [Tue, 29 Jul 2003 15:27:46 +0000]
Don't nag about Module::Signature if there is no
way for the user to use it (based on Autrijus' patch).
p4raw-id: //depot/perl@20316
Jarkko Hietaniemi [Tue, 29 Jul 2003 14:47:04 +0000]
Oops.
p4raw-id: //depot/perl@20315
Jarkko Hietaniemi [Tue, 29 Jul 2003 13:26:26 +0000]
Slight rewording on the destdir.
p4raw-id: //depot/perl@20314
Brendan O'Dea [Tue, 29 Jul 2003 23:49:18 +0000]
pod/perlvar.pod: minor typo
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20030729134918.GA4339@londo.c47.org>
p4raw-id: //depot/perl@20312
Peter Prymmer [Tue, 22 Jul 2003 11:12:05 +0000]
Encode test fixes for VMS (was Re: possible fix to File::Find problems)
Message-ID: <O
FBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
p4raw-id: //depot/perl@20310
SADAHIRO Tomoyuki [Sun, 13 Jul 2003 10:23:35 +0000]
[perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
Message-Id: <
20030713102228.C76A.BQW10602@nifty.com>
p4raw-id: //depot/perl@20309
Jarkko Hietaniemi [Tue, 29 Jul 2003 13:02:43 +0000]
The --destdir option to installman should be made
optional so that it doesn't complain when passed
an empty value (from Rafael)
p4raw-id: //depot/perl@20308
Jarkko Hietaniemi [Tue, 29 Jul 2003 12:05:24 +0000]
Too many my $fh:s.
p4raw-id: //depot/perl@20306
Jarkko Hietaniemi [Tue, 29 Jul 2003 11:55:11 +0000]
Quieten MSVC6.
p4raw-id: //depot/perl@20305
Michael Schroeder [Fri, 11 Jul 2003 14:48:41 +0000]
DESTDIR in perl-5.8.1 package?
Date: Fri, 11 Jul 2003 14:48:41 +0200
Message-ID: <
20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
Subject: Re: DESTDIR in perl-5.8.1 package?
From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
Date: Mon, 14 Jul 2003 12:00:25 +0200
Message-ID: <
20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
(blindly prepending and s///ing away the $destdir does not work
at least in VMS, but the --destdir should help rpm builders
and the like)
p4raw-id: //depot/perl@20302
Chaskiel M Grundman [Sat, 26 Jul 2003 21:44:06 +0000]
[perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-23134-61814.9.
36507226414463@rt.perl.org>
Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
releases 4.x and 5.x.
p4raw-id: //depot/perl@20301
Jarkko Hietaniemi [Tue, 29 Jul 2003 11:18:27 +0000]
Cleanup the sv_gets() logic for platforms with small stacks.
(I think hogging 8K of stack sounds like bad behaviour on any
platform, big stack or not.)
p4raw-id: //depot/perl@20300
H.Merijn Brand [Tue, 29 Jul 2003 10:57:37 +0000]
README.hpux now mentions the http mirror for prebuilt gcc binaries
p4raw-id: //depot/perl@20299
Jarkko Hietaniemi [Tue, 29 Jul 2003 10:57:28 +0000]
DEC OSF/1 3.x did (does) not do sizer -v.
p4raw-id: //depot/perl@20298
Audrey Tang [Tue, 29 Jul 2003 09:58:35 +0000]
unlink pre-PGP-signed CHECKSUM
Message-ID: <
20030729015834.GA7149@not.autrijus.org>
p4raw-id: //depot/perl@20295
Jarkko Hietaniemi [Tue, 29 Jul 2003 10:30:05 +0000]
There is no skip() since we are not using Test*.
p4raw-id: //depot/perl@20294
Jarkko Hietaniemi [Tue, 29 Jul 2003 10:28:10 +0000]
Upgrade to CPAN.pm 1.74.
p4raw-id: //depot/perl@20293
Jarkko Hietaniemi [Tue, 29 Jul 2003 10:14:26 +0000]
Most importantly, don't try HvNAME(gp->gp_hv)
unless PL_stashcache exists, otherwise we get
an invalid read (detected by valgrind, and crashes
ext/threads/t/basic.t in Windows).
Also add a few if:s for the refcnt decrements,
no need to call Perl_sv_free() if there's nothing to free.
p4raw-id: //depot/perl@20292
Jarkko Hietaniemi [Tue, 29 Jul 2003 09:00:58 +0000]
Tabify.
p4raw-id: //depot/perl@20291
Rafael Garcia-Suarez [Tue, 29 Jul 2003 11:09:37 +0000]
[perl #22969] fix $hash{utf8bareword}
Message-Id: <
20030729110937.31c422d2.rgarcia@hexaflux.com>
p4raw-id: //depot/perl@20288
Stephen McCamant [Mon, 28 Jul 2003 16:57:19 +0000]
B::Deparse 0.64
Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
p4raw-id: //depot/perl@20287
Jarkko Hietaniemi [Tue, 29 Jul 2003 08:24:45 +0000]
More perlio docs from Stas.
p4raw-id: //depot/perl@20286
Jarkko Hietaniemi [Tue, 29 Jul 2003 08:22:49 +0000]
Reintroduce Porting/Modules. No, it's not duplicating
the information in Module::CoreList.
p4raw-id: //depot/perl@20285
Jarkko Hietaniemi [Tue, 29 Jul 2003 05:00:12 +0000]
The better prefixify() patch from Ed Moy.
p4raw-id: //depot/perl@20283
Jarkko Hietaniemi [Tue, 29 Jul 2003 04:57:57 +0000]
PerlIO_popped doc addition from NI-S.
p4raw-id: //depot/perl@20282
Craig A. Berry [Tue, 29 Jul 2003 00:11:46 +0000]
another File::Find tweak for VMS (improve on #20221)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
3F260212.9000104@mac.com>
p4raw-id: //depot/perl@20281
Jarkko Hietaniemi [Mon, 28 Jul 2003 18:03:48 +0000]
More bytecode tweaks.
p4raw-id: //depot/perl@20278
Jarkko Hietaniemi [Mon, 28 Jul 2003 16:47:53 +0000]
No more wince/README.compile.
p4raw-id: //depot/perl@20275
Jarkko Hietaniemi [Mon, 28 Jul 2003 16:19:47 +0000]
Slightly better failure output.
p4raw-id: //depot/perl@20272
Jarkko Hietaniemi [Mon, 28 Jul 2003 15:12:28 +0000]
These directories no more exist during cleanup.
p4raw-id: //depot/perl@20270
Jarkko Hietaniemi [Mon, 28 Jul 2003 15:07:22 +0000]
No more ext/*/*.t, move them all to ext/*/t.
p4raw-id: //depot/perl@20269
Jarkko Hietaniemi [Mon, 28 Jul 2003 14:31:17 +0000]
Move the ext/IO tests to a more standard location so that
the *.t do not get copied to the build tree (lib/IO/).
p4raw-id: //depot/perl@20268
Jarkko Hietaniemi [Mon, 28 Jul 2003 14:16:44 +0000]
Retract #20260.
p4raw-id: //depot/perl@20267
Jarkko Hietaniemi [Mon, 28 Jul 2003 13:38:59 +0000]
Bump the $VERSION of core File::Spec as requested by Ken Williams.
p4raw-id: //depot/perl@20266
Craig A. Berry [Mon, 28 Jul 2003 08:04:32 +0000]
#20177 broke skip logic in t/op/write.t
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
3F251F60.6050607@mac.com>
p4raw-id: //depot/perl@20265
Michael G. Schwern [Mon, 28 Jul 2003 05:54:19 +0000]
t/op/write.t cleanup after itself.
Message-ID: <
20030728125419.GJ21044@windhund.schwern.org>
p4raw-id: //depot/perl@20264
Jarkko Hietaniemi [Mon, 28 Jul 2003 12:13:24 +0000]
Make Storable work with blead/maint by making PL_sv_placeholder
a true global, bump $VERSION to 2.08. Will take a look at the
portability issue of placeholders soon.
p4raw-id: //depot/perl@20263
Jarkko Hietaniemi [Mon, 28 Jul 2003 11:35:31 +0000]
Storable test nosewipe.
p4raw-id: //depot/perl@20262
Jarkko Hietaniemi [Mon, 28 Jul 2003 11:02:23 +0000]
Solaris cc didn't appreciate casting a long to a pointer
with no cast, and lval casts are unportable, so introduce
a rval cast.
p4raw-id: //depot/perl@20261
Jarkko Hietaniemi [Mon, 28 Jul 2003 10:46:58 +0000]
(Retracted by #20267)
p4raw-id: //depot/perl@20260
Michael G. Schwern [Mon, 28 Jul 2003 02:14:19 +0000]
CPAN/t/signature.t noisy
Message-ID: <
20030728091419.GG21044@windhund.schwern.org>
p4raw-id: //depot/perl@20257
Jarkko Hietaniemi [Mon, 28 Jul 2003 10:00:11 +0000]
Extra noise from File::Spec.
p4raw-id: //depot/perl@20256
Jarkko Hietaniemi [Mon, 28 Jul 2003 09:50:55 +0000]
Prettyprint the constants list of defsubs_h.PL.
p4raw-id: //depot/perl@20255
Stephen McCamant [Sun, 27 Jul 2003 14:07:46 +0000]
B enhancements
Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
p4raw-id: //depot/perl@20253
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:55:42 +0000]
More clarification about the hash randomisation defines.
p4raw-id: //depot/perl@20252
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:51:46 +0000]
Clarify the process a bit.
p4raw-id: //depot/perl@20251
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:43:23 +0000]
Add $VERSION to B::Bytecode.
p4raw-id: //depot/perl@20250
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:39:14 +0000]
Missing test file. (Not very useful since Module::Signature
is not in the core, but let's not make an exception.)
p4raw-id: //depot/perl@20249
Gisle Aas [Sun, 27 Jul 2003 20:25:07 +0000]
Re: downrev modules in RC2
Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
(upgrade to Digest::MD5 2.26)
p4raw-id: //depot/perl@20248
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:31:32 +0000]
Upgrade to CGI 2.97.
p4raw-id: //depot/perl@20247
Jarkko Hietaniemi [Mon, 28 Jul 2003 04:26:58 +0000]
Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
(from Enache)
p4raw-id: //depot/perl@20246
Jarkko Hietaniemi [Sun, 27 Jul 2003 20:31:31 +0000]
Upgrade to CPAN 1.72.
p4raw-id: //depot/perl@20243
Jarkko Hietaniemi [Sun, 27 Jul 2003 20:21:40 +0000]
We now return to your normally scheduled hash randomisation.
p4raw-id: //depot/perl@20242
Jarkko Hietaniemi [Sun, 27 Jul 2003 19:45:22 +0000]
fresh_perl_(is|like) were printing out the wrong file/line
number on failure because _where() was hard coded to only
look one level up the call stack. In these cases it has to
look two.
(Schwern)
p4raw-id: //depot/perl@20240
Jarkko Hietaniemi [Sun, 27 Jul 2003 19:43:34 +0000]
cleanup tiehandle.t to use test.pl, is(), like(), etc...
(Schwern)
p4raw-id: //depot/perl@20239
Jarkko Hietaniemi [Sun, 27 Jul 2003 19:20:45 +0000]
Upgrade to Test::Harness 2.29.
p4raw-id: //depot/perl@20238
Jarkko Hietaniemi [Sun, 27 Jul 2003 18:37:45 +0000]
Missing MakeMaker test.
p4raw-id: //depot/perl@20237
Jarkko Hietaniemi [Sun, 27 Jul 2003 18:29:16 +0000]
Add -l (one file per line) option to manicheck.
p4raw-id: //depot/perl@20236
Jarkko Hietaniemi [Sun, 27 Jul 2003 18:08:55 +0000]
Further Byteloader tweaks from Enache.
p4raw-id: //depot/perl@20235
Jarkko Hietaniemi [Sun, 27 Jul 2003 18:02:24 +0000]
Reapply some perldoc changes not in 3.09.
p4raw-id: //depot/perl@20234
Jarkko Hietaniemi [Sun, 27 Jul 2003 17:51:01 +0000]
Upgrade to Pod::Perldoc 3.09.
p4raw-id: //depot/perl@20233
Jarkko Hietaniemi [Sun, 27 Jul 2003 17:34:23 +0000]
A bug reported in perl-unicode by Terry Jones, fixed
by Andreas Koenig, and add a test.
p4raw-id: //depot/perl@20232
Jarkko Hietaniemi [Sun, 27 Jul 2003 17:21:11 +0000]
Unicode::UCD doc nit from Andreas Koenig.
p4raw-id: //depot/perl@20231
Jarkko Hietaniemi [Sun, 27 Jul 2003 17:13:55 +0000]
Upgrade to I18N::LangTags 0.28.
p4raw-id: //depot/perl@20230
Jarkko Hietaniemi [Sun, 27 Jul 2003 16:59:27 +0000]
Skip the test until Enache fixes it.
p4raw-id: //depot/perl@20229
Jarkko Hietaniemi [Sun, 27 Jul 2003 16:12:44 +0000]
Upgrade to File::Spec 0.85.
p4raw-id: //depot/perl@20225
Marcus Holland-Moritz [Sun, 20 Jul 2003 22:36:02 +0000]
Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
006801c34efe$8aac1920$0c2f1fac@R2D2>
p4raw-id: //depot/perl@20224
Jarkko Hietaniemi [Sun, 27 Jul 2003 15:43:30 +0000]
Regen byterun once more: the incav is not yet right, but at
least it compiles now (Tru64 cc choked on the lvalue cast).
p4raw-id: //depot/perl@20223
Jarkko Hietaniemi [Sun, 27 Jul 2003 15:31:52 +0000]
Regenerated because of #20220.
p4raw-id: //depot/perl@20222
Craig A. Berry [Mon, 21 Jul 2003 19:40:20 +0000]
fix for File::Find logical name collision on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
3F1C87F4.2070401@mac.com>
p4raw-id: //depot/perl@20221
Adrian M. Enache [Fri, 18 Jul 2003 23:15:37 +0000]
Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
Message-ID: <
20030718201537.GA1574@ratsnest.hole>
p4raw-id: //depot/perl@20220
Vadim Konovalov [Fri, 25 Jul 2003 22:17:11 +0000]
WinCE port addition
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@20219
Jarkko Hietaniemi [Fri, 25 Jul 2003 06:39:08 +0000]
Another missing hunk for MakeMaker from .org.
p4raw-id: //depot/perl@20217