summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Collapse)AuthorAgeFilesLines
* Let's try the "no Net:: if no Socket" again.Jarkko Hietaniemi2002-05-031-1/+0
| | | p4raw-id: //depot/perl@16377
* If no Socket should not try to test Net::Jarkko Hietaniemi2002-05-031-3/+6
| | | p4raw-id: //depot/perl@16365
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-282-3/+7
| | | | | Fix most tests on MacOS (not yet ext/ or /lib) p4raw-id: //depot/perl@16257
* Re: [ID 20020425.012] segfault when printing to close indirect filehandleNicholas Clark2002-04-261-0/+10
| | | | | Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16203
* Test::Harness 2.01 -> 2.03Michael G. Schwern2002-04-254-0/+25
| | | | | Message-ID: <20020425055127.GB3456@blackrider> p4raw-id: //depot/perl@16155
* Add an untested warning variant.Rafael Garcia-Suarez2002-04-241-0/+3
| | | p4raw-id: //depot/perl@16148
* Forgotten from #16125.Jarkko Hietaniemi2002-04-241-3/+3
| | | p4raw-id: //depot/perl@16126
* clean up after stray test file litteringGurusamy Sarathy2002-04-221-0/+3
| | | | | | | NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when it seems that it shouldn't (looks like a handle leak in PerlIO to me) p4raw-id: //depot/perl@16065
* More tests for the 3-arg openRafael Garcia-Suarez2002-04-191-0/+1
| | | p4raw-id: //depot/perl@16008
* warn on ref open without perlioRafael Garcia-Suarez2002-04-191-0/+19
| | | | | | | Message-ID: <20020418231744.A24159@rafael> (with one nit, the skip message needed "# " prefix) p4raw-id: //depot/perl@16004
* Supporess spurious warnings for @+ and and @-Mark-Jason Dominus2002-04-151-0/+8
| | | | | Message-ID: <20020415064152.16958.qmail@plover.com> p4raw-id: //depot/perl@15921
* Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag suppliedMark-Jason Dominus2002-04-151-2/+24
| | | | | Message-Id: <20020415043026.11417.qmail@plover.com> p4raw-id: //depot/perl@15917
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-3/+21
| | | | | Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15893
* Fully qualify in warning message the name of a subroutine redefinedRafael Garcia-Suarez2002-04-072-2/+2
| | | | | via glob assignment p4raw-id: //depot/perl@15789
* MakeMaker core sync 5.54_01 -> 5.55_02Michael G. Schwern2002-04-061-7/+35
| | | | | Message-ID: <20020406082203.GA28713@blackrider> p4raw-id: //depot/perl@15764
* As noted by Philip Newton: nothing wrong with BOM,Jarkko Hietaniemi2002-04-061-6/+30
| | | | | but 0xFFFE quite wrong. p4raw-id: //depot/perl@15762
* Byebye, beebee.Jarkko Hietaniemi2002-04-031-0/+1
| | | p4raw-id: //depot/perl@15725
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-15/+6
| | | | | | | | | be Hugo), ballooned a bit... the goal is Larry's wish that illegal Unicode (such as U+FFFF) by default doesn't warn, since what if somebody WANTS to create illegal Unicode? Now getting close to this in the regex runtime. (Also, fix more of my fixation that BOM would be U+FFFE.) p4raw-id: //depot/perl@15689
* warning for split(/.../g, ...);Mark-Jason Dominus2002-04-011-0/+11
| | | | | Message-ID: <20020401182201.21189.qmail@plover.com> p4raw-id: //depot/perl@15663
* +B::Disassembler -B::CRafael Garcia-Suarez2002-03-301-1/+1
| | | | | Message-ID: <20020330221946.A28497@rafael> p4raw-id: //depot/perl@15630
* MakeMaker sync 5.48_03 -> 5.53_01Michael G. Schwern2002-03-292-0/+218
| | | | | | | | | Message-ID: <20020329091247.GA7432@blackrider> (with two nits: (1) change lib/Extutils/Command/MM.pm in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add @INC to compile.t) p4raw-id: //depot/perl@15599
* warning at use of /c modifier with s///Mark-Jason Dominus2002-03-281-1/+8
| | | | | Message-ID: <20020328153603.11992.qmail@plover.com> p4raw-id: //depot/perl@15586
* warning at use of /c modifier without /g modifierMark-Jason Dominus2002-03-281-1/+22
| | | | | Message-ID: <20020328100440.22081.qmail@plover.com> p4raw-id: //depot/perl@15579
* 1_compile.t fix for VMSCraig A. Berry2002-03-272-3/+6
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01> p4raw-id: //depot/perl@15554
* A warning wasn't turnable offRafael Garcia-Suarez2002-03-271-14/+1
| | | | | Message-ID: <20020327133200.A18945@rafael> p4raw-id: //depot/perl@15547
* Minor typo in test harnessPaul Marquess2002-03-261-2/+1
| | | | | | From: "Paul Marquess" <Paul.Marquess@Openwave.com> Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com> p4raw-id: //depot/perl@15530
* Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,Jarkko Hietaniemi2002-03-261-4/+29
| | | | | and bignum 0.11, from Tels. p4raw-id: //depot/perl@15523
* Can't test Net:: much in OS/390 without Convert::EBCDIC.Jarkko Hietaniemi2002-03-261-3/+8
| | | p4raw-id: //depot/perl@15519
* warnings for perlio + othersPaul Marquess2002-03-251-0/+45
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15485
* fix warning + carp interactionPaul Marquess2002-03-241-27/+45
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15481
* Simplified untested module testing, plus Extutils::MM_NW5 not compilingMichael G. Schwern2002-03-241-201/+31
| | | | | | | Message-ID: <20020324023232.GA29972@blackrider> (with Russ Allbery's simplifications) p4raw-id: //depot/perl@15458
* Merge Math::BigRat 0.04, from Tels.Jarkko Hietaniemi2002-03-231-0/+81
| | | p4raw-id: //depot/perl@15453
* Schwern's wallet is a bit more loose.Jarkko Hietaniemi2002-03-211-0/+14
| | | p4raw-id: //depot/perl@15379
* TODO - Make Schwern PoorerNicholas Clark2002-03-201-2/+10
| | | | | Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15366
* Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstatRafael Garcia-Suarez2002-03-111-4/+6
| | | | | | warnings Message-Id: <20020311143522.A7431@rafael> p4raw-id: //depot/perl@15168
* Subject: [PATCH] Hash::Util & restricted hash touch up, part 1Michael G. Schwern2002-03-111-82/+0
| | | | | | | | | | | | | | | | | | Date: Sun, 10 Mar 2002 13:27:12 -0500 Message-Id: <20020310182712.GC693@blackrider> Subject: [PATCH] Hash::Util part 2 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 10 Mar 2002 15:09:34 -0500 Message-Id: <20020310200934.GB27112@blackrider> Subject: [PATCH] Hash::Util MANIFEST correction From: Michael G Schwern <schwern@pobox.com> Date: Sun, 10 Mar 2002 16:27:07 -0500 Message-Id: <20020310212707.GF27112@blackrider> (Also changes find.t and taint.t, which were looking for access.t) p4raw-id: //depot/perl@15166
* Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDINRafael Garcia-Suarez2002-03-051-0/+10
| | | | | Message-ID: <20020305143557.C695@rafael> p4raw-id: //depot/perl@15044
* taint + deprecated warningsPaul Marquess2002-03-041-0/+1
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15003
* The #14949 removed this error from non-Win32.Jarkko Hietaniemi2002-03-021-9/+0
| | | p4raw-id: //depot/perl@14952
* Not OK 5.7.2@14884Andreas König2002-02-261-4/+4
| | | | | | Message-Id: <m38z9gfigk.fsf@anima.de> p4raw-link: @14884 on //depot/perl: 494244503fd690687b35aca99f4243ed5667eb4f p4raw-id: //depot/perl@14886
* Upgrade to Math::BigInt 1.52.Jarkko Hietaniemi2002-02-251-0/+5
| | | p4raw-id: //depot/perl@14863
* Upgrade to Math::BigInt 1.51.Jarkko Hietaniemi2002-02-212-2/+6
| | | p4raw-id: //depot/perl@14817
* Integrate change #14778 from maintperl;Jarkko Hietaniemi2002-02-201-0/+9
| | | | | | | | | | | constant folding on the range operator had the effect of disabling peephole optimizations in all the siblings of the range OP; the effect of this was that barewords could escape strictures when they were hiding in such places p4raw-link: @14778 on //depot/maint-5.6/perl: 0ef6625236721d79a74c662bb0d14b11d0d775c2 p4raw-id: //depot/perl@14791 p4raw-integrated: from //depot/maint-5.6/perl@14790 'merge in' op.c (@14439..)
* Re: bug? no warning from getc BOLLOCKSRafael Garcia-Suarez2002-02-141-1/+17
| | | | | Message-ID: <20020214235800.A12901@rafael> p4raw-id: //depot/perl@14695
* Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlioNicholas Clark2002-02-091-22/+39
| | | | | Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14614
* lstat FH and -l FH warningsRafael Garcia-Suarez2002-02-032-2/+31
| | | | | Message-ID: <20020202222454.A11608@rafael> p4raw-id: //depot/perl@14530
* forbid -l _ after -T _Rafael Garcia-Suarez2002-01-311-21/+0
| | | | | Message-ID: <20020131143752.A1452@rafael> p4raw-id: //depot/perl@14506
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-9/+82
| | | | | | character-generating Unicode error by default off, as Larry suggested. p4raw-id: //depot/perl@14505
* The "used only once" warnings (from gv_check) comeJarkko Hietaniemi2002-01-281-0/+1
| | | | | | | in pseudorandom hash order-- in EBCDIC the order is different. Add a new option that allow the warnings to come in any order (Paul Marquess). p4raw-id: //depot/perl@14465
* [BUG] /\_/ an unrecognized escape?Michael G. Schwern2002-01-211-0/+11
| | | | | Message-ID: <20020121202254.GA6731@blackrider> p4raw-id: //depot/perl@14371