| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <47BFFDCB.60107@profvince.com>
p4raw-id: //depot/perl@33366
|
|
|
| |
p4raw-id: //depot/perl@33365
|
|
|
|
|
|
| |
From: "Jim Cromie" <jim.cromie@gmail.com>
Message-ID: <cfe85dfa0802101152n4e1b9e07pc7fb7ad9241a9794@mail.gmail.com>
p4raw-id: //depot/perl@33364
|
|
|
|
|
|
| |
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60802220052t3c1f1d91ne38b8ba6f6c56651@mail.gmail.com>
p4raw-id: //depot/perl@33363
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221410r2ceda3deg6cd503f0037b0805@mail.gmail.com>
p4raw-id: //depot/perl@33362
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221405w15277004u53e7e0a2d2603049@mail.gmail.com>
p4raw-id: //depot/perl@33361
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221331u48f85e8cg884c02a145dbee10@mail.gmail.com>
p4raw-id: //depot/perl@33360
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221326ib73c7e5kf26ad87086ee113d@mail.gmail.com>
p4raw-id: //depot/perl@33359
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com>
p4raw-id: //depot/perl@33358
|
|
|
|
|
|
| |
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60802210538p4fdb84abwf5128e87399dddf4@mail.gmail.com>
p4raw-id: //depot/perl@33357
|
|
|
|
|
|
| |
Message-ID: <47B60D72.50708@profvince.com>
Date: Fri, 15 Feb 2008 23:08:50 +0100
p4raw-id: //depot/perl@33356
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@33354
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Message-ID: <47AB9C4A.3080107@gmail.com>
Date: Thu, 07 Feb 2008 17:03:22 -0700
p4raw-id: //depot/perl@33352
|
|
|
|
|
|
|
|
| |
fixed-up by #33349.
There shouldn't be any real changes here. If there are then I've
screwed up.
p4raw-id: //depot/perl@33350
|
|
|
|
|
| |
the win32/config_H.* files
p4raw-id: //depot/perl@33349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change 25208 switched off USE_LARGE_FILES in win32/config_H.* but left
LSEEKSIZE/Off_t_size and Off_t as 8 and __int64 (or long long)
respectively. Similarly change 25215 switched off uselargefiles in
win32/config.* but left lseeksize and lseektype as 8 and __int64 (or
long long) respectively. Change 25216 fixed the Borland settings in
win32/config.bc on the basis that Borland should always be using 4 and
long, but really all the other files should be using 4 and long for
their default values as well to match the default values of
USE_LARGE_FILES and uselargefiles. Having done that, we must then
reverse the logic for fiddling with these values in win32/config_sh.PL:
they are now changed to 8 and __int64 (or long long) if uselargefiles
*is* defined (except for Borland, which always wants 4 and long).
p4raw-id: //depot/perl@33347
|
|
|
| |
p4raw-id: //depot/perl@33346
|
|
|
| |
p4raw-id: //depot/perl@33345
|
|
|
| |
p4raw-id: //depot/perl@33344
|
|
|
|
|
|
| |
use in order to get the do_spawn-related assert macros defined. Based
on suggestions by John Malmberg.
p4raw-id: //depot/perl@33343
|
|
|
| |
p4raw-id: //depot/perl@33342
|
|
|
|
|
|
| |
Not 100% sure this is right, but it fixes the bug without breaking
any tests so hopefully it's at least better than it was before.
p4raw-id: //depot/perl@33341
|
|
|
|
|
| |
since the upgrade of Test-Harness at #32659
p4raw-id: //depot/perl@33340
|
|
|
|
|
| |
since the upgrade at #33263
p4raw-id: //depot/perl@33339
|
|
|
| |
p4raw-id: //depot/perl@33338
|
|
|
| |
p4raw-id: //depot/perl@33337
|
|
|
| |
p4raw-id: //depot/perl@33336
|
|
|
| |
p4raw-id: //depot/perl@33335
|
|
|
|
|
|
|
|
|
| |
returned e.g. by "keys %hash". This speeds up sorting of lots
of hash keys significantly. See also:
Subject: Slowdown of "sort keys %hash" under "use locale"
Message-ID: <20080215170015.72f6160d@r2d2>
p4raw-id: //depot/perl@33334
|
|
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A46@exchsvr2.npl.ad.local>
plus another POD fix found by podchecker
p4raw-id: //depot/perl@33333
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A3F@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33332
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802151102s41bebc4xab19aa6e464dbf04@mail.gmail.com>
p4raw-id: //depot/perl@33331
|
|
|
|
|
|
| |
From: "Daniel M. Quinlan" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-24181-1203286856-952.50946-75-0@perl.org>
p4raw-id: //depot/perl@33330
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802150812r3facd53cs1913dd82c3070ac0@mail.gmail.com>
p4raw-id: //depot/perl@33329
|
|
|
|
|
|
| |
From: "Ken Williams" <kenahoo@gmail.com>
Message-ID: <6a7ee8cc0802162122r4e59b93boee18b1f045b8954d@mail.gmail.com>
p4raw-id: //depot/perl@33328
|
|
|
|
|
| |
Message-ID: <47B7879B.5040302@gmail.com>
p4raw-id: //depot/perl@33327
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802150802g5bf52a52nc9543eb236063b86@mail.gmail.com>
p4raw-id: //depot/perl@33326
|
|
|
|
|
|
|
|
|
| |
-- lastcloseparen is literally the index of the last paren closed
-- lastparen is index of the highest index paren that has been closed.
In nested parens, they will be completely different.
'ab'=~/(a(b))/ will have: lastparen = 2, lastcloseparen = 1
'ab'=~/(a)(b)/ will have: lastparen = lastcloseparen = 2
p4raw-id: //depot/perl@33325
|
|
|
| |
p4raw-id: //depot/perl@33324
|
|
|
| |
p4raw-id: //depot/perl@33323
|
|
|
| |
p4raw-id: //depot/perl@33322
|
|
|
| |
p4raw-id: //depot/perl@33321
|
|
|
|
|
|
|
|
|
| |
in the filexp script (written out by Configure) for expanding ~ and
~/* has never worked. It's always been relying on the /bin/csh glob
for the ~* case. Few people ever noticed because one has to be
building to one's home directory on a system with no csh installed.
This is a bug from Perl 1.0's Configure!
p4raw-id: //depot/perl@33318
|
|
|
| |
p4raw-id: //depot/perl@33317
|
|
|
| |
p4raw-id: //depot/perl@33316
|
|
|
|
|
|
|
| |
Subject: RE: Bit-fields patch causes warnings on Win32/VC6
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <002f01c86f3f$27e23ca0$77a6b5e0$@com>
p4raw-id: //depot/perl@33315
|
|
|
|
|
| |
Message-ID: <20080214164314.GA31694@abigail.be>
p4raw-id: //depot/perl@33314
|
|
|
|
|
|
|
| |
Message-ID: <20080207165330.GA25617@abigail.be>
with tweaks (one more test marked TODO)
p4raw-id: //depot/perl@33313
|