summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove :unique attribute from Config.pm,Rafael Garcia-Suarez2005-07-201-6/+2
| | | | | | until we find a better implementation of it (or remove it). See [perl #36375]. p4raw-id: //depot/perl@25195
* lvalue-subs returning elements of tied hashes/arraysTassilo von Parseval2005-07-202-3/+49
| | | | | Message-id: <20050720084311.GA20332@ethan> p4raw-id: //depot/perl@25194
* Exit test script (if we're going to) *before* declaring a planSteve Hay2005-07-201-2/+2
| | | p4raw-id: //depot/perl@25193
* RE: rebuilding lib/Config*Robin Barker2005-07-201-9/+5
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk> p4raw-id: //depot/perl@25192
* move NSIG logicJarkko Hietaniemi2005-07-202-58/+58
| | | | | Message-ID: <42DDF5E8.1060100@gmail.com> p4raw-id: //depot/perl@25191
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-191-8/+11
| | | | | | (Certainly where there is AUTOLOADing and XS) Hopefully *this* fixes the POSIX breakage. p4raw-id: //depot/perl@25190
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-190-0/+0
| | | | | | (Certainly where there is AUTOLOADing and XS) Hopefully this fixes the POSIX breakage. p4raw-id: //depot/perl@25189
* XS constants fail when their value is called for, not at import.Nicholas Clark2005-07-191-1/+1
| | | | | This might be construed as a bug. Fixing is probably a greater evil. p4raw-id: //depot/perl@25188
* Extend the the "our variable redeclared" warning to the case:Rafael Garcia-Suarez2005-07-193-16/+60
| | | | | | our $x; our $x; and add more tests p4raw-id: //depot/perl@25187
* Fix test following change #25181Steve Hay2005-07-191-38/+41
| | | | | p4raw-link: @25181 on //depot/perl: 945ffa4f5b4934f08041070c2899013a3af4e644 p4raw-id: //depot/perl@25186
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-197-93/+293
| | | | | Message-ID: <42DCC278.2010009@gmail.com> p4raw-id: //depot/perl@25185
* Fix strict test to go with the precedent warning changeRafael Garcia-Suarez2005-07-191-2/+2
| | | p4raw-id: //depot/perl@25182
* [perl #36526] Incorrect (X)HTML generated by Pod::Html Earl Hood2005-07-191-8/+19
| | | | | | | | 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
* Silence new (expected) warningsRafael Garcia-Suarez2005-07-191-1/+1
| | | p4raw-id: //depot/perl@25180
* Overhaul the semantics of the warningRafael Garcia-Suarez2005-07-192-10/+49
| | | | | | | | | | ""%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
* Final (hopefully) fix for fchdirSteve Peters2005-07-191-1/+1
| | | | | Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25178
* Re: [PATCH] Faster **Piotr Fusik2005-07-191-56/+52
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-Id: <00b201c578af$7ad02b40$17d24dd5@piec> p4raw-id: //depot/perl@25177
* the "local @foo with $#foo" tests are no longer TODODave Mitchell2005-07-191-3/+1
| | | p4raw-id: //depot/perl@25176
* Re: [PATCH] RE: blead: no longer supports %vd formatRafael Garcia-Suarez2005-07-181-1/+1
| | | | | Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com> p4raw-id: //depot/perl@25174
* Re: AIX 5.2 localtime bug attackCampo Weijerman2005-07-181-2/+4
| | | | | | | Message-ID: <20050718153455.GA29381@python> mday++ is also wday++ and yday++ p4raw-id: //depot/perl@25173
* The continuing plod through embed.fncAndy Lester2005-07-188-94/+163
| | | | | Message-ID: <20050718153738.GB20193@petdance.com> p4raw-id: //depot/perl@25172
* RE: blead: no longer supports %vd formatRobin Barker2005-07-183-39/+104
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk> p4raw-id: //depot/perl@25171
* tests are expected to fail if dirfd () does not existH.Merijn Brand2005-07-181-1/+8
| | | | | make the tests to expect failures in that case p4raw-id: //depot/perl@25170
* 1. Typo detected by Schwern (#25151)H.Merijn Brand2005-07-181-2/+9
| | | | | | 2. Added proza about patches (#25152) 3. dirfd got the wrong define based on previous tests (#25168) p4raw-id: //depot/perl@25169
* Silence compiler warning following change 25157Steve Hay2005-07-181-2/+2
| | | | | | (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
* Re: [perl #27028] /$/ not honouring /m in some casesRick Delaney2005-07-183-1/+27
| | | | | Message-ID: <20050714141059.GF19090@localhost.localdomain> p4raw-id: //depot/perl@25166
* perlop: why \c\ cannot be placed just before the terminating delimiterSADAHIRO Tomoyuki2005-07-181-0/+5
| | | | | Message-Id: <20050717112557.5921.BQW10602@nifty.com> p4raw-id: //depot/perl@25165
* Re: Why does our() cross packages? (PATCH)Michael G. Schwern2005-07-181-16/+24
| | | | | | | Message-ID: <20050715213518.GH6897@windhund.schwern.org> (with minor tweaks suggested in subsequent posts) p4raw-id: //depot/perl@25164
* perl -Dstv -e'... for min..max' displayed wrong stack elementsDave Mitchell2005-07-181-0/+4
| | | p4raw-id: //depot/perl@25163
* delete a non-fucntioning chown in stat.t: it didn't have gid arg.Dave Mitchell2005-07-171-5/+0
| | | | | Spotted by Gisle Aas. p4raw-id: //depot/perl@25162
* [perl #9720] document what can be assigned to a shared scalarDave Mitchell2005-07-171-0/+21
| | | p4raw-id: //depot/perl@25161
* $SIG{__WARN__} = sub { goto &foo } could recurse infinitelyDave Mitchell2005-07-172-1/+13
| | | p4raw-id: //depot/perl@25160
* change #25129 was overzealous in delaying the call to ckWARNDave Mitchell2005-07-173-8/+9
| | | | | p4raw-link: @25129 on //depot/perl: 041457d90dbb6fb79a72c7a8462f01423f2daa09 p4raw-id: //depot/perl@25159
* Re: [perl #36569] chop fails on decoded string with trailing nul SADAHIRO Tomoyuki2005-07-162-2/+12
| | | | | Message-Id: <20050716220041.2BDD.BQW10602@nifty.com> p4raw-id: //depot/perl@25158
* Re: fchmod, fchown, fchdirGisle Aas2005-07-166-22/+166
| | | | | | | Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com> + Schwern's ok -> like changes p4raw-id: //depot/perl@25157
* more embed cleanupAndy Lester2005-07-1514-431/+811
| | | | | | | Message-ID: <20050715155115.GC29983@petdance.com> (and run regen.pl) p4raw-id: //depot/perl@25156
* [perl #36514] Add curl support to CPAN.pm Michael G Schwern2005-07-152-12/+16
| | | | | | | | 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
* Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" ↵Steve Hay2005-07-152-3/+3
| | | | | | | | | | | | | | 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
* Fix static extensions when building with nmake on Win32Steve Hay2005-07-153-8/+3
| | | | | | | | | | | | | | | 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
* [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 Michael G Schwern2005-07-151-3/+20
| | | | | | | | 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
* [perl #36538] perlfunc/our contradicts itself Michael G Schwern2005-07-151-11/+17
| | | | | | 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
* [perl #24691] leading spaces on cpan configuration causes failure Michael G Schwern2005-07-151-17/+36
| | | | | | | | 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
* Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSIONMichael G. Schwern2005-07-151-66/+65
| | | | | Message-ID: <20050715074911.GA16512@windhund.schwern.org> p4raw-id: //depot/perl@25146
* Missing tie() call in NDBM_File SYNOPSISMatt Sergeant2005-07-151-4/+7
| | | | | Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org> p4raw-id: //depot/perl@25145
* Typo in t/op/stat.tGisle Aas2005-07-151-1/+1
| | | | | Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25144
* Re: [perl #36507] File::Copy::copy($foo, $foo) diesMichael G. Schwern2005-07-142-13/+49
| | | | | | | Message-ID: <20050712225118.GA944@windhund.schwern.org> (and update SKIP counts) p4raw-id: //depot/perl@25143
* [perl #5634] CPAN.pm v1.59 chdirs before looking for perl Michael G Schwern2005-07-141-20/+32
| | | | | | 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
* was Re: perldoc segfaulting in XS_UNIVERSAL_VERSIONJohn Peacock2005-07-131-1/+1
| | | | | | Message-ID: <42D55C46.5030905@rowman.com> Date: Wed, 13 Jul 2005 14:24:06 -0400 p4raw-id: //depot/perl@25141
* [perl #9565] [PATCH] /op/groups.t bug Steve Peters2005-07-131-4/+6
| | | | | | 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
* Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)Steve Peters2005-07-132-2/+2
| | | | | Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25139