| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
until we find a better implementation of it (or
remove it). See [perl #36375].
p4raw-id: //depot/perl@25195
|
|
|
|
|
| |
Message-id: <20050720084311.GA20332@ethan>
p4raw-id: //depot/perl@25194
|
|
|
| |
p4raw-id: //depot/perl@25193
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
p4raw-id: //depot/perl@25192
|
|
|
|
|
| |
Message-ID: <42DDF5E8.1060100@gmail.com>
p4raw-id: //depot/perl@25191
|
|
|
|
|
|
| |
(Certainly where there is AUTOLOADing and XS)
Hopefully *this* fixes the POSIX breakage.
p4raw-id: //depot/perl@25190
|
|
|
|
|
|
| |
(Certainly where there is AUTOLOADing and XS)
Hopefully this fixes the POSIX breakage.
p4raw-id: //depot/perl@25189
|
|
|
|
|
| |
This might be construed as a bug. Fixing is probably a greater evil.
p4raw-id: //depot/perl@25188
|
|
|
|
|
|
| |
our $x; our $x;
and add more tests
p4raw-id: //depot/perl@25187
|
|
|
|
|
| |
p4raw-link: @25181 on //depot/perl: 945ffa4f5b4934f08041070c2899013a3af4e644
p4raw-id: //depot/perl@25186
|
|
|
|
|
| |
Message-ID: <42DCC278.2010009@gmail.com>
p4raw-id: //depot/perl@25185
|
|
|
| |
p4raw-id: //depot/perl@25182
|
|
|
|
|
|
|
|
| |
From: Earl Hood (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
(with old code deleted rather than commented out)
p4raw-id: //depot/perl@25181
|
|
|
| |
p4raw-id: //depot/perl@25180
|
|
|
|
|
|
|
|
|
|
| |
""%s" variable %s masks earlier declaration",
based on a patch by Rick Delaney. Now we have :
my $x; my $x; # warns
my $x; our $x; # warns
our $x; my $x; # warns
our $x; our $x; # silent
p4raw-id: //depot/perl@25179
|
|
|
|
|
| |
Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25178
|
|
|
|
|
|
| |
From: "Piotr Fusik" <pfusik@op.pl>
Message-Id: <00b201c578af$7ad02b40$17d24dd5@piec>
p4raw-id: //depot/perl@25177
|
|
|
| |
p4raw-id: //depot/perl@25176
|
|
|
|
|
| |
Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
p4raw-id: //depot/perl@25174
|
|
|
|
|
|
|
| |
Message-ID: <20050718153455.GA29381@python>
mday++ is also wday++ and yday++
p4raw-id: //depot/perl@25173
|
|
|
|
|
| |
Message-ID: <20050718153738.GB20193@petdance.com>
p4raw-id: //depot/perl@25172
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
p4raw-id: //depot/perl@25171
|
|
|
|
|
| |
make the tests to expect failures in that case
p4raw-id: //depot/perl@25170
|
|
|
|
|
|
| |
2. Added proza about patches (#25152)
3. dirfd got the wrong define based on previous tests (#25168)
p4raw-id: //depot/perl@25169
|
|
|
|
|
|
| |
(DIE returns Perl_die's return value which is an OP*, not the I32
that Perl_apply is expected to return)
p4raw-id: //depot/perl@25167
|
|
|
|
|
| |
Message-ID: <20050714141059.GF19090@localhost.localdomain>
p4raw-id: //depot/perl@25166
|
|
|
|
|
| |
Message-Id: <20050717112557.5921.BQW10602@nifty.com>
p4raw-id: //depot/perl@25165
|
|
|
|
|
|
|
| |
Message-ID: <20050715213518.GH6897@windhund.schwern.org>
(with minor tweaks suggested in subsequent posts)
p4raw-id: //depot/perl@25164
|
|
|
| |
p4raw-id: //depot/perl@25163
|
|
|
|
|
| |
Spotted by Gisle Aas.
p4raw-id: //depot/perl@25162
|
|
|
| |
p4raw-id: //depot/perl@25161
|
|
|
| |
p4raw-id: //depot/perl@25160
|
|
|
|
|
| |
p4raw-link: @25129 on //depot/perl: 041457d90dbb6fb79a72c7a8462f01423f2daa09
p4raw-id: //depot/perl@25159
|
|
|
|
|
| |
Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
p4raw-id: //depot/perl@25158
|
|
|
|
|
|
|
| |
Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
+ Schwern's ok -> like changes
p4raw-id: //depot/perl@25157
|
|
|
|
|
|
|
| |
Message-ID: <20050715155115.GC29983@petdance.com>
(and run regen.pl)
p4raw-id: //depot/perl@25156
|
|
|
|
|
|
|
|
| |
From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
(and bump $CPAN::FirstTime::VERSION)
p4raw-id: //depot/perl@25155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
turns off all warnings.
From: Michael G Schwern <schwern@pobox.com>
Date: Wed, 13 Jul 2005 15:57:39 -0700
Message-ID: <20050713225739.GN24499@windhund.schwern.org>
Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
From: Rick Delaney <rick@bort.ca>
Date: Wed, 13 Jul 2005 20:24:56 -0400
Message-ID: <20050714002456.GD19090@localhost.localdomain>
p4raw-id: //depot/perl@25153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They were broken because change 24806 forgot to add -DWITH_STATIC
to the recipe for compiling perllib.c which meant that perllibst.h
was not included and hence although they built OK, the static
extensions could not actually be used!
In fact, since perllibst.h is always created (it is more or less
empty when static extensions are not being used), there is no need
for -DWITH_STATIC at all. So rather than adding it to Makefile,
just drop it from makefile.mk and perllib.c.
Also add the missing cleanup of perllibst.h to Makefile.
p4raw-id: //depot/perl@25150
|
|
|
|
|
|
|
|
| |
From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
(with minor tweaks)
p4raw-id: //depot/perl@25149
|
|
|
|
|
|
| |
From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
p4raw-id: //depot/perl@25148
|
|
|
|
|
|
|
|
| |
From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
(with spaces trimmed from username too)
p4raw-id: //depot/perl@25147
|
|
|
|
|
| |
Message-ID: <20050715074911.GA16512@windhund.schwern.org>
p4raw-id: //depot/perl@25146
|
|
|
|
|
| |
Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
p4raw-id: //depot/perl@25145
|
|
|
|
|
| |
Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25144
|
|
|
|
|
|
|
| |
Message-ID: <20050712225118.GA944@windhund.schwern.org>
(and update SKIP counts)
p4raw-id: //depot/perl@25143
|
|
|
|
|
|
| |
From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
p4raw-id: //depot/perl@25142
|
|
|
|
|
|
| |
Message-ID: <42D55C46.5030905@rowman.com>
Date: Wed, 13 Jul 2005 14:24:06 -0400
p4raw-id: //depot/perl@25141
|
|
|
|
|
|
| |
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
p4raw-id: //depot/perl@25140
|
|
|
|
|
| |
Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25139
|