22 years agoFile::stat bug + workarounds, based on Yves Orton's patch.
Jarkko Hietaniemi [Thu, 18 Jul 2002 18:20:57 +0000]
File::stat bug + workarounds, based on Yves Orton's patch.

p4raw-id: //depot/perl@17627

22 years agoAdd a pointer about the non-portability of ctime,
Jarkko Hietaniemi [Thu, 18 Jul 2002 18:10:29 +0000]
Add a pointer about the non-portability of ctime,
based on Yves Orton's patch.

p4raw-id: //depot/perl@17626

22 years agoThread-safety doc tweaks from Jörg Walter <jwalt@cpan.org>;
Jarkko Hietaniemi [Thu, 18 Jul 2002 17:50:27 +0000]
Thread-safety doc tweaks from Jörg Walter <jwalt@cpan.org>;
add a note about process-scope changing functions to perlthrtut
as suggested by Stas Bekman.

p4raw-id: //depot/perl@17625

22 years agoRe: [PATCH] AUTHORS and INSTALL
Andy Dougherty [Thu, 18 Jul 2002 12:40:05 +0000]
Re: [PATCH] AUTHORS and INSTALL
Message-ID: <Pine.SOL.4.10.10207181236030.15097-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@17624

22 years agoRe: [PATCH] AUTHORS and INSTALL
Chris Ball [Thu, 18 Jul 2002 15:10:25 +0000]
Re: [PATCH] AUTHORS and INSTALL
Message-ID: <86znwp5dpq.fsf@void.printf.net>

Remind that Perl 5.8.0 is binary incompatible.

p4raw-id: //depot/perl@17623

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 18 Jul 2002 13:03:43 +0000]
Update Changes.

p4raw-id: //depot/perl@17622

22 years agoAUTHORS and INSTALL
Richard Foley [Thu, 18 Jul 2002 14:31:16 +0000]
AUTHORS and INSTALL
Message-ID: <17VBSS-29nwUCC@fwd03.sul.t-online.com>

p4raw-id: //depot/perl@17621

22 years agoNetWare tweaks from Ananth Kesari
Jarkko Hietaniemi [Thu, 18 Jul 2002 12:43:16 +0000]
NetWare tweaks from Ananth Kesari
(the #17601 helped also NetWare)

p4raw-id: //depot/perl@17620

22 years agoUpdate on OS/2 status.
Jarkko Hietaniemi [Thu, 18 Jul 2002 12:35:28 +0000]
Update on OS/2 status.

p4raw-id: //depot/perl@17619

22 years agoIt would seem that Mac OS X has fixed the INT32_MIN INT64_MIN.
Jarkko Hietaniemi [Thu, 18 Jul 2002 04:42:13 +0000]
It would seem that Mac OS X has fixed the INT32_MIN INT64_MIN.

p4raw-id: //depot/perl@17617

22 years ago[perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles
Leif Huhn [Wed, 17 Jul 2002 20:56:55 +0000]
[perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles
From: Leif Huhn (via RT) <perlbug@perl.org>
Message-Id: <rt-15015-30041.8.70975172593674@perl>

Popping off an Off_t tested for sizeof(size_t),
when it was supposed to be testing for sizeof(off_t).

p4raw-id: //depot/perl@17616

22 years agoFurther OS/2 symbol tweaking.
Jarkko Hietaniemi [Thu, 18 Jul 2002 03:26:10 +0000]
Further OS/2 symbol tweaking.

p4raw-id: //depot/perl@17615

22 years agoRe: sprintf: fix and docs
Hugo van der Sanden [Wed, 17 Jul 2002 23:36:20 +0000]
Re: sprintf: fix and docs
Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17614

22 years agoReintroduce #17486, but this time with Sebastian Wittmeier's
Jarkko Hietaniemi [Wed, 17 Jul 2002 21:10:16 +0000]
Reintroduce #17486, but this time with Sebastian Wittmeier's
<Sebastian.Wittmeier@ginko.de> tweak, now OS/2 is happier
(affects only OS/2)

p4raw-id: //depot/perl@17613

22 years agoRegen toc.
Jarkko Hietaniemi [Wed, 17 Jul 2002 21:07:10 +0000]
Regen toc.

p4raw-id: //depot/perl@17612

22 years agoDocument the DJGPP status.
Jarkko Hietaniemi [Wed, 17 Jul 2002 21:05:16 +0000]
Document the DJGPP status.

p4raw-id: //depot/perl@17611

22 years agoUTF-8 news tweak.
Jarkko Hietaniemi [Wed, 17 Jul 2002 20:16:56 +0000]
UTF-8 news tweak.

p4raw-id: //depot/perl@17610

22 years ago[DOCPATCH] perlnum.pod is wrong
Nicholas Clark [Wed, 17 Jul 2002 22:02:54 +0000]
[DOCPATCH] perlnum.pod is wrong
Message-ID: <20020717210254.GC402@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@17609

22 years agoTypo.
Rafael Garcia-Suarez [Wed, 17 Jul 2002 19:30:55 +0000]
Typo.

p4raw-id: //depot/perl@17608

22 years agoMac OS X dyld problems: be less destructive.
Jarkko Hietaniemi [Wed, 17 Jul 2002 16:47:32 +0000]
Mac OS X dyld problems: be less destructive.

p4raw-id: //depot/perl@17605

22 years agoDJGPP reclaimed.
Jarkko Hietaniemi [Wed, 17 Jul 2002 16:26:34 +0000]
DJGPP reclaimed.

p4raw-id: //depot/perl@17604

22 years agoAUTHORS
Hugo van der Sanden [Wed, 17 Jul 2002 17:04:44 +0000]
AUTHORS
Message-Id: <200207171604.g6HG4iO03603@crypt.compulink.co.uk>

Correct Hugo's email address.

p4raw-id: //depot/perl@17603

22 years agoIntegrate change #17588 from macperl:
Jarkko Hietaniemi [Wed, 17 Jul 2002 14:43:49 +0000]
Integrate change #17588 from macperl:

Small test fixes for Mac OS

$Config{cc} is generated dynamically on MacPerl,
so looking at raw config_sh() fails

op/glob.t never worked before, oops :-)
p4raw-link: @17588 on //depot/macperl: 7fdc85a41049dbfd266b46a271bdc2992d732831

p4raw-id: //depot/perl@17602
p4raw-integrated: from //depot/macperl@17601 'copy in' lib/Config.t
t/op/glob.t (@17528..)

22 years agoNI-S' stab at the #17270 mystery.
Jarkko Hietaniemi [Wed, 17 Jul 2002 14:08:48 +0000]
NI-S' stab at the #17270 mystery.

p4raw-id: //depot/perl@17601

22 years agoAdd a pointer to the utf8 pragma doc.
Jarkko Hietaniemi [Wed, 17 Jul 2002 13:58:54 +0000]
Add a pointer to the utf8 pragma doc.

p4raw-id: //depot/perl@17600

22 years agoRegen toc.
Jarkko Hietaniemi [Wed, 17 Jul 2002 13:35:29 +0000]
Regen toc.

p4raw-id: //depot/perl@17599

22 years agoUpdate AUTHORS.
Jarkko Hietaniemi [Wed, 17 Jul 2002 13:34:21 +0000]
Update AUTHORS.

p4raw-id: //depot/perl@17598

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:57:42 +0000]
Update Changes.

p4raw-id: //depot/perl@17597

22 years agoIvan Kurmanov pointed out that the whole "use utf8"
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:46:20 +0000]
Ivan Kurmanov pointed out that the whole "use utf8"
semantics change was missing from Incompatible Changes.
Ooops. (Also tweaked the announcement.)

p4raw-id: //depot/perl@17596

22 years agoDoc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:35:07 +0000]
Doc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.

p4raw-id: //depot/perl@17595

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:29:42 +0000]
Integrate perlio:

[ 17587]
Fix :scalar layer to allow it to exist under other layers.
Actual fix is just the if (!f) test before calling
PerlIO_allocate(). Rest of change is conforming to
standard indent.
p4raw-link: @17587 on //depot/perlio: 14d89041d8ff788f94621c8fcb0918e3be8f01f0

p4raw-id: //depot/perl@17594

22 years agoAlso the NetWare breakage was due to #17270, go figure.
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:25:39 +0000]
Also the NetWare breakage was due to #17270, go figure.

p4raw-id: //depot/perl@17593

22 years agopatch against perldebug.pod
Jim Cromie [Wed, 17 Jul 2002 08:48:38 +0000]
patch against perldebug.pod
Message-ID: <3D3567A6.5070404@divsol.com>

p4raw-id: //depot/perl@17592

22 years agoEncode::FB_QUIET
Tatsuhiko Miyagawa [Wed, 17 Jul 2002 18:25:01 +0000]
Encode::FB_QUIET
Message-ID: <86adoq4sgi.wl@mail.edge.co.jp>

p4raw-id: //depot/perl@17591

22 years agoCygwin is at 1.3.12.
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:14:21 +0000]
Cygwin is at 1.3.12.

p4raw-id: //depot/perl@17590

22 years agoFix :scalar layer to allow it to exist under other layers.
Nick Ing-Simmons [Wed, 17 Jul 2002 06:33:58 +0000]
Fix :scalar layer to allow it to exist under other layers.
Actual fix is just the if (!f) test before calling
PerlIO_allocate(). Rest of change is conforming to
standard indent.

p4raw-id: //depot/perlio@17587

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 17 Jul 2002 06:32:10 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17586

22 years agoUpgrade to Net::Ping 2.20.
Jarkko Hietaniemi [Wed, 17 Jul 2002 03:11:53 +0000]
Upgrade to Net::Ping 2.20.

p4raw-id: //depot/perl@17584

22 years agoDJGPP was broken by #17270. Because of the time crunch
Jarkko Hietaniemi [Tue, 16 Jul 2002 21:14:36 +0000]
DJGPP was broken by #17270.  Because of the time crunch
we may not have time to investigate how that is possible,
since the #17270 was trying to protect against illegal
memory accesses... (the breakage of the DJGPP build was
manifested by configpm eating up all the available memory)

p4raw-id: //depot/perl@17583

22 years agoMPE/iX fixes from Mark Bixby.
Jarkko Hietaniemi [Tue, 16 Jul 2002 20:18:32 +0000]
MPE/iX fixes from Mark Bixby.

p4raw-id: //depot/perl@17582

22 years agoRemove bad advice : -M doesn't work on the #! line
Rafael Garcia-Suarez [Tue, 16 Jul 2002 19:49:16 +0000]
Remove bad advice : -M doesn't work on the #! line

p4raw-id: //depot/perl@17581

22 years agoIntegrate mainline (what a lot of change during freeze!)
Nick Ing-Simmons [Tue, 16 Jul 2002 19:41:34 +0000]
Integrate mainline (what a lot of change during freeze!)

p4raw-id: //depot/perlio@17580

22 years agoWith very high probability this 8-space wants to be a 1-tab.
Jarkko Hietaniemi [Tue, 16 Jul 2002 18:13:50 +0000]
With very high probability this 8-space wants to be a 1-tab.

p4raw-id: //depot/perl@17579

22 years agoRemove the extra warning since after it the right thing
Jarkko Hietaniemi [Tue, 16 Jul 2002 17:56:17 +0000]
Remove the extra warning since after it the right thing
is attempted (and that gives a warning if necessary).

p4raw-id: //depot/perl@17578

22 years ago[ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
W.BRISCOE@ponl.com [Tue, 16 Jul 2002 08:24:00 +0000]
[ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
Message-Id: <NXfa4c15-42476076@eur.ponl.com>

p4raw-id: //depot/perl@17577

22 years agosprintf: fix and docs
Hugo van der Sanden [Tue, 16 Jul 2002 16:01:12 +0000]
sprintf: fix and docs
Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17576

22 years agoRegen toc.
Jarkko Hietaniemi [Tue, 16 Jul 2002 13:47:11 +0000]
Regen toc.

p4raw-id: //depot/perl@17575

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 16 Jul 2002 13:30:22 +0000]
Update Changes.

p4raw-id: //depot/perl@17574

22 years agoMac OS X dyld problem: try more direct action first.
Jarkko Hietaniemi [Tue, 16 Jul 2002 13:14:34 +0000]
Mac OS X dyld problem: try more direct action first.

p4raw-id: //depot/perl@17573

22 years agoMore explicit solution for the Mac OS X "dyld undefined symbols"
Jarkko Hietaniemi [Tue, 16 Jul 2002 13:06:04 +0000]
More explicit solution for the Mac OS X "dyld undefined symbols"
problem.

p4raw-id: //depot/perl@17572

22 years agoUpgrade to Locale::Codes 2.06.
Jarkko Hietaniemi [Tue, 16 Jul 2002 12:25:07 +0000]
Upgrade to Locale::Codes 2.06.

p4raw-id: //depot/perl@17571

22 years agointegrate a variant of change#17568 from maint-5.6 branch (the
Gurusamy Sarathy [Tue, 16 Jul 2002 02:57:47 +0000]
integrate a variant of change#17568 from maint-5.6 branch (the
do_exec parts elided so that change is restricted strictly to
windows; binary compatibility stubs not needed)
p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2

p4raw-id: //depot/perl@17570

22 years agoIntegrate change #16844 from maint:
Jarkko Hietaniemi [Tue, 16 Jul 2002 02:26:12 +0000]
Integrate change #16844 from maint:

extension of change#16332: isolate signal diddling to the main
interpreter (fixes signal-related races, e.g. when multiple
threads run system())
p4raw-link: @16844 on //depot/maint-5.6/perl: 9bc2ac260e3c5ad531ff50393278b22d570db209
p4raw-link: @16332 on //depot/maint-5.6/perl: 9bf7742e23b67e3d7c671615795c570c51951513

p4raw-id: //depot/perl@17569
p4raw-integrated: from //depot/maint-5.6/perl@17567 'merge in' util.c
(@16508..)

22 years agointegrate change#17566 from maint-5.6 branch
Gurusamy Sarathy [Tue, 16 Jul 2002 00:27:12 +0000]
integrate change#17566 from maint-5.6 branch

on windows, ensure child processes that get run via backticks get
the right pipe handle at stdin/stdout; this is needed to make
subprocesses see the correct standard handles such that backticks
and piped open()s work when run from within GUI applications

this also makes it possible to launch wperl.exe in backticks
from within an application that has no std handles without a
new blank console window popping up
p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea

p4raw-id: //depot/perl@17567

22 years agochange#16528 merged the fix for my_popen() but missed my_popen_list()
Gurusamy Sarathy [Mon, 15 Jul 2002 23:58:49 +0000]
change#16528 merged the fix for my_popen() but missed my_popen_list()
which had the same code (and bugs) duplicated; add changes#16329,16331
into my_popen_list()
p4raw-link: @16528 on //depot/perl: b5ac89c3e91fc5e73ab09acd099240e5aaa213a5
p4raw-link: @16331 on //depot/maint-5.6/perl: 821302ef08e28e13ed846e63b71b1a8e0bd6e09a
p4raw-link: @16329 on //depot/maint-5.6/perl: 5676c1b12073c1e0625a9800fba3bbcb4a2e99c8

p4raw-id: //depot/perl@17565

22 years agoadd missing xref in Changes
Gurusamy Sarathy [Mon, 15 Jul 2002 23:45:08 +0000]
add missing xref in Changes

p4raw-id: //depot/perl@17564

22 years agoIRIX -O2 trick (needs verification from John P. Linderman)
Jarkko Hietaniemi [Mon, 15 Jul 2002 22:38:31 +0000]
IRIX -O2 trick (needs verification from John P. Linderman)

p4raw-id: //depot/perl@17563

22 years agoTypo? in perlxstut.pod + PATCH
John P. Linderman [Mon, 15 Jul 2002 14:08:47 +0000]
Typo? in perlxstut.pod + PATCH
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <200207151808.OAA53989@raptor.research.att.com>

p4raw-id: //depot/perl@17562

22 years agoSplit "Known problems" into "Known problems" (generic,
Jarkko Hietaniemi [Mon, 15 Jul 2002 21:11:04 +0000]
Split "Known problems" into "Known problems" (generic,
or shared among several platforms) and "Platform Specific
Problems".

p4raw-id: //depot/perl@17561

22 years agoClarify the PerlIO::scalar docs (suggested by Elizabeth
Rafael Garcia-Suarez [Mon, 15 Jul 2002 20:13:22 +0000]
Clarify the PerlIO::scalar docs (suggested by Elizabeth
Mattijsen.)

p4raw-id: //depot/perl@17560

22 years agoRetract #17486: OS/2 didn't like it.
Jarkko Hietaniemi [Mon, 15 Jul 2002 18:59:23 +0000]
Retract #17486: OS/2 didn't like it.

p4raw-id: //depot/perl@17559

22 years agoAdd #!./perl, noticed by John Adams.
Jarkko Hietaniemi [Mon, 15 Jul 2002 18:39:11 +0000]
Add #!./perl, noticed by John Adams.

p4raw-id: //depot/perl@17558

22 years agoRegen toc.
Jarkko Hietaniemi [Mon, 15 Jul 2002 17:14:41 +0000]
Regen toc.

p4raw-id: //depot/perl@17557

22 years agoAdd a section on ithreads; rearrange the sections a bit.
Jarkko Hietaniemi [Mon, 15 Jul 2002 17:12:28 +0000]
Add a section on ithreads; rearrange the sections a bit.

p4raw-id: //depot/perl@17556

22 years agoRe: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
Yitzchak Scott-Thoennes [Mon, 15 Jul 2002 10:04:02 +0000]
Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
Message-ID: <CCwM9gzkg25T092yn@efn.org>

Document which tests will fail.

p4raw-id: //depot/perl@17555

22 years ago[ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
Rainer Orth [Mon, 15 Jul 2002 19:23:54 +0000]
[ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
Message-Id: <5.8.0_22255_1026753561@rimsky>

(also raise the gcc minimum to 2.95.3)

p4raw-id: //depot/perl@17554

22 years agoconfigure.gnu wants to be executable, too.
Jarkko Hietaniemi [Mon, 15 Jul 2002 14:56:42 +0000]
configure.gnu wants to be executable, too.

p4raw-id: //depot/perl@17553

22 years agoDJGPP broke after 5.7.3, so that's good news.
Jarkko Hietaniemi [Mon, 15 Jul 2002 14:35:31 +0000]
DJGPP broke after 5.7.3, so that's good news.

p4raw-id: //depot/perl@17552

22 years agoRetract #17550: the build/test time warnings do not
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:49:27 +0000]
Retract #17550: the build/test time warnings do not
belong to perldelta, they belong to the announcement.

p4raw-id: //depot/perl@17551

22 years ago(retracted by #17551)
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:46:51 +0000]
(retracted by #17551)
Copy the warnings about build and test times from
the RC announcements to perldelta.

p4raw-id: //depot/perl@17550

22 years agoTry to future proof the op/taint.
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:38:53 +0000]
Try to future proof the op/taint.

p4raw-id: //depot/perl@17549

22 years agoSquash "uninitialized" warning from gcc.
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:35:49 +0000]
Squash "uninitialized" warning from gcc.

p4raw-id: //depot/perl@17548

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:33:20 +0000]
Update Changes.

p4raw-id: //depot/perl@17547

22 years agoRe: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
Tim Bunce [Mon, 15 Jul 2002 12:14:54 +0000]
Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
Message-ID: <20020715121454.F20682@dansat.data-plan.com>

p4raw-id: //depot/perl@17546

22 years agoRC3: lib/constant.t #35
Tatsuhiko Miyagawa [Mon, 15 Jul 2002 16:29:28 +0000]
RC3: lib/constant.t #35
Message-ID: <86adotwisn.wl@mail.edge.co.jp>

Assuming " " in error messages does not work in Japanese,
just skip the test (even the #34 is suspicious).

p4raw-id: //depot/perl@17545

22 years agoUpgrade to podlators 1.23.
Jarkko Hietaniemi [Mon, 15 Jul 2002 12:57:52 +0000]
Upgrade to podlators 1.23.

p4raw-id: //depot/perl@17544

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 15 Jul 2002 06:56:42 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17543

22 years agoSay something about missing "Perl_get_sv".
Jarkko Hietaniemi [Mon, 15 Jul 2002 04:03:51 +0000]
Say something about missing "Perl_get_sv".

p4raw-id: //depot/perl@17542

22 years agoRe: Regexp causes coredump
Hugo van der Sanden [Mon, 15 Jul 2002 02:22:35 +0000]
Re: Regexp causes coredump
Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17541

22 years agoUpgrade to Term::ANSIColor 1.05.
Jarkko Hietaniemi [Sun, 14 Jul 2002 21:56:52 +0000]
Upgrade to Term::ANSIColor 1.05.

p4raw-id: //depot/perl@17540

22 years agoTest skip counter tweak from Craig Berry.
Jarkko Hietaniemi [Sun, 14 Jul 2002 19:57:54 +0000]
Test skip counter tweak from Craig Berry.

p4raw-id: //depot/perl@17539

22 years agoRe: [ID 20020713.008] %vd eats two arguments
Hugo van der Sanden [Sun, 14 Jul 2002 19:00:12 +0000]
Re: [ID 20020713.008] %vd eats two arguments
Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17538

22 years agoUnfortunately we have to downgrade the status of DJGPP.
Jarkko Hietaniemi [Sun, 14 Jul 2002 16:04:35 +0000]
Unfortunately we have to downgrade the status of DJGPP.

p4raw-id: //depot/perl@17537

22 years agoI would say the long double support has matured enough.
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:58:12 +0000]
I would say the long double support has matured enough.

p4raw-id: //depot/perl@17536

22 years agoThe z/OS problems are dependent on the environment;
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:56:01 +0000]
The z/OS problems are dependent on the environment;
Merijn Broeren didn't hit the pat.t crash.  Now we only
need to figure out what's different in the environments...

p4raw-id: //depot/perl@17535

22 years agoperldelta didn't know of FreeBSD 4.6 readdir_r.
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:53:08 +0000]
perldelta didn't know of FreeBSD 4.6 readdir_r.

p4raw-id: //depot/perl@17534

22 years agoperldelta shuffling.
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:48:46 +0000]
perldelta shuffling.

p4raw-id: //depot/perl@17533

22 years agoDocument the Thread:: change.
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:30:38 +0000]
Document the Thread:: change.

p4raw-id: //depot/perl@17532

22 years agoAdd a few new diagnostics.
Jarkko Hietaniemi [Sun, 14 Jul 2002 15:26:51 +0000]
Add a few new diagnostics.

p4raw-id: //depot/perl@17531

22 years agoMove the debugger changes from "diagnostics" to "fixes".
Jarkko Hietaniemi [Sun, 14 Jul 2002 14:37:28 +0000]
Move the debugger changes from "diagnostics" to "fixes".

p4raw-id: //depot/perl@17530

22 years agoThis is 5.8.0 RC3.
Jarkko Hietaniemi [Sat, 13 Jul 2002 23:07:10 +0000]
This is 5.8.0 RC3.

p4raw-id: //depot/perl@17527

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 13 Jul 2002 23:05:53 +0000]
Update Changes.

p4raw-id: //depot/perl@17526

22 years agoSmall pod nits.
Jarkko Hietaniemi [Sat, 13 Jul 2002 22:31:07 +0000]
Small pod nits.

p4raw-id: //depot/perl@17525

22 years agoUpdate perlhist.
Jarkko Hietaniemi [Sat, 13 Jul 2002 22:26:10 +0000]
Update perlhist.

p4raw-id: //depot/perl@17524

22 years agoRegen Configure.
Jarkko Hietaniemi [Sat, 13 Jul 2002 22:24:02 +0000]
Regen Configure.

p4raw-id: //depot/perl@17522

22 years agoUpdate the CPAN sites list in perlmodlib, regen toc.
Jarkko Hietaniemi [Sat, 13 Jul 2002 14:14:16 +0000]
Update the CPAN sites list in perlmodlib, regen toc.

p4raw-id: //depot/perl@17521

22 years agoperlbug
Ask Bjoern Hansen [Sat, 13 Jul 2002 07:46:36 +0000]
perlbug
Message-ID: <20020713074456.M95399-100000@miette.develooper.com>

p4raw-id: //depot/perl@17520

22 years agoMore admonishment that one shouldn't waste one's efforts
Jarkko Hietaniemi [Sat, 13 Jul 2002 13:35:57 +0000]
More admonishment that one shouldn't waste one's efforts
on 5.005 threads any more.

p4raw-id: //depot/perl@17519

22 years agoThe installation of the 5.005threads {Queue,Semaphore}.pm
Jarkko Hietaniemi [Sat, 13 Jul 2002 13:29:07 +0000]
The installation of the 5.005threads {Queue,Semaphore}.pm
didn't quite work.

p4raw-id: //depot/perl@17518

22 years agoMinor doc changes for PerlIO::via.
Rafael Garcia-Suarez [Sat, 13 Jul 2002 11:46:14 +0000]
Minor doc changes for PerlIO::via.

p4raw-id: //depot/perl@17517