summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* cleaner close on tests, take 2 Andreas König2001-12-2914-85/+105
| | | | | | | Message-ID: <m33d1tvjuq.fsf@anima.de> (except for the three DB_File patch fragments) p4raw-id: //depot/perl@13940
* op/exec Win32 patch from Schwern via Abe Timmerman.Jarkko Hietaniemi2001-12-291-5/+7
| | | p4raw-id: //depot/perl@13929
* [PATCH] check return of closeAndreas König2001-12-272-10/+10
| | | | | | | | | | | | | | | | | | | | | Date: 27 Dec 2001 09:47:30 +0100 Message-ID: <m3ellhgicd.fsf@anima.de> Subject: [PATCH] improve error reporting From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:54:55 +0100 Message-ID: <m3adw5gi00.fsf@anima.de> Subject: [PATCH] check return value of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:03:55 +0100 Message-ID: <m3666tghl0.fsf@anima.de> Subject: [PATCH] return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:22:15 +0100 Message-ID: <m31yhhggqg.fsf@anima.de> p4raw-id: //depot/perl@13904
* check return of closeAndreas König2001-12-271-1/+1
| | | | | Message-ID: <m3ellhgicd.fsf@anima.de> p4raw-id: //depot/perl@13903
* better error diagnosis from t/op/sysio.tAndreas König2001-12-271-4/+14
| | | | | Message-ID: <m3n105gjk3.fsf@anima.de> p4raw-id: //depot/perl@13902
* Naughty /dev/printer (ls -l, really) of IRIX.Jarkko Hietaniemi2001-12-261-0/+5
| | | p4raw-id: //depot/perl@13898
* PATCH: Restore "Can't declare scalar dereference in my" errorMark-Jason Dominus2001-12-241-1/+14
| | | | | Message-ID: <20011224231448.25826.qmail@plover.com> p4raw-id: //depot/perl@13881
* and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-241-1/+71
| | | | | | | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> The rest of the tests for plus few extras. p4raw-id: //depot/perl@13879
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-1/+33
| | | p4raw-id: //depot/perl@13866
* Move the \C and \X to pat.t.Jarkko Hietaniemi2001-12-232-4/+8
| | | p4raw-id: //depot/perl@13864
* Even more \X fixing.Jarkko Hietaniemi2001-12-231-8/+15
| | | p4raw-id: //depot/perl@13861
* More \X fixing.Jarkko Hietaniemi2001-12-231-1/+16
| | | p4raw-id: //depot/perl@13860
* and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-221-0/+3
| | | | | | | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> (partially applied, most of the new tests need to be rethought) p4raw-id: //depot/perl@13857
* Unicode casefolding continues.Jarkko Hietaniemi2001-12-221-16/+64
| | | | | (lib/encoding.t still failing.) p4raw-id: //depot/perl@13855
* More Unicode casing fixes.Jarkko Hietaniemi2001-12-221-1/+18
| | | p4raw-id: //depot/perl@13844
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-1/+34
| | | p4raw-id: //depot/perl@13843
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-213-4/+4
| | | | | | U+...FFFE, U+...FFFF, and characters beyond U+10FFFF (the Unicode maximum code point) warnable offenses. p4raw-id: //depot/perl@13823
* OS/2 buildIlya Zakharevich2001-12-191-2/+2
| | | | | | | Message-ID: <20011219024541.A29803@math.ohio-state.edu> (skipped the t/TEST change) p4raw-id: //depot/perl@13805
* Re: [PATCH] ...while $var = glob(...)Robin Houston2001-12-191-1/+8
| | | | | | | Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk> Not exactly a glob test but internal-logically correct. p4raw-id: //depot/perl@13800
* Integrate perlio:Jarkko Hietaniemi2001-12-181-3/+14
|\ | | | | | | | | | | | | | | | | | | [ 13760] Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes - added delete of READONLY value inhibit & test for same - re-tabbed p4raw-link: @13760 on //depot/perlio: 8aacddc1ea3837f8f1a911d90c644451fc7cfc86 p4raw-id: //depot/perl@13761
| * Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-3/+14
| | | | | | | | | | | | - added delete of READONLY value inhibit & test for same - re-tabbed p4raw-id: //depot/perlio@13760
| * Integrate mainlineNick Ing-Simmons2001-12-186-21/+85
| |\ | | | | | | p4raw-id: //depot/perlio@13756
| * \ Integrate mainlineNick Ing-Simmons2001-12-173-29/+53
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@13723
| * \ \ Integrate mainlineNick Ing-Simmons2001-12-142-2/+45
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@13685
| * \ \ \ Integrate mainlineNick Ing-Simmons2001-12-1418-885/+1323
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@13683
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-085-302/+454
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13532
| * \ \ \ \ \ Integrate again - can I catch up ?Nick Ing-Simmons2001-12-071-0/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13516
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-0717-546/+618
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13514
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-014-12/+19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13407
| * \ \ \ \ \ \ \ \ Integrate mainline.Nick Ing-Simmons2001-12-0129-72/+438
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13398
* | | | | | | | | | | Echoes of #13757.Jarkko Hietaniemi2001-12-181-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13758
* | | | | | | | | | Re-patch #13749.Jarkko Hietaniemi2001-12-181-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13751
* | | | | | | | | | Third time lucky? (Re: [PATCH] ...while $var = glob(...))Robin Houston2001-12-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@13749
* | | | | | | | | | Re: [PATCH] ...while $var = glob(...)Robin Houston2001-12-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk> Can't portably unlink open files. p4raw-id: //depot/perl@13744
* | | | | | | | | | Move typeglob test from glob.t to gv.t.Jarkko Hietaniemi2001-12-172-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13742
* | | | | | | | | | Re: [PATCH] ...while $var = glob(...) Robin Houston2001-12-171-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@13741
* | | | | | | | | | Demote the surrogate and non-character errors to warnings.Jarkko Hietaniemi2001-12-172-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13740
* | | | | | | | | | -t and the core tests; -t and PERL5OPTRafael Garcia-Suarez2001-12-171-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011217152301.A704@rafael> p4raw-id: //depot/perl@13737
* | | | | | | | | | The system() vs $SIG{ARLM} is no more a todo.Jarkko Hietaniemi2001-12-171-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13736
* | | | | | | | | | alarm() test, take twoMichael G. Schwern2001-12-171-0/+50
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011217045901.GL17232@blackrider> p4raw-id: //depot/perl@13735
* | | | | | | | | Re: [PATCH t/test.pl] diagnostics to STDERRMichael G. Schwern2001-12-161-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011216061242.GB8900@blackrider> p4raw-id: //depot/perl@13715
* | | | | | | | | diagnostics to STDERRMichael G. Schwern2001-12-161-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011216022035.GE5672@blackrider> p4raw-id: //depot/perl@13708
* | | | | | | | | Make creating UTF-8 surrogates a punishable act.Jarkko Hietaniemi2001-12-161-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@13707
* | | | | | | | | -bytecompile & -compile for testing perlccMichael G. Schwern2001-12-151-5/+13
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011215015942.GF28596@blackrider> p4raw-id: //depot/perl@13699
* | | | | | | | -t taint warningsMichael G. Schwern2001-12-142-2/+45
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011214002707.GA10532@blackrider> (reword the perlrun -t description a bit, and move the Itaint_warn to the bottom of the intrpvar.h for binary compatibility) p4raw-id: //depot/perl@13684
* | | | | | | Re: use utf8; with bad utf8Nicholas Clark2001-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011213170939.L21702@plum.flirble.org> p4raw-id: //depot/perl@13674
* | | | | | | Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail outMichael G. Schwern2001-12-132-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011213025346.GH25129@blackrider> p4raw-id: //depot/perl@13668
* | | | | | | Proper skip tests and VMS unlinkMichael G. Schwern2001-12-131-77/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011213013342.GX25129@blackrider> p4raw-id: //depot/perl@13667
* | | | | | | VMS test fix-upsCraig A. Berry2001-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01> p4raw-id: //depot/perl@13664
* | | | | | | Re: Next cygwin round.Gerrit P. Haase2001-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <122343874595.20011212215900@familiehaase.de> p4raw-id: //depot/perl@13663