summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-4/+1
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-3/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-10/+7
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-243-4/+4
* Avoid using double quotes in a one-liner runperl.Nicholas Clark2010-09-241-1/+1
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-221-1/+5
* Add missing bug numbersFather Chrysostomos2010-09-201-1/+1
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-1/+19
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+17
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+8
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-1/+25
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-2/+4
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-1/+17
* make qw(...) first-class syntaxZefram2010-09-083-4/+14
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-1/+19
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-071-1/+25
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-1/+17
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-0/+129
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+7
* Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1fBram (via RT)2010-08-251-1/+28
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-1/+16
* while_readdir.t needs a private directory to run in.Nicholas Clark2010-08-201-6/+56
* Make sure the stack is balanced in the case that we fake the result of unsupp...Andy Armstrong2010-08-171-0/+19
* [perl #72588] t/op/mkdir.t fails, setting LC_ALL=C does not workSlaven Rezic2010-08-141-2/+2
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-133-12/+3
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-133-3/+47
* Convert int.t to test.pl (and hence produce better failure diagnostics).Nicholas Clark2010-08-121-50/+21
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-111-1/+3
* Close the tempfile in caller.tCraig A. Berry2010-08-021-0/+1
* Make new tie test less noisyRafael Garcia-Suarez2010-07-301-2/+1
* Tests to check if FETCH of a tied variable isn't called moreAbigail2010-07-301-0/+174
* Hash assignment can zap weak references to the hashFather Chrysostomos (via RT)2010-07-291-1/+12
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+19
* Add a test for srand's return valueRafael Garcia-Suarez2010-07-281-1/+5
* [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2010-07-261-1/+6
* Fix for RT#1804: Anonymous glob breaks when assigned throughFather Chrysostomos2010-07-261-1/+12
* add print.t with testing of implicit printing of $_Gerard Goossen2010-07-251-0/+12
* Global executable bit cleanupDavid Golden2010-07-242-0/+0
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-1/+42
* Remove spurious ')'Jan Dubois2010-07-201-2/+2
* alarm() on Windows doesn't interrupt system callsJan Dubois2010-07-201-0/+2
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+10
* Add \o{} escapeKarl Williamson2010-07-171-1/+4
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-171-1/+4
* Avoid test suite hang with new readline test on VMS.Craig A. Berry2010-07-161-2/+8
* [perl #72729] Test appending sv_gets for ascii/utf8 in target and handleJosh ben Jore2010-07-141-1/+49