This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Another confusing comment; this time in regcomp.c
[perl5.git] / t /
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
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-11-08 Karl Williamsont/uni/case.pl: Allow overridden simple maps in input
2011-11-06 Father ChrysostomosDear dual-life.t: I regret your existence
2011-11-06 Father Chrysostomoseval"" should reset %^H in more cases
2011-11-06 Father ChrysostomosTypos in gv.t
2011-11-06 Father ChrysostomosCorrect bug number in gv.t
2011-11-06 Father ChrysostomosMake multiple #line’s update dblines in evals
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-11-06 Father ChrysostomosAllow dual-life.t to be run outside t/
2011-11-06 Father ChrysostomosTweak dual-life.t’s exceptions again
2011-11-06 Father ChrysostomosFix hash.t’s miniperl skip
2011-11-06 Father Chrysostomoseach() should not leave RITER set on empty hash
2011-11-05 Father Chrysostomostie.t: typos
2011-11-05 Father ChrysostomosHide pad vars from magic methods on scope exit
2011-11-05 Father ChrysostomosWeak refs to pad hvs should go stale
2011-11-04 Craig A. BerryRestore VMS glob skip removed in 1bb8785a.
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-11-02 Father ChrysostomosMake diag.t runnable outside t/
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-11-02 Karl WilliamsonPATCH: [perl #101710] Regression with /i, latin1 chars.
2011-10-31 Marc GreenDynamically create and delete testdir/test.lib/
2011-10-31 Marc GreenUpdate known_pod_issues
2011-10-31 Marc GreenUpdate known_pod_issues
2011-10-31 Nicholas Clarkt/porting/authors.t can send just the git log info...
2011-10-29 Michael G. SchwernRemove unnecessary cruft from the module example.
2011-10-29 Tony Cookproduce a properly sorted known_pod_issues.dat
2011-10-27 Karl WilliamsonPATCH: [perl #99928] Document that is not a bug
2011-10-27 Karl WilliamsonPATCH: [perl #101970] /[[:lower:]]/i matches upper...
2011-10-27 Father ChrysostomosSkip <~> test on VMS
2011-10-27 Father ChrysostomosMake dual-life.t emit full paths
2011-10-27 Father ChrysostomosTweak dual-life.t’s exclusion list
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
next