summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Collapse)AuthorAgeFilesLines
* Shared hash keys Nicholas Clark2001-12-021-2/+8
| | | | | Message-ID: <20011202205232.U21702@plum.flirble.org> p4raw-id: //depot/perl@13430
* Non-VMS-fixed and Win32-skipped version ofMichael G. Schwern2001-12-011-38/+54
| | | | | | Subject: [PATCH t/op/exec.t] Portabilty fix Message-ID: <20011130160927.A10406@blackrider> p4raw-id: //depot/perl@13417
* parser panics on lvalue methods Rafael Garcia-Suarez2001-12-011-1/+10
| | | | | Message-ID: <20011130234658.A717@rafael> p4raw-id: //depot/perl@13404
* Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdkMichael G. Schwern2001-11-301-4/+4
| | | | | | | Message-ID: <20011130114844.C1303@blackrider> (replaces #13381) p4raw-id: //depot/perl@13391
* (replaced by #13391)jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net2001-11-301-1/+1
| | | | | | | | | Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net> No need to die if we have high-paranoia (non-chdirable) system directories. p4raw-id: //depot/perl@13381
* @INC tweak.Jarkko Hietaniemi2001-11-291-0/+5
| | | p4raw-id: //depot/perl@13352
* [PATCH] Re: $\ very brokenJarkko Hietaniemi2001-11-291-2/+17
| | | | | | | | | | | | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Wed, 28 Nov 2001 22:33:08 +0100 Message-ID: <20011128223308.E732@rafael> Subject: Re: [PATCH] Re: $\ very broken From: Nicholas Clark <nick@ccl4.org> Date: Wed, 28 Nov 2001 22:29:00 +0000 Message-ID: <20011128222859.K37621@plum.flirble.org> p4raw-id: //depot/perl@13345
* Fix for "a\x{100}" =~ /A/i.Jarkko Hietaniemi2001-11-281-1/+21
| | | p4raw-id: //depot/perl@13332
* [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void ↵David Dyck2001-11-271-2/+2
| | | | | | | context at op/pack.t line 704. Message-Id: <200111270604.WAA20274@dd.tc.fluke.com> p4raw-id: //depot/perl@13308
* [ID 20011126.149] t/op/split fails step 37David Dyck2001-11-271-1/+2
| | | | | Message-Id: <200111270552.VAA09394@dd.tc.fluke.com> p4raw-id: //depot/perl@13307
* Portability and skippage tweaks.Jarkko Hietaniemi2001-11-271-11/+19
| | | p4raw-id: //depot/perl@13304
* \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.Jarkko Hietaniemi2001-11-271-8/+8
| | | | | Delay the match until runtime. p4raw-id: //depot/perl@13301
* unpack P* uses random length for itemWolfgang Laun2001-11-271-1/+10
| | | | | Message-ID: <200111261956320450.01E7217F@smtp.chello.at> p4raw-id: //depot/perl@13288
* system and taintednessRadu Greab2001-11-261-1/+9
| | | | | Message-ID: <15362.28917.697078.551412@ix.netsoft.ro> p4raw-id: //depot/perl@13287
* $$ readonly, take twoMichael G. Schwern2001-11-251-1/+3
| | | | | Message-ID: <20011124195618.A14614@blackrider> p4raw-id: //depot/perl@13252
* Re: regex oddness with \Z and $&Hugo van der Sanden2001-11-231-4/+4
| | | | | Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk> p4raw-id: //depot/perl@13198
* local(*CORE::GLOBAL::require) doesn't behave like other overridesGurusamy Sarathy2001-11-221-1/+10
| | | p4raw-id: //depot/perl@13187
* Strange: the same mysterious regex study bugJarkko Hietaniemi2001-11-211-2/+2
| | | | | | | | seems to be present both in OS/390 and POSIX-BC. Deep EBCDIC magic that regex engine gets wrong, or a bug in some compiler/library shared by the two platforms? From Thomas Dorner. p4raw-id: //depot/perl@13170
* Z*/[AZa]* fails to pack length properlyWolfgang Laun2001-11-211-1/+20
| | | | | Message-ID: <200111211023160020.0050BD28@smtp.chello.at> p4raw-id: //depot/perl@13163
* Integrate change #13145 from maintperl;Jarkko Hietaniemi2001-11-211-8/+18
| | | | | | | | | | | | another compatibility tweak to change#12559: avoid quoting arguments that already have quotes; add test case p4raw-link: @13145 on //depot/maint-5.6/perl: dce2855c8524456fc5a80f5983430856fe9de05d p4raw-link: @12559 on //depot/maint-5.6/perl: c196af81e4de7395bbcca7607214cb47be8a55c0 p4raw-id: //depot/perl@13150 p4raw-integrated: from //depot/maint-5.6/perl@13148 'copy in' t/op/system_tests (@12747..) 'merge in' win32/win32.c (@13058..)
* spaceship and refsNicholas Clark2001-11-211-8/+35
| | | | | Message-ID: <20011120215951.U62891@plum.flirble.org> p4raw-id: //depot/perl@13147
* Integrate perlio:Jarkko Hietaniemi2001-11-201-2/+3
|\ | | | | | | | | | | | | | | | | | | [ 13138] perl.c change to use HAS_PROCSELFEXE, also tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) p4raw-link: @13138 on //depot/perlio: 04fee9b5a11624a5e33d02ff7b7129631d312bd9 p4raw-id: //depot/perl@13140
| * perl.c change to use HAS_PROCSELFEXE, alsoNick Ing-Simmons2001-11-201-2/+3
| | | | | | | | | | | | tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) p4raw-id: //depot/perlio@13138
| * Integrate mainlineNick Ing-Simmons2001-11-194-20/+102
| |\ | |/ |/| p4raw-id: //depot/perlio@13108
| * Integrate mainline - a few Devel::Peak fails.Nick Ing-Simmons2001-11-1810-78/+159
| |\ | | | | | | p4raw-id: //depot/perlio@13066
| * \ Integrate mainlineNick Ing-Simmons2001-11-032-2/+19
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@12828
| * \ \ Integrate mainlineNick Ing-Simmons2001-10-315-38/+289
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@12788
| * \ \ \ Integrate MainlineNick Ing-Simmons2001-10-281-3/+1
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@12731
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-232-4/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12611
| * \ \ \ \ \ Integrate mainline (for Arthurs thread.xs fix)Nick Ing-Simmons2001-10-221-1/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12579
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-221-47/+81
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12568
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-202-2/+15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12537
| * \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-192-3/+18
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12507
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-152-3/+16
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12444
| * \ \ \ \ \ \ \ \ \ \ Blind integrate of mainlineNick Ing-Simmons2001-10-127-145/+186
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12409
| * \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-021-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12310
| * \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-023-18/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12302
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainline + lib/open.t patch from ChromaticNick Ing-Simmons2001-10-022-2/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12301
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainline. Builds lots of sv.h/embed.h redef warningsNick Ing-Simmons2001-09-296-32/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one test (lib/open.t) fails p4raw-id: //depot/perlio@12268
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainline (untested while modem is up)Nick Ing-Simmons2001-09-256-52/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12207
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-09-244-81/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12186
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-09-237-413/+624
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12155
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-09-173-11/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12045
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-09-111-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11996
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Part Integrate mainlineNick Ing-Simmons2001-09-1114-370/+659
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11995
| * | | | | | | | | | | | | | | | | | | | | Integrate mainlineNick Ing-Simmons2001-09-039-810/+243
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11835
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-08-253-32/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11750
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-08-204-3/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11721
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-08-152-2/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11684
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-08-1311-49/+132
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@11657