This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop seek($glob_copy...) from clearing PL_last_in_gv
[perl5.git] / t /
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop eof($glob_copy) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-18 Father Chrysostomos[perl #97988] Nullify PL_last_in_gv when unglobbed
2011-12-18 Father ChrysostomosFix the one remaining long line in perldiag
2011-12-16 Father Chrysostomosperldiag: wrap long lines
2011-12-16 Father Chrysostomosperldiag: Retitle ‘Cannot copy’
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-12-16 Brian Fraserpp_hot.c: First letter of latin-1 classnames wasn't...
2011-12-16 Father ChrysostomosName anon handles __ANONIO__
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-14 Karl Williamsonop/taint.t: localize $@
2011-12-14 Karl Williamsonperllocale: Nits
2011-12-13 Johannes PlunienAdd testcase for #78266.
2011-12-13 Father ChrysostomosMake scalar() propagate lvalueness
2011-12-11 Chris 'BinGOs' Wil... Update Socket to CPAN version 1.96
2011-12-10 Karl Williamsonperlguts: nits
2011-12-10 Tony Cookdocument run_multiple_progs
2011-12-10 Tony Cooktest for various fatal messages from op.c
2011-12-10 Tony Cookrefactor croak.t to be data driven (like warnings.t)
2011-12-09 David GoldenFix segfault on overloaded arithmetic assignment
2011-12-09 Father ChrysostomosTest out-of-bounds warning with lv substr
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-12-08 Father ChrysostomosFix use VERSION test failures under PERL_UNICODE
2011-12-07 Father Chrysostomosmore tests for partial strictures and ver decls
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-12-06 Father Chrysostomos[perl #80630] Make eval"" return empty list for syntax...
2011-12-06 Father ChrysostomosDon’t LEAVE_with_name("evalcomp") for syntax errors
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
2011-12-04 Chris 'BinGOs' Wil... Update IO-Compress to CPAN version 2.044
2011-12-03 Nicholas ClarkTidy up t/re/regexp.t
2011-12-03 Tony Cookmore reliably kill a runaway test process on cygwin
2011-12-03 Tony Cookdon't depend on threads to do a watchdog when testing...
2011-12-02 Father Chrysostomos$tied =~ s///e when FETCH returns a COW
2011-12-02 Father ChrysostomosAllow COW PVMGs to be tied
2011-12-01 Father Chrysostomos[perl #105024] UNIVERSAL::AUTOLOAD and %+
2011-12-01 Ricardo Signesteach podcheck.t about newly linked-to module in perlfunc
2011-11-29 Father Chrysostomospanic after cow-to-stash assignment
2011-11-27 Father Chrysostomos[perl #99850] SEGV when destructor undefs goto &sub
2011-11-27 Father Chrysostomos[perl #97980] Stop tied() from returning a copy
2011-11-26 Father ChrysostomosOops!
2011-11-26 Father Chrysostomos[perl #97632] Improve SvTAINT docs
2011-11-26 Father ChrysostomosRemove ‘no warnings deprecated’ from two .t’s
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-25 Father Chrysostomosevalbytes should ignore outer utf8 declaration
2011-11-24 Father Chrysostomosregen pod issues
2011-11-24 Father ChrysostomosTest ambiguous warning with (;$) proto
2011-11-24 Father ChrysostomosSuppress ‘once’ warning in gmagic.t
2011-11-24 Father ChrysostomosCall FETCH once for rcatline
2011-11-24 Father Chrysostomossysread should not ignore magic on its buffer
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-24 Father ChrysostomosMove substr tests under t/op
2011-11-24 Father ChrysostomosCall FETCH once when chomping a tied ref
2011-11-24 Father ChrysostomosCall FETCH once for $tied_ref =~ y/a/b/
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-23 Father ChrysostomosUNIVERSAL::VERSION should treat "version" as a string
2011-11-23 Father Chrysostomosprintf "%vd", "version" should not SEGV
2011-11-23 jkeenan[RT #36079] Due to test failures, revert conversion...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomos[perl #103766] Wrong $" warning in perl 5.14
2011-11-22 Father ChrysostomosMove a test from t/lib/warnings/sv to .../9uninit
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-22 Father ChrysostomosTest for lack of uninit warnings in sub redef
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-21 Ricardo SignesMerge remote-tracking branch 'p5p/smoke-me/gsoc-pod...
2011-11-20 Father ChrysostomosMake constant promotion null-clean
2011-11-20 Vincent PitHandle require() on implicit $_ properly w/r global...
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-20 Father Chrysostomossort does not call get-magic after dereffing
2011-11-20 Father ChrysostomosCall FETCH once on handle passed as 3rd arg to open()
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosFix pp_goto crash with orphaned GV
2011-11-19 Father ChrysostomosCopy magic during localisation even for GVs
2011-11-19 Father ChrysostomosTest length() warning with pad vars
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-18 Paul GreenUpdate several test cases to not generate failures...
2011-11-18 Father ChrysostomosMake sure $DB::sub is callable
2011-11-18 Nicholas ClarkRename t/porting/buildtoc.t to pod_rules.t to reflect...
2011-11-18 Nicholas ClarkCreate Porting/pod_rules.pl, with all non perltoc.pod...
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-17 Michael G. SchwernPatch t/test.pl so isa_ok() works with objects.
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-17 Father Chrysostomoseval.t: add bug number
2011-11-17 Father Chrysostomoseval.t: typos
2011-11-11 Karl Williamsonpodcheck.t: Add comment
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
next