20 years agoMore missing pods for VMS.
Jarkko Hietaniemi [Tue, 12 Aug 2003 19:48:01 +0000]
More missing pods for VMS.

p4raw-id: //depot/perl@20663

20 years agoadd handling for new perlreref.pod file to VMS build.
Peter Prymmer [Tue, 12 Aug 2003 16:24:21 +0000]
add handling for new perlreref.pod file to VMS build.
Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>

p4raw-id: //depot/perl@20662

20 years agoperlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
Jarkko Hietaniemi [Tue, 12 Aug 2003 19:41:50 +0000]
perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.

p4raw-id: //depot/perl@20661

20 years agoA better patch from Yitzchak Scott-Thoennes for [perl #23287].
Jarkko Hietaniemi [Tue, 12 Aug 2003 18:44:27 +0000]
A better patch from Yitzchak Scott-Thoennes for [perl #23287].

p4raw-id: //depot/perl@20660

20 years agoMultiline one-liners are a bit too much to ask.
Jarkko Hietaniemi [Tue, 12 Aug 2003 13:55:56 +0000]
Multiline one-liners are a bit too much to ask.

p4raw-id: //depot/perl@20657

20 years agoAdd perlcheat to the toc and perl.pod; regen toc.
Jarkko Hietaniemi [Tue, 12 Aug 2003 13:23:00 +0000]
Add perlcheat to the toc and perl.pod; regen toc.

p4raw-id: //depot/perl@20654

20 years agoRetract #20644 and #20643; on non-microperl non-fcntl
Jarkko Hietaniemi [Tue, 12 Aug 2003 13:15:17 +0000]
Retract #20644 and #20643; on non-microperl non-fcntl
systems Wrong Thing would be done.  (And as Sarathy
points out, closing both ends of a pipe is rather
identical to never opening it...)

p4raw-id: //depot/perl@20653

20 years agoperlcheat
Juerd [Mon, 11 Aug 2003 20:24:34 +0000]
perlcheat
Message-Id: <20030811182434.GI17748@c3.convolution.nl>

p4raw-id: //depot/perl@20652

20 years agoMicroperl expects C89 (like the rest of Perl).
Jarkko Hietaniemi [Tue, 12 Aug 2003 12:52:09 +0000]
Microperl expects C89 (like the rest of Perl).

p4raw-id: //depot/perl@20651

20 years agoxsubpp: wrong code
Ilya Zakharevich [Sun, 3 Aug 2003 06:19:02 +0000]
xsubpp: wrong code
Message-ID: <20030803131902.GA5146@math.berkeley.edu>

p4raw-id: //depot/perl@20650

20 years agoIf we are void we cannot return a value.
Jarkko Hietaniemi [Tue, 12 Aug 2003 11:56:52 +0000]
If we are void we cannot return a value.

p4raw-id: //depot/perl@20648

20 years agoOops.
Jarkko Hietaniemi [Tue, 12 Aug 2003 11:54:32 +0000]
Oops.

p4raw-id: //depot/perl@20647

20 years agoApply much of Ilya's microperl patch, but instead of
Jarkko Hietaniemi [Tue, 12 Aug 2003 11:51:25 +0000]
Apply much of Ilya's microperl patch, but instead of
implementing the opendir()/readdir()/closedir() using
external commands give up "ANSI-pureness" and define them
in uconfig.sh, also define other stuff like rename() and putenv().
Leave out the $| emulation in my_fork() since we are
not supposed to have fork() under microperl.

p4raw-id: //depot/perl@20646

20 years agoLocalize PARENT (based on Ilya's microperl patch).
Jarkko Hietaniemi [Tue, 12 Aug 2003 10:40:54 +0000]
Localize PARENT (based on Ilya's microperl patch).

p4raw-id: //depot/perl@20645

20 years agoMore microperlish faking in case no fcntl F_SETFD for pipes.
Jarkko Hietaniemi [Tue, 12 Aug 2003 10:37:55 +0000]
More microperlish faking in case no fcntl F_SETFD for pipes.

p4raw-id: //depot/perl@20644

20 years agoA generally useful hunk from Ilya's microperl patch.
Jarkko Hietaniemi [Tue, 12 Aug 2003 10:13:53 +0000]
A generally useful hunk from Ilya's microperl patch.
(If no fcntl F_SETFD, fake it the best we can.)

p4raw-id: //depot/perl@20643

20 years agoreturning would be good, too.
Jarkko Hietaniemi [Tue, 12 Aug 2003 09:59:16 +0000]
returning would be good, too.

p4raw-id: //depot/perl@20640

20 years agoNo dor in maint.
Jarkko Hietaniemi [Tue, 12 Aug 2003 09:57:07 +0000]
No dor in maint.

p4raw-id: //depot/perl@20639

20 years agoXSLoader revisted
Ilya Zakharevich [Mon, 21 Apr 2003 22:44:37 +0000]
XSLoader revisted
Message-ID: <20030422054437.GA8297@math.berkeley.edu>

(the XSLoader doc hunk; the h2xs looks like a behavioural change)

p4raw-id: //depot/perl@20634

20 years agoproduce Foo-Bar/lib/Foo/Bar.pm
Michael G. Schwern [Sat, 9 Aug 2003 15:03:02 +0000]
produce Foo-Bar/lib/Foo/Bar.pm
Message-ID: <20030809220301.GE24919@windhund.schwern.org>

(plus one extra catfile() in h2xs.t)

p4raw-id: //depot/perl@20633

20 years agoThe Debian people have expressed a wish for the boilerplate
Jarkko Hietaniemi [Tue, 12 Aug 2003 08:11:08 +0000]
The Debian people have expressed a wish for the boilerplate
being specific about the Perl version; patch from Nicholas Clark.

p4raw-id: //depot/perl@20632

20 years agoA new try from Dave Mitchell for [perl #23265].
Jarkko Hietaniemi [Tue, 12 Aug 2003 08:09:43 +0000]
A new try from Dave Mitchell for [perl #23265].

p4raw-id: //depot/perl@20631

20 years agoFix for [perl #23287] segfault in untie.
Jarkko Hietaniemi [Tue, 12 Aug 2003 07:59:22 +0000]
Fix for [perl #23287] segfault in untie.
(Well, at least no more coredump.)

p4raw-id: //depot/perl@20630

20 years ago=head2 ALL CAPS
Jarkko Hietaniemi [Tue, 12 Aug 2003 06:24:32 +0000]
=head2 ALL CAPS

p4raw-id: //depot/perl@20629

20 years agoToo enthusiastic head2-ing.
Jarkko Hietaniemi [Tue, 12 Aug 2003 06:22:25 +0000]
Too enthusiastic head2-ing.

p4raw-id: //depot/perl@20628

20 years agoGotta Get'em Cases Right.
Jarkko Hietaniemi [Tue, 12 Aug 2003 05:17:14 +0000]
Gotta Get'em Cases Right.

p4raw-id: //depot/perl@20627

20 years agohead2-ify many of the head1s, will probably make this look
Jarkko Hietaniemi [Tue, 12 Aug 2003 05:04:02 +0000]
head2-ify many of the head1s, will probably make this look
better in HTML.

p4raw-id: //depot/perl@20626

20 years agoRe: [PATCH] perlreref.pod tweaks
Iain Truskett [Tue, 12 Aug 2003 13:59:27 +0000]
Re: [PATCH] perlreref.pod tweaks
Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>

plus explain "Titlecase".

p4raw-id: //depot/perl@20625

20 years agoAdd a new regression test for Safe : tests that all ops
Rafael Garcia-Suarez [Mon, 11 Aug 2003 19:59:17 +0000]
Add a new regression test for Safe : tests that all ops
can be trapped by a Safe compartement (except for the ones
that can't.)

p4raw-id: //depot/perl@20623

20 years ago[perl #23274] B::Deparse wasn't handling correctly builtins that
Rafael Garcia-Suarez [Mon, 11 Aug 2003 18:33:06 +0000]
[perl #23274] B::Deparse wasn't handling correctly builtins that
have two filehandles in their prototypes (pipe, socketpair,
accept) when non-bareword prototypes were used.

p4raw-id: //depot/perl@20622

20 years ago[PATCH] [@20616] perlreref.pod incorrectly describes \c
Jarkko Hietaniemi [Mon, 11 Aug 2003 17:08:29 +0000]
[PATCH] [@20616] perlreref.pod incorrectly describes \c
From: merlyn@stonehenge.com (Randal L. Schwartz)
Date: 11 Aug 2003 09:45:29 -0700
Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>

Subject: [PATCH] perlreref.pod tweaks
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Mon, 11 Aug 2003 13:19:51 -0400
Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>

Plus a note about {,n} not being a quantifier.

p4raw-id: //depot/perl@20620

20 years agoIntegrate:
Jarkko Hietaniemi [Mon, 11 Aug 2003 15:50:34 +0000]
Integrate:
[ 20618]
$* is not yet fully gone in 5.8.1.
p4raw-link: @20618 on //depot/maint-5.8/perl: 696159303d27544c09e7d688b57e8615f8432aa5

p4raw-id: //depot/perl@20619
p4raw-integrated: from //depot/maint-5.8/perl@20614 'copy in'
pod/perlreref.pod (@20598..)

20 years agoAllow via layer to affect the PERLIO_F_UTF8 flag.
Nick Ing-Simmons [Mon, 11 Aug 2003 12:14:55 +0000]
Allow via layer to affect the PERLIO_F_UTF8 flag.

p4raw-id: //depot/perl@20614

20 years agoVC6 warning: result still unsigned.
Jarkko Hietaniemi [Mon, 11 Aug 2003 10:55:19 +0000]
VC6 warning: result still unsigned.

p4raw-id: //depot/perl@20612

20 years agoTypo fix from Boris Zentner.
Jarkko Hietaniemi [Mon, 11 Aug 2003 08:33:13 +0000]
Typo fix from Boris Zentner.

p4raw-id: //depot/perl@20611

20 years ago[perl #23273] warnings in Unicode::UCD
Lukas Mai [Sun, 10 Aug 2003 22:37:41 +0000]
[perl #23273] warnings in Unicode::UCD
From: Lukas Mai (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>

p4raw-id: //depot/perl@20609

20 years agoExplain the 'Wide character in print' a bit more.
Jarkko Hietaniemi [Mon, 11 Aug 2003 04:24:34 +0000]
Explain the 'Wide character in print' a bit more.

p4raw-id: //depot/perl@20608

20 years agoRe: killing for vital signs [PATCH]
John P. Linderman [Sun, 10 Aug 2003 15:44:33 +0000]
Re: killing for vital signs [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <200308101944.PAA96547@raptor.research.att.com>

p4raw-id: //depot/perl@20607

20 years agogcc -ansi -pedantic cleanup; and a seemingly forgotten
Jarkko Hietaniemi [Sun, 10 Aug 2003 20:38:39 +0000]
gcc -ansi -pedantic cleanup; and a seemingly forgotten
sv_placeholder hunk.

p4raw-id: //depot/perl@20605

20 years agoClarify the format checking instructions.
Jarkko Hietaniemi [Sun, 10 Aug 2003 20:14:28 +0000]
Clarify the format checking instructions.

p4raw-id: //depot/perl@20604

20 years agoRetract #20597, too many resulting core dumps.
Jarkko Hietaniemi [Sun, 10 Aug 2003 19:45:45 +0000]
Retract #20597, too many resulting core dumps.

p4raw-id: //depot/perl@20602

20 years agoRe: [perl #23265] Nested anonymous subs
Dave Mitchell [Sun, 10 Aug 2003 01:35:30 +0000]
Re: [perl #23265] Nested anonymous subs
Message-ID: <20030810003530.GB6547@fdgroup.com>

p4raw-id: //depot/perl@20597

20 years agoTry simple workaround for the POSIX autosplit.ix warning.
Jarkko Hietaniemi [Sun, 10 Aug 2003 17:38:35 +0000]
Try simple workaround for the POSIX autosplit.ix warning.

p4raw-id: //depot/perl@20596

20 years agoOne more PL_csighandlerp.
Jarkko Hietaniemi [Sun, 10 Aug 2003 17:33:12 +0000]
One more PL_csighandlerp.

p4raw-id: //depot/perl@20595

20 years agoFurther tweaks on perlreref.pod (by Iain Truskett)
Rafael Garcia-Suarez [Sun, 10 Aug 2003 13:30:11 +0000]
Further tweaks on perlreref.pod (by Iain Truskett)

p4raw-id: //depot/perl@20594

20 years agoAdd the perlreref manpage, by Iain Truskett
Rafael Garcia-Suarez [Sun, 10 Aug 2003 12:32:47 +0000]
Add the perlreref manpage, by Iain Truskett
(regular expressions quick reference.)
Regenerate the table of contents.

p4raw-id: //depot/perl@20593

20 years agoRemove ByteLoader from the list of modules whose compilability should
Rafael Garcia-Suarez [Sat, 9 Aug 2003 21:13:27 +0000]
Remove ByteLoader from the list of modules whose compilability should
be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
pointed out.)

p4raw-id: //depot/perl@20592

20 years agoadd "$lexical not available" warning in C<for my $lex ()>
Dave Mitchell [Sat, 9 Aug 2003 14:51:44 +0000]
add "$lexical not available" warning in C<for my $lex ()>
Message-ID: <20030809135144.GC4997@fdgroup.com>

p4raw-id: //depot/perl@20591

20 years agoRegenerate perlapi.pod.
Rafael Garcia-Suarez [Sat, 9 Aug 2003 21:02:21 +0000]
Regenerate perlapi.pod.

p4raw-id: //depot/perl@20590

20 years agoRemoving tested modules
Michael G. Schwern [Sat, 9 Aug 2003 13:36:59 +0000]
Removing tested modules
Message-ID: <20030809203659.GB24919@windhund.schwern.org>

p4raw-id: //depot/perl@20589

20 years agoUpdate Jon Orwant's email address as he wants it,
Jarkko Hietaniemi [Sat, 9 Aug 2003 18:13:07 +0000]
Update Jon Orwant's email address as he wants it,
drop TPJ URL; upate also Doug MacEachern's address.

p4raw-id: //depot/perl@20588

20 years agohv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
Abhijit Menon-Sen [Sat, 9 Aug 2003 18:09:34 +0000]
hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
normal key was replaced by its UTF-8 equivalent. This caused the
"Storable problem" RT3 users reported under RH9.

p4raw-id: //depot/perl@20587

20 years agoInstallation on Win32
Michael G. Schwern [Fri, 8 Aug 2003 18:35:51 +0000]
Installation on Win32
Message-ID: <20030809013550.GS1587@windhund.schwern.org>

p4raw-id: //depot/perl@20586

20 years agoReintroduce the U_32-ification to pad.c,
Jarkko Hietaniemi [Sat, 9 Aug 2003 18:05:22 +0000]
Reintroduce the U_32-ification to pad.c,
suggested by Dave Mitchell.

p4raw-id: //depot/perl@20584

20 years agoChange #20578 to SelfLoader is probably also useful to AutoSplit.
Rafael Garcia-Suarez [Sat, 9 Aug 2003 12:43:50 +0000]
Change #20578 to SelfLoader is probably also useful to AutoSplit.

p4raw-id: //depot/perl@20583

20 years agoSome updates for the memory use debugging section:
Jarkko Hietaniemi [Sat, 9 Aug 2003 08:07:22 +0000]
Some updates for the memory use debugging section:
-DL is obsolete, mention Devel::Size, and Purify and valgrind.

p4raw-id: //depot/perl@20579

20 years agoFix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
Jarkko Hietaniemi [Sat, 9 Aug 2003 07:34:16 +0000]
Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
which was on old bug unearthed by the change #20559.
Basically, qr// + (??{$lexical}) combination is very, VERY broken.
Workaround is not to use lexicals.
p4raw-link: @20559 on //depot/perl: 2740392c45d51e34cd904b51afcc00544a78cf82

p4raw-id: //depot/perl@20578

20 years agoThe libcygipc doesn't really work with the Perl SysV IPC tests
Jarkko Hietaniemi [Sat, 9 Aug 2003 07:28:41 +0000]
The libcygipc doesn't really work with the Perl SysV IPC tests
so no much point in adding it yet.

p4raw-id: //depot/perl@20577

20 years agoRetract #20524 since it was due to broken INT32_MIN in
Jarkko Hietaniemi [Sat, 9 Aug 2003 07:24:43 +0000]
Retract #20524 since it was due to broken INT32_MIN in
Cygwin 1.5's stdint.h.

p4raw-id: //depot/perl@20575

20 years ago[ PATCH] Re: strange destruction problem on VMS
Dave Mitchell [Fri, 8 Aug 2003 22:28:48 +0000]
[ PATCH] Re: strange destruction problem on VMS
Message-ID: <20030808212848.GA2628@fdgroup.com>

p4raw-id: //depot/perl@20574

20 years agoRe: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
Michael G. Schwern [Fri, 8 Aug 2003 13:59:50 +0000]
Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
Message-ID: <20030808205950.GJ1587@windhund.schwern.org>

p4raw-id: //depot/perl@20573

20 years agokill 'INT' doesn't work on Windows
Jan Dubois [Fri, 8 Aug 2003 17:49:03 +0000]
kill 'INT' doesn't work on Windows
Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>

p4raw-id: //depot/perl@20572

20 years agoRe: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
Nicholas Clark [Fri, 8 Aug 2003 23:30:00 +0000]
Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
Message-ID: <20030808233000.B20130@plum.flirble.org>

p4raw-id: //depot/perl@20571

20 years agoTwo more tests for #20566/#20568.
Jarkko Hietaniemi [Sat, 9 Aug 2003 06:52:36 +0000]
Two more tests for #20566/#20568.

p4raw-id: //depot/perl@20570

20 years agoRe: UNICODE regexp bug
Nick Ing-Simmons [Fri, 8 Aug 2003 23:05:49 +0000]
Re: UNICODE regexp bug
Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>

Better patch (than #20566) from NI-S, one more test
(introduce another variable rather than reuse the tmp, though)

p4raw-id: //depot/perl@20568

20 years agoUNICODE regexp bug
Nick Ing-Simmons [Fri, 8 Aug 2003 20:36:56 +0000]
UNICODE regexp bug
Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>

p4raw-id: //depot/perl@20566

20 years agoMove the csighandler to be a data variable so that
Jarkko Hietaniemi [Fri, 8 Aug 2003 18:59:40 +0000]
Move the csighandler to be a data variable so that
things like DLL trampolines can't mess up the code
variables the Perl_csighandler (seen in Cygwin:
Perl_csighandler in POSIX extension was different
than in main executable).

p4raw-id: //depot/perl@20565

20 years agoRe: main@20537: WinXP build failed op/time.t test 2
Steve Hay [Fri, 8 Aug 2003 12:42:28 +0000]
Re: main@20537: WinXP build failed op/time.t test 2
Message-ID: <3F338CA4.3010503@uk.radan.com>

p4raw-id: //depot/perl@20564

20 years agomaintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
Gerrit P. Haase [Fri, 8 Aug 2003 13:44:51 +0000]
maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <1621817486657.20030808134451@familiehaase.de>

p4raw-id: //depot/perl@20563

20 years agoRetract PASTHRU* changes as recommended by Schwern.
Jarkko Hietaniemi [Fri, 8 Aug 2003 04:28:44 +0000]
Retract PASTHRU* changes as recommended by Schwern.

p4raw-id: //depot/perl@20560

20 years agoFwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
Dave Mitchell [Thu, 7 Aug 2003 15:53:35 +0000]
Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
Message-ID: <20030807145335.GF26683@fdgroup.com>

p4raw-id: //depot/perl@20559

20 years agoThe #20546 was too ambitious, broke the test.
Jarkko Hietaniemi [Thu, 7 Aug 2003 18:14:41 +0000]
The #20546 was too ambitious, broke the test.

p4raw-id: //depot/perl@20556

20 years agoFw: [PATCH: perl@20512] DBG build tweaks for VMS.
Peter Prymmer [Thu, 7 Aug 2003 14:02:02 +0000]
Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>

p4raw-id: //depot/perl@20554

20 years agoSome AUTHORS updates.
Jarkko Hietaniemi [Thu, 7 Aug 2003 16:45:25 +0000]
Some AUTHORS updates.

p4raw-id: //depot/perl@20553

20 years agoHint away the semid_ds test in NetBSD/sparc.
Jarkko Hietaniemi [Thu, 7 Aug 2003 15:45:03 +0000]
Hint away the semid_ds test in NetBSD/sparc.

p4raw-id: //depot/perl@20552

20 years agoAllow hinting d_semctl_semun and d_semctl_semid_ds.
Jarkko Hietaniemi [Thu, 7 Aug 2003 15:39:53 +0000]
Allow hinting d_semctl_semun and d_semctl_semid_ds.

p4raw-id: //depot/perl@20550

20 years agoTest::More
Fergal Daly [Thu, 7 Aug 2003 15:52:11 +0000]
Test::More
Message-Id: <200308071552.11873.fergal@esatclear.ie>

p4raw-id: //depot/perl@20548

20 years agoIntegrate from maint:
Jarkko Hietaniemi [Thu, 7 Aug 2003 14:45:22 +0000]
Integrate from maint:
[ 20543]
Workround for SuSE8.2's -lndbm hack
p4raw-link: @20543 on //depot/maint-5.8/perl: d551851b7b11c9bb540da7f8c6e89eeb18e96630

p4raw-id: //depot/perl@20547
p4raw-integrated: from //depot/maint-5.8/perl@20546 'copy in'
hints/linux.sh (@18080..)

20 years ago[PATCH 5.8.1] Benchmark problem
Jarkko Hietaniemi [Thu, 7 Aug 2003 14:43:57 +0000]
[PATCH 5.8.1] Benchmark problem
From: Radu Greab <rgreab@fx.ro>
Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>

Subject: Re: [PATCH 5.8.1] Benchmark problem
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Thu, 7 Aug 2003 15:48:38 +0200
Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@20546

20 years agoRetract #20359: too wide a brush.
Jarkko Hietaniemi [Thu, 7 Aug 2003 14:25:25 +0000]
Retract #20359: too wide a brush.

p4raw-id: //depot/perl@20544

20 years agoIf no alarm(), skip the subtests.
Jarkko Hietaniemi [Thu, 7 Aug 2003 06:24:23 +0000]
If no alarm(), skip the subtests.

p4raw-id: //depot/perl@20542

20 years agoRe: maint @ 20537
Philip Newton [Thu, 7 Aug 2003 09:05:17 +0000]
Re: maint @ 20537
Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>

p4raw-id: //depot/perl@20541

20 years agoRe: maint @ 20537
Philip Newton [Thu, 7 Aug 2003 09:05:17 +0000]
Re: maint @ 20537
Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>

p4raw-id: //depot/perl@20540

20 years agoNetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
Jarkko Hietaniemi [Thu, 7 Aug 2003 05:17:56 +0000]
NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
broken SysV semaphores.

p4raw-id: //depot/perl@20539

20 years agoRe: [perl #23030] Error in negative lookahead with alternations
Hugo van der Sanden [Thu, 7 Aug 2003 02:44:23 +0000]
Re: [perl #23030] Error in negative lookahead with alternations
Message-Id: <200308070144.h771iN906446@zen.crypt.org>

p4raw-id: //depot/perl@20538

20 years agoESUCCESS = 0 is not true, but exists.
Jarkko Hietaniemi [Wed, 6 Aug 2003 19:05:18 +0000]
ESUCCESS = 0 is not true, but exists.

p4raw-id: //depot/perl@20535

20 years ago[pathc] Sys:Syslog.pm::syslog() - Better error message
Jari Aalto [Wed, 6 Aug 2003 14:24:42 +0000]
[pathc] Sys:Syslog.pm::syslog() - Better error message
Message-ID: <ekzzowp1.fsf@blue.sea.net>

p4raw-id: //depot/perl@20533

20 years agoMake code agree with documentation (from Wolfgang Friebel)
Jarkko Hietaniemi [Wed, 6 Aug 2003 18:24:56 +0000]
Make code agree with documentation (from Wolfgang Friebel)

p4raw-id: //depot/perl@20530

20 years agoVarious tweaks to help DJGPP builds.
Jarkko Hietaniemi [Wed, 6 Aug 2003 18:20:31 +0000]
Various tweaks to help DJGPP builds.

p4raw-id: //depot/perl@20529

20 years agoMore PASTHRU patching from Steve Hay.
Jarkko Hietaniemi [Wed, 6 Aug 2003 14:57:22 +0000]
More PASTHRU patching from Steve Hay.

p4raw-id: //depot/perl@20527

20 years agoCast away gcc 3.3 type conversion pickiness.
Jarkko Hietaniemi [Wed, 6 Aug 2003 13:53:01 +0000]
Cast away gcc 3.3 type conversion pickiness.

p4raw-id: //depot/perl@20526

20 years agoRe: perl with cygwin 1.5, need help
Gerrit P. Haase [Tue, 5 Aug 2003 14:36:55 +0000]
Re: perl with cygwin 1.5, need help
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <71561410910.20030805143655@familiehaase.de>

(needed manual fitting)

p4raw-id: //depot/perl@20524

20 years agomaint @ 20512
Robin Barker [Wed, 6 Aug 2003 15:31:33 +0000]
maint @ 20512
Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>

p4raw-id: //depot/perl@20523

20 years agoRe: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on...
Steve Hay [Wed, 6 Aug 2003 10:56:44 +0000]
Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
Message-ID: <3F30D0DC.20700@uk.radan.com>

p4raw-id: //depot/perl@20520

20 years agoRe: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
Tim Jenness [Tue, 5 Aug 2003 17:21:46 +0000]
Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>

p4raw-id: //depot/perl@20514

20 years agodprofpp.PL again -- #20488 thinko
Craig A. Berry [Wed, 6 Aug 2003 00:18:36 +0000]
dprofpp.PL again -- #20488 thinko
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3F308FAC.4090409@mac.com>

(from vmsperl list)

p4raw-id: //depot/perl@20513

20 years agoBETTER update Friedl book listing for 2nd edition
Mark-Jason Dominus [Tue, 5 Aug 2003 19:23:46 +0000]
BETTER update Friedl book listing for 2nd edition
Message-ID: <20030805192346.25911.qmail@plover.com>

p4raw-id: //depot/perl@20510

20 years agoContinue #20506.
Jarkko Hietaniemi [Tue, 5 Aug 2003 18:36:38 +0000]
Continue #20506.

p4raw-id: //depot/perl@20508

20 years agoTry to fix the INC in PASTHRU.
Jarkko Hietaniemi [Tue, 5 Aug 2003 17:58:01 +0000]
Try to fix the INC in PASTHRU.

p4raw-id: //depot/perl@20506

20 years agoRe: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
Chip Salzenberg [Tue, 5 Aug 2003 11:39:24 +0000]
Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
Message-ID: <20030805153924.GO1751@perlsupport.com

p4raw-id: //depot/perl@20503