summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-231-1/+4
| | | | | after eval or require p4raw-id: //depot/perl@23528
* warnings.t portability tweaksCraig A. Berry2004-11-232-10/+27
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <419F70FB.7000100@mac.com> p4raw-id: //depot/perl@23525
* Assimilate Test-Simple 0.50Nicholas Clark2004-11-203-24/+23
| | | p4raw-id: //depot/perl@23523
* Make "err" a weak keyword;Rafael Garcia-Suarez2004-11-191-1/+13
| | | | | | that is, it will be overriden by any sub named "err", except when really an operator is expected at this point. ([perl #32347]) p4raw-id: //depot/perl@23519
* Allow more tries for t/op/time.t test 2.Andy Dougherty2004-11-171-3/+3
| | | | | Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@23505
* Replace a skip by a todo.Yitzchak Scott-Thoennes2004-11-101-3/+3
| | | | | | Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) Message-ID: <20041110093014.GA1676@efn.org> p4raw-id: //depot/perl@23492
* Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on ↵Yitzchak Scott-Thoennes2004-11-101-1/+7
| | | | | | | cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) Message-ID: <20041110014012.GA2796@efn.org> p4raw-id: //depot/perl@23491
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-042-1/+12
| | | | | Message-ID: <20041101034040.GC1232@biff.bort.ca> p4raw-id: //depot/perl@23471
* Make TEST and harness skip tests for extensions that were notNicholas Clark2004-10-312-3/+62
| | | | | | configured. Currently this skipping is silent - maybe they should report what they are skipping. p4raw-id: //depot/perl@23448
* [perl #32039] Chained goto &sub drops data too early.Dave Mitchell2004-10-231-1/+9
| | | | | | | Change 22373 to stop a memory leak in goto &foo intead caused the elements of @_ to be freed too early. This revised fix just transfers the reifiedness of the old @_ to the new @_ p4raw-id: //depot/perl@23418
* Minor tweaks for the test.utf16 target, by JarkkoRafael Garcia-Suarez2004-10-121-1/+4
| | | p4raw-id: //depot/perl@23362
* add the 'test_harness' target to vms "makefile"Abe Timmerman2004-10-111-0/+3
| | | | | Message-Id: <200410091813.38673.abe@ztreet.demon.nl> p4raw-id: //depot/perl@23358
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-6/+35
| | | | | (patch by Jarkko Hietaniemi) p4raw-id: //depot/perl@23351
* make t/uni/class.t pass on VMSCraig A. Berry2004-10-021-3/+10
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <415D9AA3.1000908@mac.com> p4raw-id: //depot/perl@23343
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-1/+7
| | | p4raw-id: //depot/perl@23342
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-0/+2
| | | | | | | | | | | Date: Mon, 16 Aug 2004 22:27:00 +0300 Message-ID: <41210A84.6060506@iki.fi> Subject: Re: [PATCH] encoding and open pragmas From: Jarkko Hietaniemi <jhi@iki.fi> Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST) Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi> p4raw-id: //depot/perl@23326
* whoops, fix 'formline undef' test broken by change #23251Dave Mitchell2004-09-011-3/+2
| | | | | p4raw-link: @23251 on //depot/perl: 24c897388d7b9ce07248cecb5920b9fbd4ac27ba p4raw-id: //depot/perl@23255
* PATCH: Taintedness and ternary conditionalAndy Lester2004-09-011-1/+38
| | | | | | | | | Message-Id: <20040827044447.GA5268@petdance.com> add tests and documentation to the effect that ($tainted ? $a : $b) doesn't necessarily return a tainted value. Also tidy the markup in perldoc.pod p4raw-id: //depot/perl@23253
* [perl #31111] Random made scripts crashing perlDave Mitchell2004-09-011-1/+2
| | | | | fix 'formline undef' coredump p4raw-id: //depot/perl@23251
* [perl #31295] PATCH: Test comp/use.t fails on Tru64 Nikola Milutinovic2004-08-231-4/+4
| | | | | | From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org> p4raw-id: //depot/perl@23235
* a regex in STDOUT destructor coredumped because regex pad alreadyDave Mitchell2004-08-201-1/+14
| | | | | freed p4raw-id: //depot/perl@23230
* Mark a test that relies on tainting behavior as TODO on Windows.Rafael Garcia-Suarez2004-08-191-1/+4
| | | p4raw-id: //depot/perl@23225
* make pp_goto() cope potential stack reallocation in EXTENDDave Mitchell2004-08-141-1/+16
| | | | | | The code for goto &foo had local pointers to the stack that pointed to the wrong place after a realloc. p4raw-id: //depot/perl@23217
* Test for functions with operator namesAndy Lester2004-08-131-0/+117
| | | | | Message-ID: <20040812163103.GA26687@petdance.com> p4raw-id: //depot/perl@23215
* Re: 2 patches: goto.t, B.pm/xsJim Cromie2004-08-101-21/+124
| | | | | Message-ID: <4118CDA4.3060700@divsol.com> p4raw-id: //depot/perl@23213
* made eq_array in t/test.pl handle undef values betterDave Mitchell2004-08-091-0/+3
| | | p4raw-id: //depot/perl@23208
* Patch for t/op/sleep.tAndy Lester2004-08-091-4/+11
| | | | | Message-ID: <20040809051151.GA13872@petdance.com> p4raw-id: //depot/perl@23206
* Remove the "Newline in left-justified string" warning.Rafael Garcia-Suarez2004-08-041-19/+0
| | | p4raw-id: //depot/perl@23192
* Final version object core patch?John Peacock2004-08-042-2/+2
| | | | | Message-ID: <411048BD.3080700@rowman.com> p4raw-id: //depot/perl@23190
* Fix breakage caused by Change 23179Steve Hay2004-08-021-1/+1
| | | p4raw-id: //depot/perl@23181
* Skip test when building without Encode.Marcus Holland-Moritz2004-08-011-0/+1
| | | p4raw-id: //depot/perl@23179
* Re: more 5.9 sort tests (second draft)david nicol2004-07-281-2/+11
| | | | | Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com> p4raw-id: //depot/perl@23166
* [perl #30733] memory leak in array deleteDave Mitchell2004-07-231-1/+14
| | | | | av_delete() wasn't mortalizing the returned value p4raw-id: //depot/perl@23158
* Re: [perl #30688] Empty slice arg with ($;$) prototypeRick Delaney2004-07-211-1/+10
| | | | | Message-ID: <20040720205353.GA970@biff.bort.ca> p4raw-id: //depot/perl@23145
* The optrees for C<for $_ (...)> and C<for (...)> differ, so even moreNicholas Clark2004-07-151-1/+110
| | | | | tests. p4raw-id: //depot/perl@23112
* Lots of tests for for reverse ...Nicholas Clark2004-07-141-1/+254
| | | p4raw-id: //depot/perl@23105
* check that reverse (sort (@a), @b) etc work.Nicholas Clark2004-07-131-7/+10
| | | | | Join some lines that don't need wrapping p4raw-id: //depot/perl@23100
* Check that non-optimimisable sort comparisons work when reversedNicholas Clark2004-07-131-2/+54
| | | | | (Not optimised yet, but might be coming soon) p4raw-id: //depot/perl@23099
* Test reverse sort as the return from a function in list and scalarNicholas Clark2004-07-131-1/+56
| | | | | contexts. p4raw-id: //depot/perl@23098
* Also test reverse sort in scalar contextNicholas Clark2004-07-131-1/+27
| | | p4raw-id: //depot/perl@23097
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-1/+132
| | | | | guarantee a stable sort. Disable it, pending a correct optimisation. p4raw-id: //depot/perl@23093
* Re: [perl #30568] splice generates undef? [PATCH]LAUN Wolfgang2004-07-131-1/+31
| | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at> p4raw-id: //depot/perl@23092
* no_plan support in test.plNicholas Clark2004-07-131-3/+13
| | | p4raw-id: //depot/perl@23090
* Re: Segfault using HTML::EntitiesJarkko Hietaniemi2004-07-091-0/+16
| | | | | | Message-ID: <40EDBE1A.6080205@iki.fi> Date: Fri, 09 Jul 2004 00:35:22 +0300 p4raw-id: //depot/perl@23074
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
| | | | | | | | Subject: [PATCH] Config{extensions} uses filesystem names as extensions Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu> with improvements from Marcus Holland-Moritz p4raw-id: //depot/perl@22998
* regcomp.c, t/op/regmesg.t -- False range with \p and \PJeff Pinyan2004-06-251-0/+2
| | | | | Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org> p4raw-id: //depot/perl@22995
* More @INC test fixesRafael Garcia-Suarez2004-06-257-11/+7
| | | p4raw-id: //depot/perl@22994
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-1/+13
| | | | | | The parser was incorrectly accepting <> as a subroutine prototype and newATTRSUB didn't validate the proto argument before accessing op_sv. p4raw-id: //depot/perl@22990
* Test that [] // 0 is []Nicholas Clark2004-06-231-3/+7
| | | p4raw-id: //depot/perl@22977
* Add a regression test for bug #23765 (by Jarkko)Rafael Garcia-Suarez2004-06-231-1/+8
| | | p4raw-id: //depot/perl@22976