Nicholas Clark [Wed, 12 Mar 2008 12:23:55 +0000]
We need mutex protection in PerlIOStdio_close() for the duration of
holding our true love file handle open, to stop anything else
temporarily using it for a quick dup() fling, and then closing the
file handle underneath us.
I suspect that the lack of this protection was the cause of the threads
free.t and blocks.t failures on OS X on 5.8.x, where usefaststdio is
the default, and PerlIO is unable to "invalidate" the FILE *.
p4raw-id: //depot/perl@33492
Nicholas Clark [Wed, 12 Mar 2008 11:46:17 +0000]
Correct logic error in PerlIOStdio_close() - 0 is an acceptable value
from dup(), so it can't also be the "don't do anything later" value.
p4raw-id: //depot/perl@33491
Steven Schubiger [Tue, 11 Mar 2008 19:59:37 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080311185937.GA18713@refcnt.homeunix.org>
p4raw-id: //depot/perl@33489
Paul Fenwick [Wed, 12 Mar 2008 13:19:15 +0000]
Correct misleading example in perlsyn.pod (given/when/default)
Message-ID: <
47D73DA3.8050300@perltraining.com.au>
p4raw-id: //depot/perl@33488
Reini Urban [Wed, 12 Mar 2008 08:11:17 +0000]
cygwin hints back to old
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com>
Revert a part of blead patch #33357
* no cpu. revert the archname part of patch #33357
to the old behaviour.
p4raw-id: //depot/perl@33487
Rafael Garcia-Suarez [Wed, 12 Mar 2008 08:50:11 +0000]
An unfortunate side-effect of Encode and Encode::Alias use'ing each
other, and Encode::Alias exporting functions into Encode for it to use
as methods, broke the loading of the find_alias() Encode method in some
cases since 5.10. Breaking the recursive inheritance fixes it.
p4raw-id: //depot/perl@33486
Nicholas Clark [Tue, 11 Mar 2008 22:28:09 +0000]
Add characters that VOS forbids in filenames, mentioned by Paul Green
in private correspondence.
p4raw-id: //depot/perl@33485
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <
47D2EF38.10503@x-ray.at>
* CYG10 improve Win32::GetLastError test
p4raw-id: //depot/perl@33482
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <
47D2EF38.10503@x-ray.at>
* CYG04 At least on cygwin strip the last number
from the dll. This is in the cygwin.com build since years.
p4raw-id: //depot/perl@33481
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <
47D2EF38.10503@x-ray.at>
CYG09 enhance GetCurrentThreadId test
p4raw-id: //depot/perl@33480
Steven Schubiger [Tue, 11 Mar 2008 11:49:30 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080311104929.GA4950@refcnt.homeunix.org>
p4raw-id: //depot/perl@33473
Steven Schubiger [Sun, 2 Mar 2008 22:09:51 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080302210951.GD10705@refcnt.homeunix.org>
p4raw-id: //depot/perl@33471
Yitzchak Scott-Thoennes [Tue, 4 Mar 2008 00:28:34 +0000]
Re: [PATCH] make Archive::Extract's x.lzma test file be lzma'd,
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <52329.71.32.86.11.
1204619314.squirrel@webmail.efn.org>
p4raw-id: //depot/perl@33470
Rafael Garcia-Suarez [Mon, 10 Mar 2008 21:50:24 +0000]
Re-apply part of #33370 to Time::Piece
p4raw-id: //depot/perl@33469
Rafael Garcia-Suarez [Mon, 10 Mar 2008 21:48:45 +0000]
Upgrade to Time::Piece 1.13
p4raw-id: //depot/perl@33468
Gerard Goossen [Mon, 10 Mar 2008 15:44:03 +0000]
Re: [PATCH] MAD fix p55 $[
Message-ID: <
20080310144403.GC28994@ostwald>
p4raw-id: //depot/perl@33467
Gerard Goossen [Mon, 10 Mar 2008 15:17:08 +0000]
MAD update list of failures in mad/t/p55.t
Message-ID: <
20080310141708.GA28994@ostwald>
p4raw-id: //depot/perl@33466
Steve Hay [Mon, 10 Mar 2008 17:37:30 +0000]
Silence warning from VC++ following #33447
(not all control paths return a value)
p4raw-id: //depot/perl@33463
Nicholas Clark [Mon, 10 Mar 2008 14:48:29 +0000]
Add investigating arenas for GP and MAGIC to perltodo.
p4raw-id: //depot/perl@33462
Steve Hay [Mon, 10 Mar 2008 13:58:15 +0000]
Upgrade to ExtUtils-Install-1.50
p4raw-id: //depot/perl@33460
Vincent Pit [Fri, 8 Feb 2008 23:22:19 +0000]
Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't
Message-ID: <
47ACD61B.6030501@profvince.com>
p4raw-id: //depot/perl@33458
Yitzchak Scott-Thoennes [Tue, 4 Mar 2008 16:54:29 +0000]
count-only transliteration needlessly makes copy-on-write
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <47935.71.32.86.11.
1204678469.squirrel@webmail.efn.org>
p4raw-id: //depot/perl@33457
Michael G. Schwern [Sun, 9 Mar 2008 00:35:48 +0000]
checkAUTHORS.pl update for me
Message-ID: <
47D322D4.8090508@pobox.com>
p4raw-id: //depot/perl@33456
chromatic [Sat, 8 Mar 2008 14:08:30 +0000]
Typo Fix
Message-Id: <
200803081408.30766.chromatic@wgz.org>
p4raw-id: //depot/perl@33455
Steve Peters [Sat, 8 Mar 2008 15:13:26 +0000]
Perl_croak_nocontext() is called with NULL indirectly from
some XS-based modules.
p4raw-id: //depot/perl@33453
Nicholas Clark [Sat, 8 Mar 2008 11:20:28 +0000]
Assert that the av argument to all the av_*() functions is an array.
p4raw-id: //depot/perl@33452
Craig A. Berry [Fri, 7 Mar 2008 13:48:58 +0000]
On VMS, don't call flex_stat from my_flush as the latter may be
called during global destruction and the former checks hints flags
that depend on the interpreter's still existing.
p4raw-id: //depot/perl@33451
Steve Hay [Thu, 6 Mar 2008 18:02:22 +0000]
Silence warning introduced by #32703 when building with MYMALLOC
p4raw-id: //depot/perl@33450
Steve Hay [Thu, 6 Mar 2008 13:29:56 +0000]
Silence some warnings on Win32 with VC6
VC7 onwards didn't seem to mind (perhaps thanks to #33411):
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/03/msg54118.html
but VC6 wasn't happy:
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/03/msg54099.html
p4raw-id: //depot/perl@33448
Nicholas Clark [Thu, 6 Mar 2008 11:08:24 +0000]
Refactoring the /Can't return (?:array|hash) to scalar context/ croak
logic in pp_rv2av into one place saves 112 bytes here.
p4raw-id: //depot/perl@33447
Nicholas Clark [Wed, 5 Mar 2008 17:00:34 +0000]
Bring the joy of strict to ext/B/t/lint.t.
p4raw-id: //depot/perl@33445
Nicholas Clark [Wed, 5 Mar 2008 11:58:58 +0000]
Better line diagnostics - runlint's caller rather than runlint itself.
p4raw-id: //depot/perl@33442
Steve Hay [Wed, 5 Mar 2008 09:08:00 +0000]
Fix skip counts introduced in #33433
p4raw-id: //depot/perl@33440
Rafael Garcia-Suarez [Wed, 5 Mar 2008 09:07:33 +0000]
Bump VERSION after change #33416
(so we don't end up with different code but same version in
5.10.0 and, say, 5.10.1)
p4raw-link: @33416 on //depot/perl:
5dd54fb4257bccaa223fa7d57413e664e9bb3c2c
p4raw-id: //depot/perl@33439
Craig A. Berry [Wed, 5 Mar 2008 03:14:28 +0000]
*Really* add nv_overflows_integers_at to the VMS configuration
as 33431 should have done (and would have if I'd remembered to
remove --dry-run from the patch command).
p4raw-id: //depot/perl@33438
Nicholas Clark [Tue, 4 Mar 2008 19:59:20 +0000]
Three variables in S_scan_trans only hold flags for op_private, so can
be U8.
p4raw-id: //depot/perl@33437
brian d foy [Mon, 4 Feb 2008 19:36:01 +0000]
[perl #50538] when( @n && %n ) fails to smart match
From: "brian d foy" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4355-
1202182561-1550.50538-75-0@perl.org>
Updated tests in ticket to become TODO tests
p4raw-id: //depot/perl@33434
Nicholas Clark [Tue, 4 Mar 2008 17:14:30 +0000]
use strict; and use Test::More; to give decent failure diagnostics.
(And less code)
p4raw-id: //depot/perl@33433
Craig A. Berry [Tue, 4 Mar 2008 13:29:01 +0000]
Determine nv_overflows_integers_at on VMS.
p4raw-id: //depot/perl@33431
Steve Peters [Mon, 3 Mar 2008 19:20:12 +0000]
Fix some checkpod complaints.
p4raw-id: //depot/perl@33423
Marcel GrĂ¼nauer [Mon, 3 Mar 2008 16:08:48 +0000]
Re: [PATCH] NEXT.pm bug within overloaded stringification
Message-Id: <
511B0A54-AB2D-4A65-A02E-E2E07C043EAB@univie.ac.at>
(a resend of <
7BBCFD93-91CF-4656-A97F-ED5E749F7B2E@univie.ac.at>)
p4raw-id: //depot/perl@33416
srezic@cpan.org [Sat, 27 Oct 2007 11:33:57 +0000]
[perl #46957] [PATCH] make Devel::Peek::mstat always available
From: srezic@cpan.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4732-
1193510037-297.46957-75-0@perl.org>
p4raw-id: //depot/perl@33414
Steven Schubiger [Sun, 2 Mar 2008 20:10:29 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080302191029.GC10705@refcnt.homeunix.org>
Plus regen and additional tweaks to silence warnings from VC7 in sv.c from this patch and previous patches from same author.
p4raw-id: //depot/perl@33411
Yves Orton [Sun, 2 Mar 2008 18:37:45 +0000]
Update ExtUtils::Install to release 1.47
p4raw-id: //depot/perl@33410
Steven Schubiger [Sun, 2 Mar 2008 17:47:43 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080302164743.GB10705@refcnt.homeunix.org>
p4raw-id: //depot/perl@33409
Steffen Ullrich [Tue, 26 Feb 2008 19:43:00 +0000]
Re: interrupting system() with signal depends on signal handler
Message-ID: <
47C45DB4.9060306@gmx.net>
p4raw-id: //depot/perl@33408
Robin Barker [Wed, 27 Feb 2008 19:19:54 +0000]
for -M:Foo, extended and revised
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D093A61@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33407
Steven Schubiger [Sat, 1 Mar 2008 19:29:53 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080301182953.GB16742@refcnt.homeunix.org>
p4raw-id: //depot/perl@33406
Steve Peters [Sun, 2 Mar 2008 02:31:06 +0000]
Update to Module-Load-Conditional-0.26
p4raw-id: //depot/perl@33405
Yves Orton [Sat, 1 Mar 2008 14:40:16 +0000]
Synchronize blead with changes from ExtUtils::Install 1.46
Apply patches from Michael Schwern (rt #33688, rt #31429, rt #31248)
and from Slaven Rezic (rt #33290). Also implemented the suggestion from
Schwern about not dieing when failing to remove a shadow file that is
later on in INC than the installed version. (rt #2928)
p4raw-id: //depot/perl@33404
Steven Schubiger [Fri, 29 Feb 2008 21:29:39 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080229202939.GA16742@refcnt.homeunix.org>
Date: Fri, 29 Feb 2008 21:29:39 +0100
p4raw-id: //depot/perl@33403
Rafael Garcia-Suarez [Sat, 1 Mar 2008 11:20:20 +0000]
Typo in doc, found by Kornel Umann.
p4raw-id: //depot/perl@33402
Nicholas Clark [Fri, 29 Feb 2008 16:33:56 +0000]
Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/
fpathconf testing rather than ->curdir(), as the latter can be on
networked storage that fails the syscall (and the tests).
p4raw-id: //depot/perl@33401
Steven Schubiger [Fri, 8 Feb 2008 14:13:50 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <
20080208131350.GB22321@refcnt.homeunix.org>
Date: Fri, 8 Feb 2008 14:13:50 +0100
p4raw-id: //depot/perl@33400
Slaven Rezic [Fri, 29 Feb 2008 11:29:31 +0000]
More diagnostics for Fatal.pm
Message-ID: <49601.89.247.126.95.
1204280971.squirrel@mail.rezic.de>
plus version bump
p4raw-id: //depot/perl@33399
Rafael Garcia-Suarez [Fri, 29 Feb 2008 08:22:01 +0000]
Context fix to make the test pass
p4raw-id: //depot/perl@33398
Steve Peters [Fri, 29 Feb 2008 05:39:42 +0000]
Re-apply change #32880
p4raw-link: @32880 on //depot/perl:
0fc92fc6bbe8a1e6ff117eca89462208ffcf7f5c
p4raw-id: //depot/perl@33397
Steve Peters [Fri, 29 Feb 2008 05:09:27 +0000]
Upgrade to ExtUtils-MakeMaker-6.44
p4raw-id: //depot/perl@33396
Steve Peters [Fri, 29 Feb 2008 04:44:43 +0000]
Hmmm...lib/Test/Builder.pm didn't get updated corectly. Unfortunately,
the tests didn't seem to catch this.
p4raw-id: //depot/perl@33395
Steve Peters [Fri, 29 Feb 2008 04:39:18 +0000]
Upgrade to Test-Simple-0.78
p4raw-id: //depot/perl@33394
Steve Peters [Fri, 29 Feb 2008 04:10:17 +0000]
Upgrade to Test-Harness-3.10
p4raw-id: //depot/perl@33393
Steve Peters [Fri, 29 Feb 2008 03:38:46 +0000]
Upgrade to ExtUtils-ParseXS-2.19. There are several patches not
in the CPAN version, so a version bump to 2.19_01 is in the core.
p4raw-id: //depot/perl@33392
Steve Peters [Fri, 29 Feb 2008 03:10:59 +0000]
Upgrade to Test-Simple-0.75
p4raw-id: //depot/perl@33391
Nicholas Clark [Wed, 27 Feb 2008 19:11:12 +0000]
Use malloc_good_size() to round up the size of requested arenas to the
size that will actually be allocated, to squeeze last few bytes into
use.
p4raw-id: //depot/perl@33390
Nicholas Clark [Wed, 27 Feb 2008 19:10:02 +0000]
Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the
passed in request to the size that will actually be allocated. It's
the same interface as Darwin already provides with malloc_good_size().)
p4raw-id: //depot/perl@33389
Nicholas Clark [Wed, 27 Feb 2008 16:45:20 +0000]
Do the memory debug header fixup earlier to avoid valgrind screaming
under -Dm. Also, temporarily disable memory logging during thread
memory freeing, as otherwise we try to log using memory we already
freed.
p4raw-id: //depot/perl@33388
Jerry D. Hedden [Tue, 26 Feb 2008 11:29:54 +0000]
threads::shared 1.18
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802260829h306ea16by990af232dac22a82@mail.gmail.com>
p4raw-id: //depot/perl@33387
Yves Orton [Wed, 27 Feb 2008 14:06:29 +0000]
Fwd: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.45.tar.gz
Message-ID: <
9b18b3110802270506j6194cb4idefa42765d634c79@mail.gmail.com>
Upgrade to ExtUtils-Install-1.45 to fix [cpan #32813]
p4raw-id: //depot/perl@33386
Steve Hay [Wed, 27 Feb 2008 12:54:52 +0000]
Fix another Win32/VC6 compiler warning caused by #33231
(missed by #33336--this one only occurs in debug builds)
p4raw-id: //depot/perl@33385
Steve Hay [Wed, 27 Feb 2008 12:29:36 +0000]
Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITE
p4raw-id: //depot/perl@33384
Nicholas Clark [Wed, 27 Feb 2008 11:48:38 +0000]
Comment on why I don't think changing Perl_safesysmalloc_size() in av.c
analagous to the change in sv.c is a good idea. [It's not a language
design issue, so sadly I can't get a talk out of it. Or is that
fortunately? :-)]
p4raw-id: //depot/perl@33383
Rafael Garcia-Suarez [Wed, 27 Feb 2008 09:06:47 +0000]
Fix preprocessor syntax
p4raw-id: //depot/perl@33380
Nicholas Clark [Tue, 26 Feb 2008 23:22:30 +0000]
If the C library provides malloc_size(), we can use that in the same
places as Perl's malloced_size(), except that we need to be careful of
any PERL_TRACK_MEMPOOL manipulations in force. Wrap both as
Perl_safesysmalloc_size(), to give a consistent name and interface.
p4raw-id: //depot/perl@33379
Nicholas Clark [Tue, 26 Feb 2008 19:55:33 +0000]
In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()ed
size for SvLEN(), rather than an estimate.
p4raw-id: //depot/perl@33378
Nicholas Clark [Tue, 26 Feb 2008 19:17:38 +0000]
If we have malloced_size() available, then avoid rounding up the string
to the next (guessed) plausible alignment size, and instead find out
how much memory was actually allocated, so that we can set this in the
scalar's SvLEN(). This way, sv_grow() will be called far less often.
p4raw-id: //depot/perl@33377
Rafael Garcia-Suarez [Tue, 26 Feb 2008 13:13:18 +0000]
Chainsaw DEBUG_S out, as suggested by Vincent Pit.
p4raw-id: //depot/perl@33376
Rafael Garcia-Suarez [Tue, 26 Feb 2008 10:51:27 +0000]
Typo found by Roland Giersig
p4raw-id: //depot/perl@33375
Rafael Garcia-Suarez [Tue, 26 Feb 2008 10:19:15 +0000]
Tidy up error messages
p4raw-id: //depot/perl@33374
Vincent Pit [Tue, 26 Feb 2008 09:56:59 +0000]
Re: making it easier not to get feedback
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <1232.90.46.219.25.
1204016219.squirrel@90.46.219.25>
p4raw-id: //depot/perl@33373
Rafael Garcia-Suarez [Tue, 26 Feb 2008 09:46:57 +0000]
Document perlthanks
p4raw-id: //depot/perl@33372
Nicholas Clark [Mon, 25 Feb 2008 23:29:33 +0000]
Also install perlbug as perlthanks, to make it easy for people to send
their appreciation to perl-thanks@perl.org.
It would be nice to get feedback other than bug reports.
p4raw-id: //depot/perl@33371
Steve Hay [Mon, 25 Feb 2008 17:42:38 +0000]
Silence Borland compiler warnings (except for warnings from zlib) here:
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/02/msg53937.html
p4raw-id: //depot/perl@33370
Nicholas Clark [Mon, 25 Feb 2008 12:48:22 +0000]
Ensure that constant folding runs with IN_PERL_RUNTIME true, by copying
the current compiling cop to a different address. This ensures that
lexical hints are correctly honoured, and allows us to fold sprintf.
p4raw-id: //depot/perl@33369
Nicholas Clark [Mon, 25 Feb 2008 11:47:03 +0000]
Two break; statements that aren't (yet) needed, but may trip someone up
in the future.
p4raw-id: //depot/perl@33368
ilmari@vesla.ilmari.org [Thu, 21 Feb 2008 20:29:42 +0000]
Avoid a segfault case in MRO code, based on :
Subject: [perl #51092] [PATCH] Segfault when calling ->next::method on non-existing package
From: ilmari@vesla.ilmari.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-15287-
1203654581-377.51092-75-0@perl.org>
p4raw-id: //depot/perl@33367
Vincent Pit [Sat, 23 Feb 2008 12:04:43 +0000]
Re: [PATCH] POD fixes
Message-ID: <
47BFFDCB.60107@profvince.com>
p4raw-id: //depot/perl@33366
Rafael Garcia-Suarez [Mon, 25 Feb 2008 08:04:14 +0000]
Regenerate embed.h
p4raw-id: //depot/perl@33365
Jim Cromie [Sun, 10 Feb 2008 12:52:59 +0000]
Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
From: "Jim Cromie" <jim.cromie@gmail.com>
Message-ID: <
cfe85dfa0802101152n4e1b9e07pc7fb7ad9241a9794@mail.gmail.com>
p4raw-id: //depot/perl@33364
Reini Urban [Fri, 22 Feb 2008 09:52:32 +0000]
B::Debug enhancements
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60802220052t3c1f1d91ne38b8ba6f6c56651@mail.gmail.com>
p4raw-id: //depot/perl@33363
Jerry D. Hedden [Fri, 22 Feb 2008 17:10:35 +0000]
Thread::Queue 2.06
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802221410r2ceda3deg6cd503f0037b0805@mail.gmail.com>
p4raw-id: //depot/perl@33362
Jerry D. Hedden [Fri, 22 Feb 2008 17:05:55 +0000]
Thread::Semaphore 2.07
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802221405w15277004u53e7e0a2d2603049@mail.gmail.com>
p4raw-id: //depot/perl@33361
Jerry D. Hedden [Fri, 22 Feb 2008 16:31:02 +0000]
threads::shared 1.17
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802221331u48f85e8cg884c02a145dbee10@mail.gmail.com>
p4raw-id: //depot/perl@33360
Jerry D. Hedden [Fri, 22 Feb 2008 16:26:21 +0000]
threads 1.69
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802221326ib73c7e5kf26ad87086ee113d@mail.gmail.com>
p4raw-id: //depot/perl@33359
Jerry D. Hedden [Fri, 22 Feb 2008 16:21:14 +0000]
Revert change 33326
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com>
p4raw-id: //depot/perl@33358
Reini Urban [Thu, 21 Feb 2008 14:38:33 +0000]
cygwin hints
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60802210538p4fdb84abwf5128e87399dddf4@mail.gmail.com>
p4raw-id: //depot/perl@33357
Vincent Pit [Fri, 15 Feb 2008 23:08:50 +0000]
Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)
Message-ID: <
47B60D72.50708@profvince.com>
Date: Fri, 15 Feb 2008 23:08:50 +0100
p4raw-id: //depot/perl@33356
Nicholas Clark [Fri, 22 Feb 2008 22:30:05 +0000]
As best as I (and my minion, gcc -Os) can tell, PL_curcop and
PL_in_eval do not need to be volatile. This improves the generated code
measurably - for example toke.o is 1.5% smaller. Every little helps.
p4raw-id: //depot/perl@33355
Nicholas Clark [Fri, 22 Feb 2008 22:27:47 +0000]
Update to embed.h somehow missed from change 33343.
p4raw-id: //depot/perl@33354
Nicholas Clark [Fri, 22 Feb 2008 20:06:15 +0000]
Take advantage of the fact that we can use indent as a stdin/stdout
filter to reduce its workload (and ours) by only sending it the 3 or
so lines that we are interested in printing, not the preceding
bucket loads.
p4raw-id: //depot/perl@33353
Jim Cromie [Thu, 7 Feb 2008 17:03:22 +0000]
[patch] Porting/expand-macros.pl gets 'indent'ing
Message-ID: <
47AB9C4A.3080107@gmail.com>
Date: Thu, 07 Feb 2008 17:03:22 -0700
p4raw-id: //depot/perl@33352