summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-133-15/+23
| | | | | | | Incidentally, this fixes bug #22354, about unwanted action-at-distance of the /m regexp modifier. Add a new warning to advertise this fact. p4raw-id: //depot/perl@19769
* Add a new warning, "Newline in left-justified string for printf/sprintf"Robin Barker2003-06-121-0/+19
| | | | | | | | | to be issued if the string to be left-justified by s?printf contains a newline. Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> p4raw-id: //depot/perl@19752
* Re: nitpick with \(0..2)Steve Grazzini2003-06-091-2/+2
| | | | | Message-ID: <20030606054259.GA30249@grazzini.net> p4raw-id: //depot/perl@19729
* pack.t tweak for non-IEEE VMS systemsCraig A. Berry2003-06-091-0/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3EE3AF77.7060302@mac.com> p4raw-id: //depot/perl@19714
* Re: SPUG:-s option doesn't always work!Yitzchak Scott-Thoennes2003-06-051-3/+2
| | | | | Message-ID: <wrZ3+gzkg2iX092yn@efn.org> p4raw-id: //depot/perl@19695
* SKIP label was missing.Jarkko Hietaniemi2003-06-051-7/+9
| | | p4raw-id: //depot/perl@19693
* Two Cygwin patches from Gerrit.Gerrit P. Haase2003-06-011-1/+1
| | | | | | | | | | | | Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue From: "Gerrit P. Haase" <gp@familiehaase.de> Date: Sat, 31 May 2003 14:12:07 +0200 Message-ID: <179860591535.20030531141207@familiehaase.de> Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH Date: Sat, 31 May 2003 13:57:49 +0200 Message-ID: <11859733881.20030531135749@familiehaase.de> p4raw-id: //depot/perl@19654
* Fix a case of segfault in gv_check(), by makingRafael Garcia-Suarez2003-05-311-1/+9
| | | | | it ignore non-GV values in stashes. p4raw-id: //depot/perl@19652
* jumbo closure patch broke formatsDave Mitchell2003-05-311-1/+1
| | | | | | Message-ID: <20030531185448.GA6055@fdgroup.com> Plus restore the original test script for bug #22372 p4raw-id: //depot/perl@19649
* Re: [perl #22372] [PATCH] sv_chop() brokenAdrian M. Enache2003-05-311-2/+2
| | | | | Message-ID: <20030531111811.GA1240@ratsnest.hole> p4raw-id: //depot/perl@19647
* Re: [perl #22372] [PATCH] sv_chop() brokenAdrian M. Enache2003-05-311-3/+15
| | | | | Message-ID: <20030530155228.GA872@ratsnest.hole> p4raw-id: //depot/perl@19645
* test.pl-isation.Jarkko Hietaniemi2003-05-301-32/+32
| | | p4raw-id: //depot/perl@19642
* Fix for "#22375 'split'/'index' problem for utf8".Jarkko Hietaniemi2003-05-301-1/+23
| | | p4raw-id: //depot/perl@19640
* Add the test case for the already fixedJarkko Hietaniemi2003-05-291-1/+9
| | | | | [perl #22351] perl bug with 'e' substitution modifier p4raw-id: //depot/perl@19639
* jumbo closure fixDave Mitchell2003-05-292-11/+114
| | | | | Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
* Re: [perl #22299] goto doesn't find labelDave Mitchell2003-05-261-1/+26
| | | | | | | | | | | Date: Sat, 24 May 2003 12:25:17 +0100 Message-ID: <20030524112517.GA11761@fdgroup.com> Subject: [PATCH] Re: [perl #22299] goto doesn't find label From: Dave Mitchell <davem@fdgroup.com> Date: Mon, 26 May 2003 13:47:11 +0100 Message-ID: <20030526124710.GA17670@fdgroup.com> p4raw-id: //depot/perl@19625
* [PATCH #2] Re: [perl #22181] goto undefines my() variablesDave Mitchell2003-05-242-2/+13
| | | | | | | | | | | Date: Thu, 22 May 2003 10:13:19 +0100 Message-ID: <20030522091319.GA4568@fdgroup.com> Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables From: Dave Mitchell <davem@fdgroup.com> Date: Fri, 23 May 2003 17:09:44 +0100 Message-ID: <20030523160944.GC9194@fdgroup.com> p4raw-id: //depot/perl@19610
* New warning "Useless localization of %s", based onDave Mitchell2003-05-211-0/+84
| | | | | | | | | | Subject: [PATCH] new warning "Useless localization of %s is deprecated" Message-ID: <20030430201738.GA22054@fdgroup.com> The proposed patch added this warning in the 'deprecated' category ; I think this category is for things that exist and will be removed, rather than for things that don't exist and that will maybe be added. p4raw-id: //depot/perl@19588
* More U/WIN tweaks from John P. Linderman.Jarkko Hietaniemi2003-05-212-1/+3
| | | p4raw-id: //depot/perl@19585
* U/WIN test tweak from John P. Linderman.Jarkko Hietaniemi2003-05-211-1/+5
| | | p4raw-id: //depot/perl@19581
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-3/+20
| | | | | | Message-Id: <1051872303.26203.104.camel@supox> (plus perldiag nit) p4raw-id: //depot/perl@19505
* Use a more sophisticated heuristics to produce the warningRafael Garcia-Suarez2003-05-121-4/+16
| | | | | | 'Parentheses missing around "%s" list'. This fixes bug #22147. Also, the warning is now produced for C<local *a,*b;>. p4raw-id: //depot/perl@19503
* Work also without perlio.Jarkko Hietaniemi2003-05-121-8/+14
| | | p4raw-id: //depot/perl@19502
* Use test.pl.Jarkko Hietaniemi2003-05-111-1/+6
| | | p4raw-id: //depot/perl@19491
* Try to handle a $^X with spaces in it.Jarkko Hietaniemi2003-05-111-1/+1
| | | p4raw-id: //depot/perl@19490
* Separate the creation of the command to run byJarkko Hietaniemi2003-05-111-1/+6
| | | | | runperl() into its own function, _create_runperl(). p4raw-id: //depot/perl@19489
* Integrate from perlio:Jarkko Hietaniemi2003-05-112-5/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19474] Tweaks to Jarkko's NULL deref checks in perlio.c [ 19475] Fix for bugs 21717 and 22140. Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio and derived layers. So have :unix's "pushed" method stat() the fd and cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match UNIX behaviour. [ 19479] Better but still unproven fix for lseek() on pipes. [ 19483] Unused variable [ 19485] Tests to prove Ticket 9468 is fixed. [ 19486] add test for change#19475,19479 (bugs#21717,22140) p4raw-link: @19486 on //depot/perlio: a6dd04483cb30505dd31342b8e0d790b3545179d p4raw-link: @19485 on //depot/perlio: 317758861cdb698a2ee0bd53db0677ccd65a9eb2 p4raw-link: @19483 on //depot/perlio: acbd16bfa8cc0ce2f8cf72ca650c798b69c28dcc p4raw-link: @19479 on //depot/perlio: aa063c351bd93493dd45b11fa59e0e5a90b4b421 p4raw-link: @19475 on //depot/perlio: 6caa5a9cfe39f91bc44bba937a0b491f754fe9cd p4raw-link: @19474 on //depot/perlio: 37725cdcc38b517ef70773e843427b086c3d89e1 p4raw-id: //depot/perl@19487
| * add test for change#19475,19479 (bugs#21717,22140)Gurusamy Sarathy2003-05-111-3/+14
| | | | | | | | | | | | p4raw-link: @19479 on //depot/perlio: aa063c351bd93493dd45b11fa59e0e5a90b4b421 p4raw-link: @19475 on //depot/perlio: 6caa5a9cfe39f91bc44bba937a0b491f754fe9cd p4raw-id: //depot/perlio@19486
| * Tests to prove Ticket 9468 is fixed.Nick Ing-Simmons2003-05-111-2/+20
| | | | | | p4raw-id: //depot/perlio@19485
| * Integrate mainlineNick Ing-Simmons2003-05-102-6/+13
| |\ | |/ |/| p4raw-id: //depot/perlio@19473
| * Integrate mainlineNick Ing-Simmons2003-05-063-2/+25
| |\ | | | | | | p4raw-id: //depot/perlio@19434
| * \ Integrate mainline (run/switchd.t fails).Nick Ing-Simmons2003-05-024-6/+54
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@19379
| * \ \ Integrate mainline.Nick Ing-Simmons2003-04-278-26/+104
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@19352
| * \ \ \ Integrate mainlineNick Ing-Simmons2003-04-1713-18/+342
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@19246
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2003-04-019-6/+114
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@19112
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-03-2224-128/+314
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@19046
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-03-0718-27/+657
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18849
| * \ \ \ \ \ \ \ Integrate mainline (storable is dead)Nick Ing-Simmons2003-02-1516-41/+207
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18713
| * \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-02-015-107/+163
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18610
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-01-222-11/+57
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18570
| * \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-01-221-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18546
| * \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-01-205-15/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18518
| * | | | | | | | | | | | | Correct typo (actually copy/paste of wrong thing).Nick Ing-Simmons2003-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@18506
* | | | | | | | | | | | | | A regression test for the remaining "Final $ should be..." error.Rafael Garcia-Suarez2003-05-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@19469
* | | | | | | | | | | | | | Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-5/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <7gYu+gzkgaFU092yn@efn.org> p4raw-id: //depot/perl@19452
* | | | | | | | | | | | | [perl #3096] undefing hash with object valuesDave Mitchell2003-05-051-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20030501200657.GA25456@fdgroup.com> p4raw-id: //depot/perl@19424
* | | | | | | | | | | | | Doesn't make any difference for the test but is more logical.Jarkko Hietaniemi2003-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@19398
* | | | | | | | | | | | | Forgot to check in the -d: file.Jarkko Hietaniemi2003-05-022-1/+7
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@19381
* | | | | | | | | | | | The [perl #21890] (Devel::Coverage breakage) has been fixedJarkko Hietaniemi2003-05-021-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by change #18589 (it was broken by change #9754); add test case. p4raw-link: @18589 on //depot/perl: 5df8de69806210bf48dc2e451e3db37c6f274c6e p4raw-link: @9754 on //depot/perl: 9d43a7557743d779c74d69ffc6df7fc17711f3ec p4raw-id: //depot/perl@19378
* | | | | | | | | | | | miniperl cannot handle layers.t.Jarkko Hietaniemi2003-05-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@19372