This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove indentation of no-longer #ifdef-guarded #defines
[perl5.git] / t / op /
2017-07-16 Aaron Crane[perl #131627] extend stack in scalar-context pp_list...
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Properly handle extremely high code...
2017-07-13 Karl Williamsont/op/index.t: Skip now illegal code points on 32 bit...
2017-07-13 Karl Williamsont/op/chop.t: Don't use too large code points
2017-07-13 Karl WilliamsonRestore a portion of reverted commits
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-07-11 Karl Williamsont/op/sprintf2.t: Generalize test to work on EBCDIC
2017-07-10 Tony Cook(perl #131597) ensure the GV slot is filled for our...
2017-07-10 Father ChrysostomosTest that ref works in tainted statements
2017-07-02 Father Chrysostomos[perl #131645] Fix assert fail in pp_sselect
2017-07-02 Father ChrysostomosCouple of test file comments
2017-06-27 Yves Ortont/op/hash.t: fixup intermittently failing test
2017-06-27 David MitchellPERL_SNPRINTF_CHECK(): off by 1 error
2017-06-22 Dagfinn Ilmari Man... [perl #131627] Fix multideref for $x{qw/a/->$*}
2017-06-14 Karl WilliamsonAllow bitwise & ^ | to accept trailing UTF-8
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-08 Craig A. BerryUpdate test skips for no fchdir.
2017-06-07 Karl Williamsont/op/bop.t: Re-add in some tests
2017-06-07 Karl Williamsont/op/bop.t: Verify complement downgrades UTF-8.
2017-06-07 Karl Williamsont/op/bop.t: Verify bitwise & ^ | retain UTF-8
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler special formats
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler redundant arg test
2017-06-07 David Mitchellop/infnam.t: skip unportable tests
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: avoid wrap on precision
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: width/precis arg wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing %v arg
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing width arg
2017-06-07 David MitchellS_expect_number(): return STRLEN not I32
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %p and Inf/Nan
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: make %n missing arg fatal
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: remove redundant code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: better calc f/p buf size
2017-06-07 David Mitchellsprintf: handle sized int-ish formats with Inf/Nan
2017-06-07 David Mitchellsprintf(): handle mangled formats better with utf8
2017-06-07 David Mitchellsprintf(): add memory wrap tests
2017-06-07 Tony Cook[perl #131263] clear the UTF8 flag on a glob if it...
2017-06-06 AbigailFatalize the use of code points above 0xFF for bitwise...
2017-06-06 AbigailFatalize inheriting AUTOLOAD for non-methods.
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-06-05 David Mitchellclosure.t: fix typo
2017-06-05 David MitchellFREETMPS when leaving eval, even when void/dying
2017-06-05 David MitchellS_require_tie_mod(): use a new stack
2017-06-02 Yves Ortonremove unneeded an unwelcome dependency
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 Karl Williamsont/op/vec.t: White space only.
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Zeframset up catchable runloops early enough
2017-06-01 Yves Ortonsilence warning in gv.t
2017-06-01 Yves OrtonRestore "Tweak our hash bucket splitting rules"
2017-06-01 Father Chrysostomos[perl #131085] Crash with sub-in-stash
2017-06-01 Karl Williamsont/op/fork.t: Don't output shell warning
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-04-23 Yves OrtonRevert "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonTweak our hash bucket splitting rules
2017-04-18 David Mitchellemit require module name err hint only when valid
2017-04-18 David Mitchellrequire die msg: only mention @INC if used
2017-03-31 David Mitchellvec(): defer lvalue out-of-range croaking
2017-03-22 David Mitchellskip an op/range.t test under -Dusemallocwrap=no
2017-03-17 David Mitchellfix integer overflows in Perl_do_vecget()/set
2017-03-17 David MitchellPerl_do_vecget(): change offset arg to STRLEN type
2017-03-15 David Mitchelladd range.t test for RT #130841
2017-02-27 Aaron CraneRT#130624: heap-use-after-free in 4-arg substr
2017-02-21 Tony Cook(perl #130822) fix an AV leak in Perl_reg_named_buff_fetch
2017-02-20 Tony Cook(perl #129340) copy the source when inside the dest...
2017-02-18 Aaron CraneShow sub name in signature arity-check error messages
2017-02-18 David Mitchellpp_multideref: tweak an assertion
2017-02-18 David Mitchellpp_formline(): avoid buffer overrun
2017-02-08 Tony Cook(perl #130705) don't convert match with argument to qr
2017-02-07 Tony Cook(perl #130722) don't call SvPVX() on a glob
2017-02-07 David Mitchellmultideref: handle both OPpLVAL_INTRO,OPpDEREF
2017-02-04 David Mitchellbuffer overrun with format and 'use bytes'
2017-01-31 Karl WilliamsonPATCH: [perl #130656] tr// failue with UTF-8 across...
2017-01-30 David Mitchellsignature sub (\x80 triggered an assertion
2017-01-28 Zeframcroak on sv_setpvn() on a glob
2017-01-27 Steve HayFix wrong skippage when using -DPERL_DEBUGGING_MSTATS...
2017-01-27 Zeframfix ord of upgraded empty string
2017-01-24 Aaron CraneRT#130623: assertions when tying into non-packages
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-24 Tony Cook(perl #129190) intuit_method() can move the line buffer
2017-01-24 Tony Cook(perl #129274) avoid treating the # in $# as a comment...
2017-01-23 Zeframpermit goto at top level of multicalled sub
2017-01-23 Sergey AleynikovFix memory leak in B::RHE->HASH method.
2017-01-22 Zeframfix special-case recreation of *::
2017-01-19 Karl Williamsontoke.c: Avoid work for tr/a-a/.../
2017-01-19 Tony Cook(perl #129125) copy form data if it might be freed
2017-01-17 Tony Cook(perl #129149) fix the test so skip has a SKIP: to... origin/tonyc/129149-fix-skip
2017-01-16 Tony Cook(perl #129149) avoid a heap buffer overflow with pack...
2017-01-16 AbigailDeprecating the modifyable variables in constants by...
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 Tony Cook(perl #130262) split scalar context stack overflow fix
next