This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Remove assert exception for OP_REPEAT
[perl5.git] / t /
2014-12-25 Father Chrysostomos[perl #123495] Stop gmtime(nan) from crashing
2014-12-25 Father Chrysostomost/bigmem/subst.t: Delete bogus comment
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-24 Father Chrysostomos[perl #103260] Fix s/// with long strings
2014-12-23 Daniel Draganremove obsolete B::CC code from t/harness
2014-12-22 Father ChrysostomosAdd Eval::WithLexicals to perl5220delta
2014-12-22 Father ChrysostomosAdd B::Generate to perl5220delta
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-21 Ricardo Signesperlunicook: add trusted-to-exist links for perlunicook
2014-12-21 Father Chrysostomosregen pod issues
2014-12-21 Father ChrysostomosAdd Lexical::Var to perl5220delta
2014-12-20 Father ChrysostomosFix assertion failure with $x[CONST->[0]]
2014-12-20 Father ChrysostomosFix assertion failure with $x[($_)]
2014-12-20 Father Chrysostomoswantarray.t: $got before $expected
2014-12-20 Father Chrysostomoswantarray.t: Test logops at sub exit
2014-12-20 Father Chrysostomoswantarray.t: Remove unused var
2014-12-19 Father ChrysostomosAlso allow /\N{}/
2014-12-18 Father Chrysostomosregen pod issues
2014-12-18 Father Chrysostomos[perl #123417] Allow lexer to parse \N{U+dotted.hex}
2014-12-16 Father ChrysostomosAdd Template::Declare to perl5220delta
2014-12-16 Father Chrysostomos[perl #123020] Scalar cx for lhs of void (...)x...
2014-12-15 Father Chrysostomospp_readline: Don’t set PL_last_in_gv to &PL_sv_undef
2014-12-13 Father ChrysostomosAllow OPf_SPECIAL on OP_GV
2014-12-13 Father ChrysostomosDon’t call FETCH multiple times on int $inf
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-12 Father Chrysostomosdiag.t: Ignore trailing whitespace
2014-12-12 Father Chrysostomos[perl #123410] sort CORE::fake bizarre behaviour
2014-12-11 Karl WilliamsonAdd test that to/from native character set works
2014-12-11 Karl Williamsont/run/locale.t: Don't operate on iffy locales
2014-12-11 Karl Williamsont/loc_tools.pl: Add optional parameter to find_locales()
2014-12-11 Karl Williamsont/op/utfhash.t: Clarify comment
2014-12-11 Karl Williamsont/run/locale.t: Nit in comment
2014-12-11 Karl Williamsont/re/reg_eval_scope.t: Don't stress memory limit
2014-12-11 Karl Williamsont/re/pat_rt_report.t: Skip a test on os390
2014-12-11 Karl WilliamsonDelete: t/lib/1_compile.t, t/lib/compmod.pl
2014-12-11 Karl Williamsont/run/locale.t: Rmv duplicate closing of STDERR
2014-12-11 Father ChrysostomosDon’t do string overloading for numeric pack fmts
2014-12-11 Father ChrysostomosDon’t do string overloading for printf int formats
2014-12-11 Father ChrysostomosDon’t call string overloading in chr
2014-12-10 David Mitchellfix spurious 'Use of reference' warning
2014-12-10 David Mitchellporting/utils.t: explain what caused failures
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
2014-12-10 Tony Cook[perl #123245] avoid a panic in sv_chop() in formats
2014-12-10 Tony Cook[perl #123245] tests for format crashes
2014-12-09 Chris 'BinGOs' Wil... Update DB_File to CPAN version 1.832
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-09 Father ChrysostomosFix assertion failure with ($_[0])->{$_}
2014-12-08 Jarkko HietaniemiTurn 9**9**9 skips into todos, and add os390 (z/OS).
2014-12-08 Jarkko HietaniemiDetypo.
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 James RaspassTweak sv_pos_b2u_flags check in pp_index
2014-12-07 Father Chrysostomosform_scope.t: Diagnostics for test 13
2014-12-06 Jarkko HietaniemiAdd a comment explaining what to do if this test fails.
2014-12-06 Jarkko Hietaniemithreads.pm version bump for 0c87ebb8.
2014-12-06 Father ChrysostomosTest bug #123372
2014-12-05 Father ChrysostomosReturn fresh scalar from join(const,const)
2014-12-04 Father ChrysostomosAdd checksum to regcharclass.h
2014-12-04 Father ChrysostomosAdd checksum to charclass_invlists.h
2014-12-04 Father Chrysostomos[perl #114498] lslice returning empty vs undef
2014-12-02 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.04
2014-12-02 Jarkko HietaniemiShow elapsed wallclock time in t/TEST.
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-12-01 Father ChrysostomosTell known_pod_issues.dat about Want.pm
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father ChrysostomosTeach diag.t about PNf
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-30 Father Chrysostomosdiag.t: Allow multiline diag_listed_as
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-29 David Mitchelladd Porting/bench.pl
2014-11-29 Father Chrysostomosscalar($#foo) needs to propagate lvalue context
2014-11-29 Father Chrysostomos[perl #123313] sub { f(); BEGIN{} } was void cx
2014-11-27 Chris 'BinGOs' Wil... Update IO-Socket-IP to CPAN version 0.33
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-11-26 Chad GranumUpdate Test-Simple to alpha 079
2014-11-26 Father ChrysostomosMake coresub.t faster by eschewing B::Deparse
2014-11-26 Jarkko Hietaniemi[PATCH] Do not use ccstdflags with the core extensions.
2014-11-26 Father Chrysostomos[perl #123286] Lone C-style for in a block
2014-11-25 Father Chrysostomos[perl #77860] \& proto should disallow sub calls
2014-11-25 Father Chrysostomos[perl #47363] \@ proto and parenthesised arrays
2014-11-25 Father ChrysostomosAllow \(&sub) for & proto
2014-11-25 Chris 'BinGOs' Wil... Treat nmake the same as dmake (expand 6544e9b1a)
2014-11-24 Karl WilliamsonPATCH [perl #123280] Turn off expected warnings in...
2014-11-24 Chris 'BinGOs' Wil... Dmake's -v means verbose not version
2014-11-24 Karl Williamsont/test.pl: Fix for non-ASCII platforms
2014-11-24 Karl WilliamsonImprove EBCDIC skip msgs in t/uni
2014-11-24 Karl Williamsont/uni/case.pl: Improve test names.
2014-11-24 Karl Williamsont/uni/case.pl: Use calculated test count
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-24 Father Chrysostomosknown_pod_issues.dat: 2 more known mods
2014-11-24 Father Chrysostomos[perl #123062] & proto: only sub{} and \&sub
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Father Chrysostomoslex_assign.t: Make store count test stricter
2014-11-21 Father Chrysostomostest.pl:runperl: Allow multiline prog
2014-11-18 Chris 'BinGOs' Wil... [CPAN RT#100275] Add spaces if needed to CCFLAGS
2014-11-18 Karl WilliamsonPATCH: [perl #123198] Memory leak in regex in 5.20.1
2014-11-18 Chris 'BinGOs' Wil... Fix parse_abstract so it doesn't explode when Encode...
next