This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #104226]: Name.pm missing from unicore
[perl5.git] / t /
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
2011-10-24 Father ChrysostomosMake <~> work again under miniperl
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-22 Karl Williamsonregexp_unicode_prop.t: Add tests.
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-20 Florian RagwitzRemove the MANIFEST check from the release guide
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-20 Father ChrysostomosRemove untrue comment from t/op/ref.t
2011-10-18 Karl Williamsonregcomp.c: generate folded for EXACTF and EXACTFU
2011-10-17 Karl Williamsonregexec.c: Stop looking for match sooner
2011-10-14 Karl Williamsonregexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
2011-10-14 Karl Williamsont/re/re_tests: Add tests for multi-char fold bug
2011-10-13 Father ChrysostomosMention all variables in $undef..$undef warnings
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-12 Father ChrysostomosAvoid an redundant copy in pp_flop
2011-10-11 Father Chrysostomos[perl #30661] autoload sort subs
2011-10-11 Father ChrysostomosStop attribute errors from leaking op trees
2011-10-08 Father ChrysostomosDont’t crash when warning about XSUB redefinition
2011-10-07 Father ChrysostomosDon’t put malformed UTF8 in $AUTOLOAD
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosTeach porting/diag.t about HEKf
2011-10-06 Gerard GoossenSet PERL_DL_NONLAZY in t/TEST to check existence of...
2011-10-06 Father ChrysostomosCorrect skip counts for miniperl
2011-10-06 Father Chrysostomosuni/universal.t tests passing
2011-10-06 Father ChrysostomosRewrite -l warning test to account for 433644eed
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Brian FraserTODO tests for parsing our() now pass
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
next