summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Be less forgiving about ambiguous and illegal tr ranges.Mark-Jason Dominus2000-07-111-1/+39
| | | | | | | | | | | | Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way Date: Tue, 04 Jul 2000 10:00:12 -0400 Message-ID: <20000704140012.17772.qmail@plover.com> Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way From: Mark-Jason Dominus <mjd@plover.com> Date: Wed, 05 Jul 2000 09:37:36 -0400 Message-ID: <20000705133736.27293.qmail@plover.com> p4raw-id: //depot/cfgperl@6339
* [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking Hugo van der Sanden2000-07-111-0/+1
| | | | | Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@6337
* Precedence goof, fix based onHugo van der Sanden2000-07-111-4/+4
| | | | | | Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget() Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@6333
* Config is being used.Jarkko Hietaniemi2000-07-061-0/+5
| | | p4raw-id: //depot/cfgperl@6321
* Integrate with Sarathy.Jarkko Hietaniemi2000-07-042-2/+16
|\ | | | | p4raw-id: //depot/cfgperl@6312
| * b.t fails under OS/2 (from Yitzchak Scott-Thoennes)Gurusamy Sarathy2000-07-041-1/+2
| | | | | | p4raw-id: //depot/perl@6310
| * better diagnostic on Frob->stuff() when Frob:: doesn't existGurusamy Sarathy2000-07-041-1/+14
| | | | | | | | | | (from Richard Soderberg <rs@oregonnet.com>) p4raw-id: //depot/perl@6306
* | Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-5/+7
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6301
| * slurp mode fix in change#4736 still not quite rightGurusamy Sarathy2000-06-301-5/+7
| | | | | | | | | | p4raw-link: @4736 on //depot/perl: 684bef36d5078e84d816e42ce6a73ae4452da2d7 p4raw-id: //depot/perl@6294
* | Integrate with Sarathy.Jarkko Hietaniemi2000-06-301-1/+22
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6293
| * dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-301-1/+22
| | | | | | | | | | when @_ is modified, causing coredumps p4raw-id: //depot/perl@6291
| * @_ can't have junk in it even in the non-USE_ITHREADS case becauseGurusamy Sarathy2000-06-081-0/+15
| | | | | | | | | | | | caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) p4raw-id: //depot/perl@6214
* | PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't ↵Nicholas Clark2000-06-297-5/+32
| | | | | | | | | | | | | | build XS extensions?) Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net> p4raw-id: //depot/cfgperl@6270
* | Make op/sprintf.t more comprehensiveDominic Dunlop2000-06-291-20/+232
| | | | | | | | | | Message-Id: <p04320403b580cc1338db@[192.168.1.4]> p4raw-id: //depot/cfgperl@6268
* | Re: [PATCH] Re: Speeding up method lookups Doug MacEachern2000-06-291-0/+66
| | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6267
* | Re: [PATCH cfgperl] BOMs away!Simon Cozens2000-06-281-1/+11
| | | | | | | | | | Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6261
* | Re: [PATCH] pack('U',$foo) doesn't UTF8Simon Cozens2000-06-281-1/+11
| | | | | | | | | | | | Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> pack U0, pack C0 p4raw-id: //depot/cfgperl@6260
* | linenumber tweakJarkko Hietaniemi2000-06-281-1/+1
| | | | | | p4raw-id: //depot/cfgperl@6258
* | Re: [PATCH] "Constant subroutine redefined" mandatory warningDoug MacEachern2000-06-282-1/+16
| | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net> (one part of the patch had been applied earlier) p4raw-id: //depot/cfgperl@6257
* | small thinko tweaksJarkko Hietaniemi2000-06-281-0/+4
| | | | | | p4raw-id: //depot/cfgperl@6255
* | tr///, help wanted.Simon Cozens2000-06-281-1/+48
| | | | | | | | | | Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6254
* | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+27
| | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
* | Allow for standalone testing.Jarkko Hietaniemi2000-06-272-4/+4
| | | | | | p4raw-id: //depot/cfgperl@6246
* | avoid mg_ptr in '*' magicDoug MacEachern2000-06-271-2/+0
| | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6244
* | Do no -warn on \_, only on \alpha.David Dyck2000-06-272-0/+7
| | | | | | | | | | | | Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com> p4raw-id: //depot/cfgperl@6241
* | Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.Jarkko Hietaniemi2000-06-232-4/+4
| | | | | | p4raw-id: //depot/cfgperl@6230
* | A way to avoid English.pm performance hit.root2000-06-231-9/+27
| | | | | | | | | | | | Subject: [YAPATCH English.pm] My turn to putt again Message-Id: <200006230033.UAA05960@jester.slaysys.com> p4raw-id: //depot/cfgperl@6224
* | Rename the fdpid locking and integrate with Sarathy.Jarkko Hietaniemi2000-06-091-0/+15
| | | | | | p4raw-id: //depot/cfgperl@6217
* | Integrate with Sarathy.Jarkko Hietaniemi2000-06-013-4/+232
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6192
| * vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-011-3/+9
| | | | | | | | | | by Robin Barker) p4raw-id: //depot/perl@6191
| * counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-011-1/+25
| | | | | | p4raw-id: //depot/perl@6189
| * SelfLoader can lose $@ in AUTOLOAD() (from Nicholas ClarkGurusamy Sarathy2000-06-011-0/+198
| | | | | | | | | | <nick@ccl4.org>) p4raw-id: //depot/perl@6183
* | Integrate with Sarathy.Jarkko Hietaniemi2000-06-011-1/+8
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6181
| * buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-311-1/+8
| | | | | | | | | | | | | | 4063328477 % 65535 amounting to 27406, instead of 27407) p4raw-link: @3378 on //depot/perl: 25da4f389200e19df8aa50bcef9af9506f48ed2e p4raw-id: //depot/perl@6179
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-313-3/+15
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6175
| * fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>Gurusamy Sarathy2000-05-311-0/+1
| | | | | | | | | | (from Ilya Zakharevich) p4raw-id: //depot/perl@6172
| * scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-311-1/+5
| | | | | | | | | | (from Simon Cozens) p4raw-id: //depot/perl@6171
| * change#6142 needs tweaks to tests to work where there's no symlink()Gurusamy Sarathy2000-05-311-2/+9
| | | | | | | | | | | | | | (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) p4raw-link: @6142 on //depot/perl: 704ea872433dd6d5a1c650f509289fdea5c037ab p4raw-id: //depot/perl@6170
| * integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-317-143/+181
| |\ | |/ |/| p4raw-id: //depot/perl@6169
* | Changes for the File::Temp 0.08 (change #6159) test suiteJarkko Hietaniemi2000-05-294-13/+32
| | | | | | | | | | | | | | to fit better into the Perl distribution test framework. p4raw-link: @6159 on //depot/cfgperl: 1c19c86813086fb9efca2171c6506afe1bfe8cc4 p4raw-id: //depot/cfgperl@6160
* | Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.Jarkko Hietaniemi2000-05-294-50/+38
| | | | | | p4raw-id: //depot/cfgperl@6159
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-291-1/+23
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6156
| * File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-281-1/+23
| | | | | | | | | | Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) p4raw-id: //depot/perl@6142
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-288-10/+188
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6140
| * fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-281-2/+4
| | | | | | | | | | scopes p4raw-id: //depot/perl@6137
| * elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0
| | | | | | | | | | p4raw-link: @6132 on //depot/perl: 114bafba71b4fe6a08258e1f6dfc504b5d9fd70c p4raw-id: //depot/perl@6133
| * warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-281-0/+104
| | | | | | | | | | caller isn't using lexical warnings (from Paul Marquess) p4raw-id: //depot/perl@6132
| * change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-2/+38
| | | | | | | | | | | | | | (reworked variant of patch suggested by Simon Cozens) p4raw-link: @2879 on //depot/perl: 35cd451c5a1303394968903750cc3b3a1a6bc892 p4raw-id: //depot/perl@6126
| * integrate vmsperl contents into mainlineGurusamy Sarathy2000-05-281-1/+1
| |\ | | | | | | p4raw-id: //depot/perl@6124
| | * Add missing escape (Charles Lane)Charles Bailey2000-05-251-1/+1
| | | | | | | | | p4raw-id: //depot/vmsperl@6120