This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/utf8decode.t: Update tests from new source material
[perl5.git] / t / op /
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
2015-02-10 Jarkko Hietaniemiinfnan: "nan(1)cy" should numify to $NaN, but also...
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-02-09 Hugo van der Sanden[perl #123759] always count on OPpTRANS_IDENTICAL
2015-02-09 Jarkko Hietaniemiinfnan: test nan payload input/output
2015-02-09 Jarkko Hietaniemiinfnan: the x86 80-bit extended precision is special
2015-02-08 Father Chrysostomos[perl #123753] Assert fail with &{+foo} and errors
2015-02-07 Father Chrysostomos[perl #123753] &\0foo parsing
2015-02-07 Father Chrysostomost/op/lex.t: Add comment about the file’s purpose
2015-02-04 Jarkko Hietaniemiinfnan: in case NaN is broken by being zero, avoid...
2015-02-01 Father ChrysostomosTest new string- and num-specific bitops
2015-01-29 Steve Hayt/op/taint.t - Fix typo
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-28 Jarkko Hietaniemiinfnan: restore 'Infinity' since lln.t expects it.
2015-01-28 Jarkko Hietaniemiinfnan: allow (silently) trailing whitespace.
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-28 Jarkko Hietaniemiinfnan: Simplify inf parsing.
2015-01-28 Jarkko Hietaniemiinfnan: More elaborate nan parsing for C99-y nan(...)
2015-01-28 Jarkko Hietaniemiinfnan: Allow 1.#INF00 and 1.#IND00
2015-01-27 Jarkko Hietaniemiminiperl cannot IO::File
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-23 Kent FredricAdd test for glob constants accepting method calls
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-20 Jarkko HietaniemiMake numifying "nanblah" warn, just like "345blah"...
2015-01-20 Jarkko Hietaniemiinfnan: sprintf width and left-align.
2015-01-20 Jarkko HietaniemiClarify test messages.
2015-01-20 Tony Cook[perl #123554] stop checking the message
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-20 Father Chrysostomosanonconst.t for testing :const
2015-01-19 Tony Cook[perl #123538] always set chophere and itembytes at...
2015-01-19 Tony Cook[perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)
2015-01-18 Peter Martiniperly.y changes from Lukas Mai in RT 123069
2015-01-17 James E KeenanOne more tiny spelling correction in comment; thanks...
2015-01-17 James E KeenanTwo small spelling corrections in comment.
2015-01-17 David Mitchellavoid $a["foo" eq $x ? 0 : 1] warning
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2015-01-13 Rostislav Skudnovmake re_intuit_string() return correct string
2015-01-12 Jarkko HietaniemiTest for nan range ends.
2015-01-12 Jarkko HietaniemiTest for inf range ends.
2015-01-12 Jarkko HietaniemiExplicitly test x infnan producing empty string.
2015-01-12 Father ChrysostomosConfused cloning of nested state subs
2015-01-05 Tony Cookminitest op/magic.t: skip the env_is() tests on Win32...
2015-01-05 Tony CookWin32 minitest: -k is never available on Win32
2015-01-05 Tony Cookminiperl on Win32 doesn't have fork()
2015-01-05 Tony Cooksome socket functions aren't available under Win32...
2015-01-05 Tony Cookdisable Win32 sloppy stat in io/fs.t, io/stat.t
2015-01-04 Father ChrysostomosFix CvOUTSIDE for state subs in predeclared subs
2014-12-31 David Mitchellfix more -IV_MIN negations
2014-12-30 Father Chrysostomoslex_assign.t: Actually test chomp
2014-12-30 Father Chrysostomoslex_assign.t: Correct (s)cho(m)p comments
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-29 Father ChrysostomosCall FETCH once for values in {...}
2014-12-29 Ævar Arnfjörð Bjar... t/op/caller.t: Remove hardcoded $warnings::BYTES in...
2014-12-29 Father ChrysostomosFix bad write in pp_trans
2014-12-29 Father ChrysostomosRemove ‘require Config’ from ref.t
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-28 Father ChrysostomosDon’t write beyond the stack with scalar \()
2014-12-25 Father Chrysostomos[perl #123495] Stop gmtime(nan) from crashing
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-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 ChrysostomosDon’t call FETCH multiple times on int $inf
2014-12-12 Father Chrysostomos[perl #123410] sort CORE::fake bizarre behaviour
2014-12-11 Karl Williamsont/op/utfhash.t: Clarify comment
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 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 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-08 Jarkko HietaniemiTurn 9**9**9 skips into todos, and add os390 (z/OS).
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 James RaspassTweak sv_pos_b2u_flags check in pp_index
2014-12-05 Father ChrysostomosReturn fresh scalar from join(const,const)
2014-12-04 Father Chrysostomos[perl #114498] lslice returning empty vs undef
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
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-26 Father ChrysostomosMake coresub.t faster by eschewing B::Deparse
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-21 Father Chrysostomoslex_assign.t: Make store count test stricter
2014-11-18 Karl WilliamsonPATCH: [perl #123198] Memory leak in regex in 5.20.1
2014-11-18 Father Chrysostomossvleak.t: Add test for #123198
2014-11-17 Father ChrysostomosManually revert ‘Remove SvREADONLY_on from op.c:op_cons...
2014-11-17 Father ChrysostomosFix assert fail with my $x; sub() {$x}
2014-11-15 Jarkko HietaniemiThe miniperl skip in utf8cache.t was wrong.
2014-11-14 Father Chrysostomostie.t: Don’t skip base.pm test unconditionally
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-11-14 Father ChrysostomosTurn off UTF8 flag on crypt ret val
2014-11-13 Father ChrysostomosAccount for state vars when const-izing sub(){$x}
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosAllow sub():method{CONSTANT} to be inlined
next