This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: implement flock() emulation
[perl5.git] / t / op /
2015-09-15 Tony Cookprevent op/time.t failures on NetBSD 5.1
2015-09-14 James E KeenanAdd test for sprintf ordering by both explicit index...
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-07 Craig A. BerrySkip aassign.t test under -DDEBUGGING on VMS.
2015-09-04 Karl Williamsont/op/utf8decode.t: Update tests from new source material
2015-09-04 Karl WilliamsonMake cmp() work on EBCDIC with both UTF-8 operands
2015-09-03 David Mitchellaassign.t: better test for DEBUGGING build
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-09-02 David Mitchellpp_aassign: scan on DEBUGGING builds
2015-08-30 David MitchellRT #125840 stop *x = $x doing bad things
2015-08-25 Karl Williamsont/op/split.t: Generalize for EBCDIC
2015-08-25 Karl Williamsont/op/utf8decode.t: Better SKIP message
2015-08-25 Karl Williamsont/op/tr.t: Clarify skip tests message
2015-08-25 Karl Williamsonop/chr.t: Better skip message
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-17 David Mitchellfix a SV_NOSTEAL issue in pp_aassign
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-08-11 Ivan Pozdeevcygwin 2.1.0 can test -r just fine, incl. under admin
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-08-01 Karl Williamsont/op/tr.t: Fix comment
2015-07-23 Craig A. BerryFix new warning in t/op/mkdir.t.
2015-07-19 Chris 'BinGOs' Wil... Fix test that fails with new warny File::Path
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-15 Aaron Cranesv_vcatpvfn_flags(): make warnings more precise
2015-07-15 Aaron Cranet/op/sprintf.t: include test comment in "ok" output...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-12 Craig A. Berrychdir.t fix-up for VMS.
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-07-04 Jarkko HietaniemiFix skip count for non-fchdir like win32.
2015-07-03 Jarkko HietaniemiTest the warnings.
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-28 Jarkko Hietaniemibop.t -w clean
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-26 Craig A. BerryCorrect t/op/chdir.t test count following b4929cb48878.
2015-06-26 Craig A. BerryRemove unused variables from t/op/chdir.t.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-19 David Mitchellpp_leaveeval: use EVAL_KEEPERR
2015-06-19 David Mitchellsimplify sort sub return arg processing
2015-06-19 David Mitchellpp_return: tail call pp_leavesub
2015-06-17 Tony Cook[perl #125305] chdir("") no longer behaves like chdir()
2015-05-15 David MitchellRT #124156: death during unwinding causes crash
2015-04-23 Tony Cook[perl #124357] make sure which_perl() can find ./perl...
2015-04-15 Tony Cook[perl #124127] fix cloning arrays with unused elements
2015-04-09 David Mitchellskip t/op/dump.t under Address Sanitizer
2015-04-09 David Mitchellkeep FOO read-only in 'FOO'->f()
2015-03-27 Father Chrysostomos[perl #124099] Wrong CvOUTSIDE in find_lexical_cv
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-26 Father Chrysostomosconcat2.t: Mention where concat.t is
2015-03-25 Father Chrysostomos[perl #123790] Assert fail with *x=<y>
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Nicholas Clarkdbmopen() with a third argument of undef can create...
2015-03-19 Karl Williamsont/op/pack.t: Generalize for EBCDIC
2015-03-19 David Mitchellsmartmatch: handle stack realloc
2015-03-19 Tony Cookupdate PL_stack_sp when we exit matcher_matches_sv()
2015-03-19 Tony CookTODO test for smartmatch stack issue
2015-03-19 Father Chrysostomos[perl #123995] Assert fail with s;@{<<;
2015-03-18 David Mitchellt/op/dump.t: silence 'Aborted' messages on stderr
2015-03-18 Father Chrysostomosloopctl.c: Correct bug num
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-16 Reini Urbanfix t/op/utf8cache.t with -DDEBUG_LEAKING_SCALARS
2015-03-15 Karl Williamsont/op/concat2.t: Skip 'use encoding' test in EBCDIC
2015-03-12 Father Chrysostomos[perl #123847] crash with *foo::=*bar::=*with_hash
2015-03-11 Father Chrysostomos[perl #123963] "@<fullwidth digit>"
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsont/op/sprintf.t: Generalize for EBCDIC
2015-03-06 Karl Williamsont/op/bop.t: Generalize for EBCDIC platforms
2015-03-06 Karl Williamsont/op/tie.t: Skip a couple tests on EBCDIC
2015-03-06 Karl Williamsont/op/inc.t: Generalize for EBCDIC
2015-03-06 Karl Williamsont/op/ver.t: Generalize for EBCDIC
2015-03-06 Karl Williamsont/op/override.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/chars.t: Generalize to not use code page specific
2015-03-06 Karl Williamsont/op/coreamp.t: Generalize for non-ASCII platfomrs
2015-03-06 Karl Williamsont/op/warn.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/magic.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/goto.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/utf8magic.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/evalbytes.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/utfhash.t: Fix to work on EBCDIC 1047
2015-03-06 Karl Williamsont/op/split.t: EBCDIC fixes
2015-03-06 Karl Williamsont/op/print.t: Skip an EBCDIC test
2015-03-06 Karl Williamsonop/chop.t: Fix for EBCDIC
2015-03-06 Karl Williamsont/op/lc.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/op/quotemeta.t: EBCDIC fixes
2015-03-01 Father Chrysostomos[perl #123821] Fix assert fail with \(&$0)=0
2015-03-01 Father Chrysostomos[perl #123817] Assert fail with attr in anon hash
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with "\L\L"
2015-03-01 Father Chrysostomost/op/lex.t: Correct bug num
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with /$0{}/
2015-02-22 Father Chrysostomos[perl #123893] Fix hang with "@{"
2015-02-19 Craig A. BerryFix t/op/dump.t warning in skip case.
2015-02-18 Hugo van der Sanden[perl #123874] fix argument underflow for pack()
2015-02-16 Tony Cook[perl #123836] dump LABEL shouldn't be goto LABEL
next