make die reliably hand error to post-eval code
[p5sagit/p5-mst-13.2.git] / t / op /
2010-04-20 Zefram make die reliably hand error to post-eval code
2010-04-17 Nicholas Clark Dispatch signals in infinite loops such as 1 while 1;
2010-04-17 Nicholas Clark Fix RT #74290 - regression for labels immediately befor...
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchell mark two magic.t tests as TODO
2010-04-13 David Mitchell Merge commit 'origin/davem/post-5.12' into blead
2010-04-11 David Mitchell RT 8857: premature free in local of tied element
2010-04-11 David Mitchell create SV leak test infrastructure
2010-04-08 David Mitchell fix RT 23810: eval and tied methods
2010-04-02 Jesse Vincent untodo the no-longer-failing todo test for rgs' patch
2010-04-02 Florian Ragwitz Add a TODO test for block evals segfaulting on syntax...
2010-03-31 Rafael Garcia-Suarez More tests for in-place reverse (empty tied array)
2010-03-31 Rafael Garcia-Suarez Add a test for reversing in-place an empty array
2010-03-30 David Mitchell PL_defoutgv isn't always a GV.
2010-03-27 David Leadbeater [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-03-25 David Mitchell RT #67962: $1 treated as tainted in untainted match
2010-03-23 David Mitchell Fix assorted bugs related to magic (such as pos) not...
2010-03-21 David Mitchell [perl #45167] Taint removal by sprintf
2010-03-20 David Mitchell [perl #6758] tainted values become untainted in tied...
2010-03-17 Craig A. Berry Attached are two TODO patches for the remaining test...
2010-03-10 Zefram [perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-02-28 David Mitchell fix for [perl #72604] @DB::args and win32 fork
2010-02-23 Nicholas Clark Regression test for 34394ecd - SVs that were only on...
2010-02-21 David Mitchell stop op/groups.t skipping on Linux
2010-02-16 Nicholas Clark Fix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-11 Robin Barker Remove npl addresses from "my" files
2010-02-09 Nicholas Clark Fix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-07 Nicholas Clark Improvements to 31c9a3 - CPAN code did depend on the...
2010-02-05 Michael G. Schwern Don't try to calculate a time over the conservative...
2010-02-03 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-03 Abigail Tests for RT #72432
2010-02-03 Jesse Vincent add a watchdog for schwern's time overflow tests.
2010-02-03 Michael G. Schwern Add sanity checks for far, far distant dates.
2010-01-28 Abigail Add a few regression tests, making sure ... is parsed...
2010-01-19 Niko Tyni Fix a NULL pointer dereference when looking for a DESTR...
2010-01-18 Father Chrysostomos Fix for #71254: SEGV in Data::Dumper
2010-01-18 Nicholas Clark Move packagev.t from t/comp to t/op, as it fouls the...
2010-01-14 Reini Urban CYG23-544-stat
2010-01-12 David Mitchell fix for [perl #65582] anon globs segfaulting
2010-01-12 David Mitchell fix for [perl #61976] Errno ($!) not evaluated to a...
2010-01-11 David Mitchell fix for [perl #41138] $_ leaks under threads
2010-01-11 Josh ben Jore [perl #71788] Skip $) test when NGROUPS_MAX is too...
2010-01-10 Gerard Goossen Retain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard Goossen Ignore a lvalue attribute after the subroutine has...
2010-01-10 Matt S Trout Move prototype parsing related warnings from the 'synta...
2010-01-03 Ricardo Signes dial back warnings on UNIVERSAL->import
2009-12-31 Craig A. Berry TT is not a terminal in lots of situations.
2009-12-22 Father Chrysostomos [perl #70748] threads panic in del_backref
2009-12-19 Craig A. Berry TT is not a terminal for non-interactive processes.
2009-12-16 Jan Dubois -t should only return TRUE for file handles connected...
2009-12-16 Gerard Goossen Add a test that "eval" does not create additional refer...
2009-12-14 Father Chrysostomos [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-08 Gerard Goossen proper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-12-08 Chip Salzenberg utf8cache test: Hugo asks, and I provide. Merry Christmas
2009-12-07 Rafael Garcia-Suarez The deep arrays for testing ~~ were not deep enough
2009-12-07 Rafael Garcia-Suarez Fix a test that wasn’t testing was it purported to...
2009-12-07 Father Chrysostomos [perl #71076] sort with active sub (5.10 regression)
2009-12-07 Rafael Garcia-Suarez Fix [perl #71078] Smart match against @_ gives false...
2009-12-06 hv@crypt.org [perl #71000] Wrong variable name in warning
2009-12-02 Nicholas Clark Ensure that pp_qr returns a new regexp SV each time...
2009-11-30 Eric Brine Test modifiability of range elements
2009-11-29 Nicholas Clark Handle $@ being assigned a read-only value (without...
2009-11-29 Nicholas Clark Fix RT #70862 by converting ERRSV to GvSVn() to ensure...
2009-11-25 Jesse Vincent Jerry's last patch to add a TODO test didn't update...
2009-11-25 Jesse Vincent Moved the original test file from the previous patch...
2009-11-25 Jerry D. Hedden Add TODO test for perl #70748
2009-11-21 Gerard Goossen deprecate "goto" to jump into a construct
2009-11-13 Gerard Goossen Test for a bug in sort where the elements are freed...
2009-11-13 Daniel Frederick... Refactor and expand unshift.t
2009-11-12 Nicholas Clark Explicitly check that our $_; is special, and forced...
2009-11-11 Craig A. Berry readdir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossen refactoring of flip.t
2009-11-10 Vincent Pit Optimize reversing an array in-place
2009-11-10 Vincent Pit Port t/op/reverse.t to test.pl
2009-11-02 Bo Borgerson [PATCH] [perl #20321] Non-destructive Perl_av_make
2009-11-02 Father Chrysostomos Slow down split in scalar context :-)
2009-11-01 Steve Peters Revert "Re: [perl #38809][PATCH] loss of stack elements...
2009-11-01 Vincent Pit Re: [perl #38809][PATCH] loss of stack elements with...
2009-11-01 Bram [PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-11-01 Yuval Kogman Adds additional tests with undef for smartmatch.
2009-10-31 Father Chrysostomos [perl #69875] Slow down split in scalar context :-)
2009-10-29 Gisle Aas Allow syswrite with offset same as length of string...
2009-10-28 Rafael Garcia-Suarez $#array should be accepted as a lvalue sub return value.
2009-10-24 Nicholas Clark Make defined %hash on a non-lexical (also) generate...
2009-10-23 Nicholas Clark Avoid using defined %hash in core code and tests.
2009-10-22 Ben Morrow RT#69616: regexp SVs lose regexpness in assignment
2009-10-22 Rafael Garcia-Suarez Remove file t/0 added by last commit
2009-10-22 Brad Gilbert Bare readdir in while loop now sets $_
2009-10-22 Rafael Garcia-Suarez Fix built-in prototype of each, keys, and values
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-10-16 Nicholas Clark shift with barewords is deprecated, so this test from...
2009-10-16 Nicholas Clark push and pop on barewords are deprecated, so need no...
2009-10-16 Nicholas Clark Opening dirhandle DIR also as a file needs no warnings...
2009-10-16 Nicholas Clark defined @array and defined %hash need no warnings ...
2009-10-16 Nicholas Clark localisation of $[ is deprecated, so needs no warnings...
2009-10-16 Nicholas Clark :locked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas Clark Tests for barewords and hash operators need no warnings...
2009-10-16 Nicholas Clark do subname() is deprecated, so tests for it need no...
2009-10-16 Nicholas Clark do subname() is deprecated, so update this hunk of...
next