Yitzchak Scott-Thoennes [Thu, 18 Mar 2004 22:24:09 +0000]
warn on !=~
Message-ID: <
20040319062035.GA3768@efn.org>
with an improvement suggested by Ton Hospel.
p4raw-id: //depot/perl@22542
Greg Matheson [Fri, 19 Mar 2004 18:15:25 +0000]
makefile.95 tweak
Message-ID: <
20040319181525.A6347@ms.chinmin.edu.tw>
p4raw-id: //depot/perl@22541
Rafael Garcia-Suarez [Sat, 20 Mar 2004 10:15:36 +0000]
\x80\xFF is not valid UTF-8.
p4raw-id: //depot/perl@22540
Jim Cromie [Wed, 17 Mar 2004 14:12:43 +0000]
[perl #24821] enhancement patch for B::Concise
Message-ID: <
4058BF4B.1000004@divsol.com>
(Only the Concise.pm part, with documentation nits)
p4raw-id: //depot/perl@22539
Audrey Tang [Fri, 19 Mar 2004 18:27:10 +0000]
open.pm: allow upper-cased EUC
Message-Id: <
20040319102710.GA91216@aut.dyndns.org>
p4raw-id: //depot/perl@22538
Nicholas Clark [Fri, 19 Mar 2004 11:59:01 +0000]
[PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Jan Dubois <jand@activestate.com>
Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
Date: Thu, 18 Mar 2004 13:13:49 -0800
Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Steve Hay <steve.hay@uk.radan.com>
Message-ID: <
405ACC6D.1040804@uk.radan.com>
Date: Fri, 19 Mar 2004 10:33:17 +0000
p4raw-id: //depot/perl@22537
Nicholas Clark [Fri, 19 Mar 2004 11:43:35 +0000]
Change Storable.xs to conditionally include ppport.h for pre 5.8.0
This allows the ppport.h to be deleted from ext/Storable, which will
reduce the potential for confusion.
Bump Storable's version to 2.12; update the ChangeLog
p4raw-id: //depot/perl@22536
Nicholas Clark [Fri, 19 Mar 2004 11:03:18 +0000]
Move Beau Cox's ppport.h fixes into PPPort.pm
p4raw-id: //depot/perl@22535
Rafael Garcia-Suarez [Fri, 19 Mar 2004 10:13:14 +0000]
Nit in perluniintro about the U0 and C0 templates,
noticed by Steve Hay.
p4raw-id: //depot/perl@22534
beau@beaucox.com [Thu, 18 Mar 2004 12:45:45 +0000]
Storable PERL_NO_GET_CONTEXT
Message-Id: <
20040318_224545_009145.beau@beaucox.com>
p4raw-id: //depot/perl@22533
Marcus Holland-Moritz [Wed, 10 Mar 2004 21:45:48 +0000]
range operator warnings / 64-bit fix
Message-Id: <
20040310214548.4f5e3ab1@r2d2>
p4raw-id: //depot/perl@22532
Dave Mitchell [Thu, 18 Mar 2004 19:02:32 +0000]
add code comment for change 22525
p4raw-id: //depot/perl@22531
Rafael Garcia-Suarez [Thu, 18 Mar 2004 18:21:32 +0000]
Add a perl592delta.pod man page.
p4raw-id: //depot/perl@22530
Nicholas Clark [Thu, 18 Mar 2004 16:58:06 +0000]
Corrections and explanations in comments
p4raw-id: //depot/perl@22528
Jarkko Hietaniemi [Fri, 12 Mar 2004 15:16:57 +0000]
pumpkin fodder
Message-Id: <
200403121316.i2CDGv1Y254951@kosh.hut.fi>
p4raw-id: //depot/perl@22527
Rafael Garcia-Suarez [Thu, 18 Mar 2004 14:33:14 +0000]
Detypo.
p4raw-id: //depot/perl@22526
Dave Mitchell [Thu, 18 Mar 2004 14:13:16 +0000]
make ~$x give warning is $x isn't initialised.
Also add test for uninitialised warning in & op.
p4raw-id: //depot/perl@22525
Rafael Garcia-Suarez [Thu, 18 Mar 2004 13:20:07 +0000]
Try to fix the AIX and Windows builds regarding the
definedness of the PL_memory_wrap symbol.
p4raw-id: //depot/perl@22524
Rafael Garcia-Suarez [Thu, 18 Mar 2004 08:27:34 +0000]
Bump bleadperl's version number to 5.9.2.
p4raw-id: //depot/perl@22523
Robin Barker [Wed, 17 Mar 2004 18:37:10 +0000]
format/casting/warning RE: perl 5.9.1
Message-ID: <
533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
p4raw-id: //depot/perl@22521
Rafael Garcia-Suarez [Wed, 17 Mar 2004 18:20:54 +0000]
Optimize away the assignment in the constructs C<my $s = undef>,
C<my @a = ()>, C<my %h = ()>.
p4raw-id: //depot/perl@22520
Jarkko Hietaniemi [Tue, 10 Feb 2004 23:15:14 +0000]
malloc wrappage
Message-Id: <
37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
plus change croak to Perl_croak_nocontext to make ithread safe
plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
p4raw-id: //depot/perl@22517
Nicholas Clark [Wed, 17 Mar 2004 16:10:57 +0000]
Add auto-require of modules to restore overloading (and tests)
p4raw-id: //depot/perl@22516
Nicholas Clark [Wed, 17 Mar 2004 15:48:03 +0000]
Add regression tests for the auto-require of STORABLE_thaw
p4raw-id: //depot/perl@22515
Nicholas Clark [Tue, 16 Mar 2004 22:36:49 +0000]
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
block. This allows the re-entrant API to be used with ithreads,
which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
(Which may seem inane, but makes perl threaded at the C level
without enabling ithreads)
p4raw-id: //depot/perl@22514
Rafael Garcia-Suarez [Tue, 16 Mar 2004 21:55:10 +0000]
Add a lchown() call to the POSIX module. [perl #27547]
p4raw-id: //depot/perl@22513
Andy Dougherty [Tue, 16 Mar 2004 16:38:58 +0000]
Re: Perl and Parrot disagree about sched_yield on Solaris
Message-ID: <Pine.SOL.4.58.
0403161635590.27628@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@22512
Rafael Garcia-Suarez [Tue, 16 Mar 2004 21:27:02 +0000]
Restore the "DEVEL" locally-applied-patches version tag in blead.
p4raw-id: //depot/perl@22511
Rafael Garcia-Suarez [Tue, 16 Mar 2004 18:29:39 +0000]
Update Changes. (again)
p4raw-id: //depot/perl@22510
Rafael Garcia-Suarez [Tue, 16 Mar 2004 18:19:52 +0000]
Update copyright notices
p4raw-id: //depot/perl@22509
Rafael Garcia-Suarez [Tue, 16 Mar 2004 16:31:03 +0000]
Regenerate META.yml
p4raw-id: //depot/perl@22508
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:36:32 +0000]
Update Changes.
p4raw-id: //depot/perl@22507
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:32:42 +0000]
This is 5.9.1.
p4raw-id: //depot/perl@22506
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:28:55 +0000]
We'll ship 5.9.1 today.
p4raw-id: //depot/perl@22505
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:25:22 +0000]
More perldelta updates.
p4raw-id: //depot/perl@22504
Rafael Garcia-Suarez [Tue, 16 Mar 2004 13:23:34 +0000]
Since the signature.t test of CPAN relies on a non-core module,
it's not relevant to the perl core distribution.
p4raw-id: //depot/perl@22503
Rafael Garcia-Suarez [Mon, 15 Mar 2004 21:54:56 +0000]
Fix the order of arguments in the usage message of
POSIX::chown(). It's different from the POSIX order but
it's the same than CORE::chown(). Damn.
p4raw-id: //depot/perl@22502
Steve Hay [Mon, 15 Mar 2004 10:28:02 +0000]
Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <
40558532.30002@uk.radan.com>
Plus, restore patch #22489
p4raw-id: //depot/perl@22501
Dave Mitchell [Sun, 14 Mar 2004 20:13:47 +0000]
[perl #27638] scope exit could expose freed local() value
p4raw-id: //depot/perl@22500
Dave Mitchell [Sun, 14 Mar 2004 17:01:34 +0000]
[perl #27628] strict 'subs' didn't warn on bareword array index
p4raw-id: //depot/perl@22499
Nicholas Clark [Sat, 13 Mar 2004 15:13:28 +0000]
Four Storable patches towards Storable 2.11 :
Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
Date: Sat, 13 Mar 2004 15:13:28 +0000
Message-ID: <
20040313151327.GS701@plum.flirble.org>
Date: Sat, 13 Mar 2004 20:23:45 +0000
Message-ID: <
20040313202345.GX701@plum.flirble.org>
Date: Sat, 13 Mar 2004 22:20:07 +0000
Message-ID: <
20040313222007.GZ701@plum.flirble.org>
Date: Sat, 13 Mar 2004 23:03:46 +0000
Message-ID: <
20040313230345.GB701@plum.flirble.org>
p4raw-id: //depot/perl@22498
padre@elte.hu [Wed, 10 Mar 2004 17:05:09 +0000]
[perl #27567] [patch] a typo and a mistake in perltoot.pod
From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27567-81174.13.
282806825515@perl.org>
p4raw-id: //depot/perl@22497
Rafael Garcia-Suarez [Sat, 13 Mar 2004 21:16:59 +0000]
More small perldelta updates.
p4raw-id: //depot/perl@22496
Rafael Garcia-Suarez [Sat, 13 Mar 2004 20:05:20 +0000]
Revert change #22489, that seems to cause build failures on Windows.
p4raw-link: @22489 on //depot/perl:
590d29db556974e9ffeb477a1a1932ff001d099f
p4raw-id: //depot/perl@22495
Steve Hay [Fri, 12 Mar 2004 08:38:41 +0000]
Re: [PATCH] Stop splitpod truncating sprintf manpage
Message-ID: <
40517711.9030204@uk.radan.com>
p4raw-id: //depot/perl@22494
Rafael Garcia-Suarez [Fri, 12 Mar 2004 23:39:16 +0000]
perl591delta nits. Regenerate the tables of contents.
p4raw-id: //depot/perl@22493
Rafael Garcia-Suarez [Fri, 12 Mar 2004 21:35:49 +0000]
Update perl591delta. Include a small to-do list in it.
p4raw-id: //depot/perl@22492
Tels [Fri, 12 Mar 2004 18:02:30 +0000]
Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
Message-Id: <
200403121802.31679@bloodgate.com>
p4raw-id: //depot/perl@22491
Hugo van der Sanden [Thu, 11 Mar 2004 16:21:50 +0000]
Fix a bug in the cloning of regexps
Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
Message-Id: <
200403111621.i2BGLoi20225@zen.crypt.org>
(plus another similar fix)
p4raw-id: //depot/perl@22490
Steve Hay [Fri, 12 Mar 2004 15:52:23 +0000]
Fix minitest target in Win32 makefiles
Message-ID: <
4051DCB7.107@uk.radan.com>
p4raw-id: //depot/perl@22489
Dave Mitchell [Mon, 1 Mar 2004 23:59:21 +0000]
Document the new behaviour of the substr lvalue :
Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
Message-ID: <
20040301235921.GC6469@fdisolutions.com>
p4raw-id: //depot/perl@22488
Dave Mitchell [Thu, 11 Mar 2004 14:52:58 +0000]
make op/write.t work better under stdio by running the subtests
in the child process rather than the parent.
p4raw-id: //depot/perl@22485
Dominic Dunlop [Thu, 11 Mar 2004 10:34:01 +0000]
Re: [PATCH] Re: Proposal to remove support for MachTen
Message-Id: <
3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
p4raw-id: //depot/perl@22484
Nicholas Clark [Wed, 10 Mar 2004 20:38:49 +0000]
croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
back this out until we have a tangible policy
p4raw-id: //depot/perl@22483
Rafael Garcia-Suarez [Wed, 10 Mar 2004 16:16:00 +0000]
Upgrade to Cwd 2.17.
p4raw-id: //depot/perl@22482
Steve Hay [Wed, 10 Mar 2004 10:58:15 +0000]
Re: [PATCH] More "distclean" tidy ups on Win32
Message-ID: <
404EF4C7.9090107@uk.radan.com>
p4raw-id: //depot/perl@22481
Rafael Garcia-Suarez [Wed, 10 Mar 2004 09:25:36 +0000]
Change 22476 left out a similar fix for ExtUtils::MM_Win32
(noticed by Steve Hay.)
Also, update MANIFEST.SKIP to be in line with the renaming
"blibdirs" to "blibdirs.exists".
p4raw-id: //depot/perl@22480
Rafael Garcia-Suarez [Wed, 10 Mar 2004 09:07:03 +0000]
A patch by Richard Foley to reduce the amount of
forkage between the 5.8 and 5.9 debuggers.
p4raw-id: //depot/perl@22479
Chip Salzenberg [Tue, 9 Mar 2004 23:51:41 +0000]
[PERLIO] In line-buffered mode, flush on the *last* newline,
not on every newline.
p4raw-id: //depot/perl@22478
Steve Hay [Fri, 5 Mar 2004 09:56:36 +0000]
More "distclean" tidy ups on Win32
Message-ID: <
40484ED4.1050001@uk.radan.com>
(only the win32 makefiles part)
p4raw-id: //depot/perl@22477
Craig A. Berry [Mon, 8 Mar 2004 08:18:43 +0000]
bleadperl/MM/VMS (was Re: perl@22413)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
404C80C3.6090009@mac.com>
Avoid to build everything twice on VMS.
This is done by renaming the blibdirs target to blibdirs.exists.
No, I don't understand why.
p4raw-id: //depot/perl@22476
Rafael Garcia-Suarez [Tue, 9 Mar 2004 20:29:02 +0000]
Improve the "Prototype mismatch" error message when
the redefined subroutine didn't have any prototype.
p4raw-id: //depot/perl@22474
Marcus Holland-Moritz [Tue, 9 Mar 2004 19:09:20 +0000]
Revert change #22472, but keep the new tests.
p4raw-link: @22472 on //depot/perl:
6b75d741eabd2f8d29b97270b6ce80b236b12a26
p4raw-id: //depot/perl@22473
Marcus Holland-Moritz [Mon, 8 Mar 2004 21:49:55 +0000]
Re: undef and the range operator
Message-Id: <
20040308214955.3d8be3a6@r2d2>
p4raw-id: //depot/perl@22472
Nicholas Clark [Tue, 9 Mar 2004 16:11:37 +0000]
Make a temporary copy of the input buffer in pp_send, so that send
and syswrite don't gratuitously upgrade their input to UTF8
p4raw-id: //depot/perl@22471
Rafael Garcia-Suarez [Tue, 9 Mar 2004 15:27:38 +0000]
Upgrade to Cwd 2.16
p4raw-id: //depot/perl@22470
Rafael Garcia-Suarez [Tue, 9 Mar 2004 14:56:10 +0000]
Upgrade to CGI.pm 3.04.
p4raw-id: //depot/perl@22469
Rafael Garcia-Suarez [Mon, 8 Mar 2004 15:35:59 +0000]
perl591delta.pod update.
p4raw-id: //depot/perl@22468
Rafael Garcia-Suarez [Mon, 8 Mar 2004 10:43:23 +0000]
Another makefile portability fix for Win32 by Steve Hay.
p4raw-id: //depot/perl@22467
Jan Dubois [Sun, 7 Mar 2004 17:04:35 +0000]
win32_fstat has a potential buffer overrun problem
Message-ID: <8lgn409p4k2kp
de8d428d7a4r7fsgjc8b4@4ax.com>
p4raw-id: //depot/perl@22466
Nicholas Clark [Sun, 7 Mar 2004 23:31:49 +0000]
Fix Dave's original shared hash key corruption bug
p4raw-id: //depot/perl@22465
Nicholas Clark [Sun, 7 Mar 2004 21:34:01 +0000]
Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
in utf8.t, and fix 3 bugs it exposed in utfhash.t
p4raw-id: //depot/perl@22463
Marcus Holland-Moritz [Sun, 7 Mar 2004 21:11:20 +0000]
undef and the range operator
Message-Id: <
20040307211120.10e46933@r2d2>
p4raw-id: //depot/perl@22462
Ken Williams [Sun, 7 Mar 2004 09:37:19 +0000]
Re: [PATCH Cwd 2.15] test tweak for VMS
From: "Ken Williams" <ken@mathforum.org>
Message-Id: <
51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
p4raw-id: //depot/perl@22459
Craig A. Berry [Sat, 6 Mar 2004 22:50:25 +0000]
line-end tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
404AAA11.8050001@mac.com>
p4raw-id: //depot/perl@22456
Craig A. Berry [Sat, 6 Mar 2004 13:51:55 +0000]
test tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
404A2BDB.8030401@mac.com>
p4raw-id: //depot/perl@22452
Jim Schneider [Fri, 5 Mar 2004 14:03:10 +0000]
Allow syslog() to use numeric constants in addition to strings for
facility names and priorities.
Subject: Patch for Sys::Syslog
Message-Id: <
200403051403.10674.jschneid@netilla.com>
p4raw-id: //depot/perl@22451
Nicholas Clark [Sat, 6 Mar 2004 16:13:48 +0000]
Make threads tests pass make minitest (by skipping)
p4raw-id: //depot/perl@22446
Dave Mitchell [Sat, 6 Mar 2004 15:25:32 +0000]
fix coredump in /(?{sub{}})/
p4raw-id: //depot/perl@22445
Rafael Garcia-Suarez [Fri, 5 Mar 2004 21:19:06 +0000]
A small perluniintro clarification by Jarkko.
p4raw-id: //depot/perl@22444
Marcus Holland-Moritz [Fri, 5 Mar 2004 15:13:53 +0000]
Re: Strange segfault
Message-ID: <
20040305151353.5f3e913c@r2d2>
p4raw-id: //depot/perl@22443
Steve Hay [Fri, 5 Mar 2004 09:42:32 +0000]
Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
Message-ID: <
40484B88.7070608@uk.radan.com>
p4raw-id: //depot/perl@22442
Rafael Garcia-Suarez [Fri, 5 Mar 2004 08:53:08 +0000]
Change 22436 broke the Windows build.
Fix by Steve Hay.
p4raw-id: //depot/perl@22441
Dave Mitchell [Fri, 5 Mar 2004 00:09:23 +0000]
silence some compiler warnings
p4raw-id: //depot/perl@22440
Dave Mitchell [Thu, 4 Mar 2004 23:56:42 +0000]
ensure utf8::encode() normalises its arg
p4raw-id: //depot/perl@22439
Dave Mitchell [Thu, 4 Mar 2004 23:32:38 +0000]
[perl #27206] Memory leak in continue loop
make sure redo always frees temps
p4raw-id: //depot/perl@22438
Dave Mitchell [Thu, 4 Mar 2004 22:03:17 +0000]
Add perldiag entry for change #22435 (deprecate my $x if 0)
p4raw-link: @22435 on //depot/perl:
7921d0f22732c0609e6c9d21be9aaf6e52f99e6b
p4raw-id: //depot/perl@22437
Andy Dougherty [Thu, 4 Mar 2004 14:41:07 +0000]
Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
Message-ID: <Pine.SOL.4.58.
0403041438350.5863@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@22436
Dave Mitchell [Thu, 4 Mar 2004 21:39:47 +0000]
add deprecation warning for my $x if 0
p4raw-id: //depot/perl@22435
Dave Mitchell [Thu, 4 Mar 2004 21:38:57 +0000]
remove an 'if $a if 0' from AutoSplit.t
p4raw-id: //depot/perl@22434
Dave Mitchell [Thu, 4 Mar 2004 20:33:44 +0000]
retract 22328 and 22332: deprecation warning for my $x if foo
p4raw-id: //depot/perl@22433
Rafael Garcia-Suarez [Thu, 4 Mar 2004 12:18:11 +0000]
Maintainers.pl update by MJD.
p4raw-id: //depot/perl@22432
Rafael Garcia-Suarez [Thu, 4 Mar 2004 10:35:59 +0000]
Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
(by Steve Hay)
p4raw-id: //depot/perl@22431
Rafael Garcia-Suarez [Thu, 4 Mar 2004 08:03:54 +0000]
Clarify the difference between utf8::downgrade/upgrade
and utf8::encode/decode (patch by Jarkko).
p4raw-id: //depot/perl@22430
Rafael Garcia-Suarez [Wed, 3 Mar 2004 23:01:56 +0000]
A couple of notes in perl591delta
(about Benchmark and the debugger.)
p4raw-id: //depot/perl@22429
Artur Bergman [Sun, 29 Feb 2004 22:04:53 +0000]
simplify sv.h
Message-Id: <
4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
p4raw-id: //depot/perl@22428
Jarkko Hietaniemi [Wed, 3 Mar 2004 09:37:21 +0000]
Speed up the unicode case mappings (for /i, lc, uc, etc).
Subject: [PATCH] [perl #24826]
Message-Id: <
9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
p4raw-id: //depot/perl@22427
Richard Foley [Wed, 3 Mar 2004 16:10:25 +0000]
debugger (5.8.x and 5.9.x)
Message-Id: <
200403031610.25080.richard.foley@rfi.net>
p4raw-id: //depot/perl@22426
Dave Mitchell [Wed, 3 Mar 2004 00:02:51 +0000]
stop t/op/write.t failures under stdio by always closing files
before reading them back; also replace `cat file` with a function
to read in the file
p4raw-id: //depot/perl@22425
Nicholas Clark [Tue, 2 Mar 2004 22:22:49 +0000]
Change the skip logic on the unicode tests so that they don't rely on
miniperl's "dynamic loading unavailable" message
p4raw-id: //depot/perl@22424