This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
infnan: in pack, first test for the unlikely infnan-ness.
[perl5.git] / t /
2014-09-25 Craig A. BerrySpecify NI_NUMERICSERV for getnameinfo.
2014-09-25 Craig A. BerryIn autodie's truncate.t, close $tmpfile before opening...
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-24 Jarkko Hietaniemiinfnan: more math tests, and make int(infnan) return...
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-23 David Mitchellt/re/speed.t: adjust watchdog timeout
2014-09-23 Father ChrysostomosStop flip from returning the same scalar each time
2014-09-23 Jarkko HietaniemiFurther tweaking for bad skip() usage.
2014-09-22 David Mitchellcreate t/re/speed.t, t/re/speed_thr.t
2014-09-22 Jarkko HietaniemiNo re module if only miniperl built.
2014-09-22 Father ChrysostomosHook::LexWrap is a valid pod link
2014-09-22 Father Chrysostomosregen pod issues
2014-09-21 Jarkko HietaniemiGuard against bad skip() arguments, swapped (15ed07b0...
2014-09-21 Jarkko HietaniemiNegation of "-e1" no more todo.
2014-09-20 Craig A. BerryThe number to skip is the second argument to skip().
2014-09-20 Father Chrysostomosnegate.t: To-do tests for -"-e1"
2014-09-20 Father Chrysostomosregen pod issues
2014-09-20 Father ChrysostomosFix read-only flag checks in lvalue sub exit
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-20 Father ChrysostomosRevert "Revert "infnan: more tests.""
2014-09-20 Jarkko HietaniemiRevert "infnan: more tests."
2014-09-20 Steve Hay$VERSION bump cpan/ExtUtils-MakeMaker/lib/ExtUtils...
2014-09-20 Steve Hayperldelta - Remove boilerplate, fill in modules changes...
2014-09-19 Jarkko Hietaniemiquadmath: add test actually exercising this fancy preci...
2014-09-19 Father Chrysostomosperldiag: Reunite ‘perhaps you forgot to load’
2014-09-19 Chris 'BinGOs' Wil... Document customisation introduced by 991b13da7
2014-09-19 Jarkko Hietaniemiquadmath strtoflt128 accepts false infinities.
2014-09-19 Jarkko Hietaniemiquadmath has expq instead of expl.
2014-09-19 Father ChrysostomosTeach diag.t about Perl_mess
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-19 Jarkko Hietaniemiinfnan: more tests.
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-18 Jarkko HietaniemiMake certain we have the top-level "lib" in @INC.
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-16 Jarkko HietaniemiDo not test inf/nan if utterly broken.
2014-09-16 Father ChrysostomosFix $DB::sub in DB::goto for lexical subs
2014-09-16 Steve HayAdd new Digest-SHA file missed by 207902b174, and note...
2014-09-16 Father ChrysostomosMake sort bareword respect lexical subs
2014-09-16 Father ChrysostomosMake ‘No comma allowed’ respect lex subs
2014-09-16 Father Chrysostomoslexsub.t: To-do tests for sort lex_sub
2014-09-16 Steve HayNote that one MakeMaker test is currently CUSTOMIZED
2014-09-16 Father ChrysostomosExclude lex sub package name from (caller $n)[3]
2014-09-16 Father ChrysostomosMake ‘SIG handler not defined’ UTF8- and null-safe
2014-09-15 Father ChrysostomosFix assertion failure with undef &my_sub/&anon
2014-09-15 Father ChrysostomosTeach ck_entersub_args_proto about non-GV names
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-14 Yves Ortonadd test for rt122747
2014-09-14 Chris 'BinGOs' Wil... Remove the corevers.t from Module-CoreList and amend...
2014-09-13 James E KeenanSemicolon before ellipsis inside block disambiguates.
2014-09-12 Jarkko Hietaniemiexpl will not be used if long double is double.
2014-09-10 Jarkko Hietaniemidarwin data sections can have wild prefixes and suffixes.
2014-09-10 David MitchellAutomate processing of op_private flags
2014-09-10 Jarkko Hietaniemihexfp: 0 is 0x0p+0.
2014-09-09 Father ChrysostomosSkip warnable const folding outside warnings scope
2014-09-09 Father ChrysostomosStop barewords from trumping subs with (*) proto
2014-09-09 Father ChrysostomosGet mkdir.t working under miniperl *again*
2014-09-09 Jarkko Hietaniemihexfp: double-double correct test goldens.
2014-09-08 Jarkko HietaniemiDocument the IBM admission of weirdness of AIX long...
2014-09-08 Jarkko HietaniemiNot nice to die in the middle of a test.
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2014-09-07 Karl Williamsonrecomp.c: output given warning in only one pass
2014-09-06 Father Chrysostomost/uni/parser.t: Make a test more robust
2014-09-05 Father Chrysostomoslex_utf8.t can run under miniperl
2014-09-05 Father ChrysostomosFix my constant $var utf8 confusion
2014-09-05 Father ChrysostomosRemove -foo ambiguity warning
2014-09-04 Father Chrysostomostoke.c: Avoid extra sv_setpv for foo <newline> =>
2014-09-04 Father ChrysostomosFix our-sub method confusion
2014-09-03 Chris 'BinGOs' Wil... Update Scalar-List-Utils to CPAN version 1.40
2014-09-03 Father ChrysostomosFix t/op/taint.t on Windows
2014-09-03 Father ChrysostomosFix refcounting in rv2gv when it calls newGVgen
2014-09-03 Father ChrysostomosSkip t/uni/variables.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/universal.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/stash.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/readline.t working under minitest
2014-09-03 Father ChrysostomosSkip t/uni/parser.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/opcroak.t working under minitest
2014-09-03 Father Chrysostomost/uni/opcroak.t: Die if eval fails
2014-09-03 Father ChrysostomosGet t/uni/method.t working under minitest
2014-09-03 Father ChrysostomosReally get t/uni/ case tests working under miniperl
2014-09-03 Father ChrysostomosMove @INC setup to t/uni/case.pl
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosReally get t/uni/labels.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/gv.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/fold.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/class.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/cache.t working under miniperl
2014-09-03 Father ChrysostomosGet t/run/switches.t working under minitest
2014-09-03 Father ChrysostomosGet t/run/fresh_perl.t working under minitest
2014-09-03 Father ChrysostomosSkip uniprops.t under miniperl; add error checking
2014-09-03 Father ChrysostomosSkip t/re/regexp.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/regex_sets.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosGet t/re/subst.t working under minitest
2014-09-03 Father ChrysostomosSkip t/re/reg_mesg.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/pat.t under miniperl unless uni tables exist
2014-09-03 Father ChrysostomosGet t/re/charset.t working under minitest
2014-09-03 Father ChrysostomosGet write.t working under minitest
next