Dave Mitchell [Thu, 19 Jul 2007 11:42:15 +0000]
fix up some nested #ifdef indentation
p4raw-id: //depot/perl@31635
Dave Mitchell [Thu, 19 Jul 2007 11:26:40 +0000]
silence 'unused var' compiler warning
p4raw-id: //depot/perl@31634
Rafael Garcia-Suarez [Thu, 19 Jul 2007 08:51:28 +0000]
Add a TODO note about lc() etc. and the UTF-8 flag
p4raw-id: //depot/perl@31633
Anno Siegel [Sun, 15 Jul 2007 15:02:11 +0000]
Re: [patch] Hash::Util::FieldHash v1.02
Message-Id: <
490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de>
p4raw-id: //depot/perl@31632
Rafael Garcia-Suarez [Thu, 19 Jul 2007 07:44:19 +0000]
Suggestion and fixes to the hash seed docs by Paul Johnson
p4raw-id: //depot/perl@31631
Steve Peters [Wed, 18 Jul 2007 19:05:05 +0000]
Upgrade to IO-Zlib-1.06. One bleadperl fix was added, but the other
hasn't yet, so we keep the version bump.
p4raw-id: //depot/perl@31630
Steve Peters [Wed, 18 Jul 2007 18:52:12 +0000]
Upgrade to Math-BigRat-0.20
p4raw-id: //depot/perl@31629
Marcus Holland-Moritz [Wed, 18 Jul 2007 17:17:58 +0000]
The lib/Pod/Perldoc.pm portion of...
Subject: [PATCH] Various Gentoo Patches
Message-ID: <
20070718171758.77912ed4@r2d2>
p4raw-id: //depot/perl@31628
Jerry D. Hedden [Tue, 17 Jul 2007 14:21:00 +0000]
Win32API::File cleanup
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com>
p4raw-id: //depot/perl@31627
chromatic [Fri, 13 Jul 2007 14:38:12 +0000]
Change "Perl6" to "Perl 6" in pod/*
Message-Id: <
200707131438.12342.chromatic@wgz.org>
p4raw-id: //depot/perl@31626
Rafael Garcia-Suarez [Wed, 18 Jul 2007 10:26:31 +0000]
Clarifications on the hash seed
p4raw-id: //depot/perl@31624
Gabor Szabo [Wed, 18 Jul 2007 08:47:40 +0000]
gethostbyname() example
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <
d8a74af10707172247v2f761bebs30d054eddbe5861@mail.gmail.com>
p4raw-id: //depot/perl@31623
Abigail [Wed, 18 Jul 2007 10:04:06 +0000]
(was Re: perldelta)
Message-ID: <
20070718080406.GE6316@abigail.be>
p4raw-id: //depot/perl@31622
Rafael Garcia-Suarez [Wed, 18 Jul 2007 07:38:19 +0000]
Miscellaneous modernisations and trimmings.
p4raw-id: //depot/perl@31621
Rafael Garcia-Suarez [Tue, 17 Jul 2007 10:20:17 +0000]
Fix references to perldelta.pod (this file doesn't exist in the
source distribution).
Remove paragraph on space requirements (space is now cheaper).
Remove paragraph on I/O mechanisms (PerlIO is standard).
Remove paragraph on coexistence with Perl 4.
p4raw-id: //depot/perl@31620
Craig A. Berry [Tue, 17 Jul 2007 03:37:22 +0000]
Inching towards Module::Build-ability on VMS.
p4raw-id: //depot/perl@31619
Nicholas Clark [Mon, 16 Jul 2007 22:20:26 +0000]
Re-order struct yy_parser to save space on most systems.
Re-order struct yy_stack_frame to save space on LP64 systems.
p4raw-id: //depot/perl@31618
Dave Mitchell [Mon, 16 Jul 2007 15:42:56 +0000]
fourth attempt to silence S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31617
Dave Mitchell [Mon, 16 Jul 2007 14:23:54 +0000]
change #31615 added the new field in the wrong place
p4raw-link: @31615 on //depot/perl:
503de4705ff6537018ae94e9179e16636748b2a6
p4raw-id: //depot/perl@31616
Dave Mitchell [Mon, 16 Jul 2007 13:15:37 +0000]
[perl #43425] local $[: fix scoping during parser error handling.
Change 22306# inadvertently made 'local $[' statement-scoped
rather than block-scoped; so revert that change and add a
different fix. The problem was to ensure that the savestack got
popped correctly while popping errored tokens. We how record the
current value of PL_savestack_ix with each pushed parser state.
p4raw-id: //depot/perl@31615
Craig A. Berry [Sat, 14 Jul 2007 02:21:14 +0000]
VMS todo for threads exit test.
p4raw-id: //depot/perl@31614
Rafael Garcia-Suarez [Fri, 13 Jul 2007 15:18:59 +0000]
Comment out links to docs that don't exist yet.
p4raw-id: //depot/perl@31613
Rafael Garcia-Suarez [Fri, 13 Jul 2007 15:03:45 +0000]
More typo fixes in the regexp docs
p4raw-id: //depot/perl@31612
Rafael Garcia-Suarez [Fri, 13 Jul 2007 14:49:41 +0000]
Fix typos, readability nits
p4raw-id: //depot/perl@31611
Rafael Garcia-Suarez [Fri, 13 Jul 2007 14:16:57 +0000]
Use new style L<> links in POD
p4raw-id: //depot/perl@31610
Tels [Thu, 12 Jul 2007 19:11:01 +0000]
BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
Message-Id: <
200707121911.02528@bloodgate.com>
p4raw-id: //depot/perl@31609
Rafael Garcia-Suarez [Fri, 13 Jul 2007 12:13:09 +0000]
Specify prototyping behaviour for Math::BigInt::FastCalc
p4raw-id: //depot/perl@31608
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:43:50 +0000]
Spelling and formatting nits
p4raw-id: //depot/perl@31607
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:36:23 +0000]
That's NAME, not TITLE.
p4raw-id: //depot/perl@31606
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:32:44 +0000]
Put a proper title like in every man page
p4raw-id: //depot/perl@31605
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:29:28 +0000]
Avoid POD in test files
p4raw-id: //depot/perl@31604
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:16:41 +0000]
* make splitpod actually work if perl isn't installed
* prevent doc extractors to extract POD from splitpod
p4raw-id: //depot/perl@31603
Rafael Garcia-Suarez [Fri, 13 Jul 2007 07:59:15 +0000]
Shorten description.
p4raw-id: //depot/perl@31602
Rafael Garcia-Suarez [Fri, 13 Jul 2007 06:12:50 +0000]
Silence mandatory warning by using @# instead of $#.
"no warnings" is probably a bit inappropriate for a
base test. Putting -X on the command-line is probably
not a good idea, since it may hide other interesting
warnings in the future.
p4raw-id: //depot/perl@31601
Dave Mitchell [Thu, 12 Jul 2007 22:10:35 +0000]
really really fix S_emulate_eaccess compiler warning (#31536 didn't)
p4raw-id: //depot/perl@31600
Alexandr Ciornii [Thu, 12 Jul 2007 13:46:24 +0000]
perlbug
Message-ID: <
1367844687.20070712134624@gmail.com>
p4raw-id: //depot/perl@31599
Jerry D. Hedden [Thu, 12 Jul 2007 10:49:29 +0000]
Re: [PATCH] 'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>
p4raw-id: //depot/perl@31598
Craig A. Berry [Thu, 12 Jul 2007 10:57:36 +0000]
Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.
p4raw-id: //depot/perl@31597
David Nicol [Wed, 11 Jul 2007 17:31:45 +0000]
mention of g and c modifiers missing from perlre.pod
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <
934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>
p4raw-id: //depot/perl@31596
Rafael Garcia-Suarez [Thu, 12 Jul 2007 08:50:56 +0000]
Revert part of #31591
p4raw-id: //depot/perl@31595
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:48:29 +0000]
Link TODO test to appropriate RT ticket
p4raw-id: //depot/perl@31594
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:39:53 +0000]
A couple of additions in perltodo for the future
p4raw-id: //depot/perl@31593
Rafael Garcia-Suarez [Thu, 12 Jul 2007 05:51:35 +0000]
More terminology updates for warnings
p4raw-id: //depot/perl@31592
Jerry D. Hedden [Wed, 11 Jul 2007 20:06:39 +0000]
'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
p4raw-id: //depot/perl@31591
Rafael Garcia-Suarez [Wed, 11 Jul 2007 20:33:27 +0000]
Better wording, suggested by Eric Cholet.
p4raw-id: //depot/perl@31590
Rafael Garcia-Suarez [Wed, 11 Jul 2007 19:31:40 +0000]
Turn the "$# / $* is no longer supported" warnings into
severe warnings (as suggested by Audrey Tang)
p4raw-id: //depot/perl@31589
Gerard Goossen [Wed, 11 Jul 2007 19:19:11 +0000]
dump.c: do not use sv_len_utf8 because it modified the scalar
Message-ID: <
20070711171911.GD8177@ostwald>
do not use sv_len_utf8 because it modified the scalar.
Add a test to Peek.t to check that dumping doesn't modify anything;
the test is still TODO because hashiteration in dump.c set the OOK flag.
p4raw-id: //depot/perl@31588
Rick Delaney [Sat, 7 Jul 2007 23:06:11 +0000]
Re: [perl #43545] 'no warnings' effects $@.
Message-ID: <
20070708030611.GJ436@bort.ca>
p4raw-id: //depot/perl@31587
Steve Hay [Wed, 11 Jul 2007 09:00:49 +0000]
Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
becomes "return Perl_die()" and Perl_die() returns an OP*, which
isn't appropriate to return from S_doeval.
p4raw-id: //depot/perl@31586
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:48:46 +0000]
Less indirect object notation
p4raw-id: //depot/perl@31585
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:40:17 +0000]
Remove wrong equivalent to pop() (bug #43705)
p4raw-id: //depot/perl@31584
David Landgren [Tue, 10 Jul 2007 22:48:53 +0000]
Re: [PATCH] File-Path fix wrong skip count
Message-ID: <
4693F0B5.1030505@landgren.net>
p4raw-id: //depot/perl@31583
Dave Mitchell [Tue, 10 Jul 2007 23:51:58 +0000]
Fix assertion failure on failed magic eval - eg FETCH {eval'('}
S_doeval()'s behaviour varies depending on whether the code
compiles or not; on failure it pops the EVAL context block. This
is bad because later on, S_docatch() assumes that the block is
still there. Make docatch() return a boolean instead, indicating
success. The value it formerly returned (the next op) can be deduced
as PL_eval_start or PL_op->op_next on success/failure.
p4raw-id: //depot/perl@31582
Steve Peters [Tue, 10 Jul 2007 20:31:31 +0000]
Add additional SUSV3 constants to Socket for use with setsockopt()
and getsockopt().
p4raw-id: //depot/perl@31581
Spiros Denaxas [Mon, 9 Jul 2007 17:14:43 +0000]
Re: Small addition to perlcheat.pod
From: "Spiros Denaxas" <spiros@lokku.com>
Message-ID: <
bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>
p4raw-id: //depot/perl@31580
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:10:43 +0000]
Fix Digest::SHA test boilerplate.
p4raw-id: //depot/perl@31579
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:08:35 +0000]
Upgrade to Digest::SHA 5.45.
p4raw-id: //depot/perl@31578
Steve Peters [Tue, 10 Jul 2007 13:18:20 +0000]
How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
do not know.
p4raw-id: //depot/perl@31577
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:17:50 +0000]
Modernize opendir() syntax
p4raw-id: //depot/perl@31576
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:16:43 +0000]
Mention the two ways of overriding built-ins.
Link to perlsub. Fix typos and indentation.
p4raw-id: //depot/perl@31575
Tels [Mon, 9 Jul 2007 17:28:43 +0000]
CORE.pod
Message-Id: <
200707091728.43634@bloodgate.com>
p4raw-id: //depot/perl@31574
H.Merijn Brand [Mon, 9 Jul 2007 14:21:00 +0000]
PERL_PATCHNUM is dead. Long live SMOKEs!
Started by Steve Hay <steve.hay@uk.radan.com>
Subject: [PATCH] Re: patch level of blead/maintperl
Date: Mon, 09 Jul 2007 13:10:11 +0100
Message-ID: <
469225A3.5010909@uk.radan.com>
p4raw-id: //depot/perl@31573
Marvin Humphrey [Sun, 8 Jul 2007 08:27:44 +0000]
Update references to Win32's Platform SDK installation location.
Different versions install into different default locations, as
pointed out here:
Subject: Building 5.9.5 with Win2k, MSVC8FREE
Message-Id: <
1D149669-931C-4458-B073-789D25623D2D@rectangular.com>
p4raw-id: //depot/perl@31571
Steve Hay [Fri, 6 Jul 2007 12:20:06 +0000]
Don't install static library files of statically linked extensions
when using a shared perl library. The files are not needed, and this
fixes a problem building PAR-Packer on Win32 with a debug build of
perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
against it and its PDB file, vc60.pdb, but the latter is not installed.)
Also skip installing a few other unnecessary files.
Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
Message-ID: <
468E2566.8090504@uk.radan.com>
p4raw-id: //depot/perl@31570
Steve Hay [Mon, 9 Jul 2007 11:43:09 +0000]
Some Win32 Config fixes for patchlevel and perl_patchlevel:
- Set $Config{patchlevel} to PERL_VERSION (it was previously blank
because it was wrongly being set from PATCHLEVEL, which was blank)
- Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
value in the top-level ".patch" file if it exists (the former was
previously not set, while the latter was previously wrongly set to
PERL_VERSION)
p4raw-id: //depot/perl@31569
Reini Urban [Sat, 7 Jul 2007 15:00:54 +0000]
cygwin path conversions, take 4
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>
p4raw-id: //depot/perl@31568
Paul Marquess [Sat, 7 Jul 2007 20:24:21 +0000]
Update Filter::Call::Util version
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>
p4raw-id: //depot/perl@31567
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:49:44 +0000]
More missing dual-life modules
p4raw-id: //depot/perl@31566
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:37:33 +0000]
Add CPANPLUS::Dist to Maintainers.pl
p4raw-id: //depot/perl@31565
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:34:50 +0000]
Reinstate "DEVEL" in patchlevel
p4raw-id: //depot/perl@31564
Rafael Garcia-Suarez [Sat, 7 Jul 2007 11:01:31 +0000]
Regenerate Changes.
p4raw-id: //depot/perl@31563
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:59:10 +0000]
Fix corelist.pl after the reorganisation of the
Compress modules in ext/. Re-update Module::CoreList.
p4raw-id: //depot/perl@31562
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:51:08 +0000]
Update Module::CoreList, regenerate META.yml,
mention Log::Message::* in perldelta and
update perlhist with 5.9.5
p4raw-id: //depot/perl@31561
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:38:56 +0000]
Regenerate table of contents
p4raw-id: //depot/perl@31560
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:19:07 +0000]
FAQ sync
p4raw-id: //depot/perl@31559
Jos I. Boumans [Sat, 7 Jul 2007 11:39:12 +0000]
Update CPANPLUS to 0.81_01
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <
87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
p4raw-id: //depot/perl@31558
Rafael Garcia-Suarez [Sat, 7 Jul 2007 09:32:30 +0000]
Desactive the "DEVEL" local patch tag for release.
p4raw-id: //depot/perl@31557
Rafael Garcia-Suarez [Sat, 7 Jul 2007 09:03:41 +0000]
Mention that pseudo-hashes are no longer supported
p4raw-id: //depot/perl@31556
Rafael Garcia-Suarez [Sat, 7 Jul 2007 08:22:46 +0000]
Update Changes
p4raw-id: //depot/perl@31555
Gerard Goossen [Wed, 27 Jun 2007 13:04:00 +0000]
MAD: disable constant subs when PL_madskills
Message-ID: <
20070627110400.GC11336@ostwald>
p4raw-id: //depot/perl@31554
Gerard Goossen [Wed, 27 Jun 2007 11:58:28 +0000]
p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
Message-ID: <
20070627095828.GB11336@ostwald>
p4raw-id: //depot/perl@31553
Gerard Goossen [Tue, 26 Jun 2007 20:33:50 +0000]
p55: correctly translate things like s//$#foo/ge
Message-ID: <
20070626183350.GA11336@ostwald>
p4raw-id: //depot/perl@31552
Edgar Bering [Wed, 4 Jul 2007 11:51:53 +0000]
Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
From: "Edgar Bering" <trizor@gmail.com>
Message-ID: <
e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
p4raw-id: //depot/perl@31551
Rafael Garcia-Suarez [Sat, 7 Jul 2007 07:29:08 +0000]
Add a note in perldelta about undefining *ISA
p4raw-id: //depot/perl@31550
Jim Cromie [Thu, 5 Jul 2007 10:17:24 +0000]
[patch] add verbose mode to -DU debugging option
Message-ID: <
468D1994.1090909@gmail.com>
p4raw-id: //depot/perl@31549
Rafael Garcia-Suarez [Sat, 7 Jul 2007 07:02:21 +0000]
Make Perl_find_runcv a member of the public API
(so Sub::Current works on Windows)
p4raw-id: //depot/perl@31548
Rafael Garcia-Suarez [Sat, 7 Jul 2007 06:56:48 +0000]
Remove 5.10.0 section from perltodo
p4raw-id: //depot/perl@31547
Jan Dubois [Fri, 6 Jul 2007 17:59:38 +0000]
Fix commented out function names in proto.h
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
058b01c7c032$18a6a260$49f3e720$@com>
p4raw-id: //depot/perl@31546
Rafael Garcia-Suarez [Sat, 7 Jul 2007 05:05:50 +0000]
base.pm is belong to me
p4raw-id: //depot/perl@31545
Craig A. Berry [Fri, 6 Jul 2007 20:39:46 +0000]
Fix the case of $Config{perl_patchlevel} on VMS.
p4raw-id: //depot/perl@31544
Abigail [Thu, 5 Jul 2007 21:55:20 +0000]
Re: Beyond 5.10
Message-ID: <
20070705195520.GB1314@abigail.nl>
Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
to it, and adds missing entries to AUTHORS.
p4raw-id: //depot/perl@31543
Rafael Garcia-Suarez [Fri, 6 Jul 2007 16:00:57 +0000]
Add test preambles
p4raw-id: //depot/perl@31542
Rafael Garcia-Suarez [Fri, 6 Jul 2007 15:52:40 +0000]
Make this new test be skipped with 5.8.x
p4raw-id: //depot/perl@31541
Rafael Garcia-Suarez [Fri, 6 Jul 2007 13:58:58 +0000]
Upgrade to base and fields 2.12, mostly by Michael G Schwern
p4raw-id: //depot/perl@31540
Steve Hay [Fri, 6 Jul 2007 11:08:37 +0000]
Add Borland linker option to not generate .map files
(They are not generated by default by VC++ or MinGW, and there
doesn't seem to be any need for them.)
p4raw-id: //depot/perl@31539
Paul Marquess [Thu, 5 Jul 2007 16:01:02 +0000]
Archive::Extract - small pod update
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <
00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
p4raw-id: //depot/perl@31538
Dave Mitchell [Wed, 4 Jul 2007 23:09:02 +0000]
clarify what text 'warn' appends to a newline-less string
p4raw-id: //depot/perl@31537
Dave Mitchell [Wed, 4 Jul 2007 22:39:08 +0000]
really fix S_emulate_eaccess compiler warning (#31418 didn't)
p4raw-id: //depot/perl@31536
Craig A. Berry [Wed, 4 Jul 2007 16:27:16 +0000]
New File::Path tests require unix syntax on VMS.
p4raw-id: //depot/perl@31535
Craig A. Berry [Wed, 4 Jul 2007 16:07:33 +0000]
VMS syntax nit in new MakeMaker test.
p4raw-id: //depot/perl@31534