This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Have newCONSTSUB pass the length to newXS
[perl5.git] / t / op /
2011-11-20 Vincent PitHandle require() on implicit $_ properly w/r global...
2011-11-20 Father Chrysostomossort does not call get-magic after dereffing
2011-11-20 Father ChrysostomosCall FETCH once on handle passed as 3rd arg to open()
2011-11-19 Father ChrysostomosCopy magic during localisation even for GVs
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-17 Father Chrysostomoseval.t: add bug number
2011-11-17 Father Chrysostomoseval.t: typos
2011-11-06 Father Chrysostomoseval"" should reset %^H in more cases
2011-11-06 Father ChrysostomosTypos in gv.t
2011-11-06 Father ChrysostomosCorrect bug number in gv.t
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Father ChrysostomosFix hash.t’s miniperl skip
2011-11-06 Father Chrysostomoseach() should not leave RITER set on empty hash
2011-11-05 Father Chrysostomostie.t: typos
2011-11-05 Father ChrysostomosHide pad vars from magic methods on scope exit
2011-11-05 Father ChrysostomosWeak refs to pad hvs should go stale
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-10-27 Father ChrysostomosSkip <~> test on VMS
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
2011-10-24 Father ChrysostomosMake <~> work again under miniperl
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-20 Father ChrysostomosRemove untrue comment from t/op/ref.t
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-11 Father Chrysostomos[perl #30661] autoload sort subs
2011-10-11 Father ChrysostomosStop attribute errors from leaking op trees
2011-10-08 Father ChrysostomosDont’t crash when warning about XSUB redefinition
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Brian FraserSeveral TODO tests that now pass.
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian FraserTests for DOES/isa/can with UTF8 and embedded nuls
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-09-27 Nicholas ClarkWhere available, use _NSGetExecutablePath() to make...
2011-09-27 Nicholas ClarkWhere available, use sysctl() with KERN_PROC_PATHNAME...
2011-09-27 Nicholas ClarkAvoid a "use of uninitialized value" warning from pwent.t
2011-09-23 Father ChrysostomosMake CORE->method work
2011-09-21 Father Chrysostomos[perl #99660] Remove elems from hashes before freeing...
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-20 Nicholas ClarkSkip 2 tests in t/op/filetest.t if t/TEST is a symlink.
2011-09-18 Craig A. BerryUpdate skip count in t/op/filetest.t after 433644eed.
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-17 Father ChrysostomosFix recursion warning for ‘no warnings; goto &sub’
2011-09-17 Father ChrysostomosMake goto &CORE::sub use the right lexical scope
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-09-16 Father ChrysostomosMake tie_fetch_count.t skip -[guk] globref tests
2011-09-16 Father Chrysostomos[perl #99142] Make GV_ADDMG and magic vars account...
2011-09-13 Nicholas ClarkAdd tests for POSIX::sigpending().
2011-09-13 Father ChrysostomosFix misspellings in gv.t
2011-09-13 Father ChrysostomosMake \&$tied call get-magic when it holds a glob
2011-09-13 Father ChrysostomosMake (l)stat respect get-magic on globs and globrefs
2011-09-12 Father ChrysostomosMake tie_fetch_count.t pass on ‘broken’ platforms
2011-09-12 Father ChrysostomosMake truncate respect get-magic on globs and globrefs
2011-09-11 Father ChrysostomosCollapse repetititive code in tie_fetch_count.t
2011-09-11 Father ChrysostomosMake utime handle get-magic correctly for glob(ref)s
2011-09-11 Father ChrysostomosStop filetest ops from calling FETCH on parent op’s arg
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father Chrysostomos-l followed by bareword should leave the stack alone
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-10 Father Chrysostomosch(dir|mod|own) should also call FETCH on refs to tied...
2011-09-10 Nicholas ClarkTweaks to tie_fetch_count.t
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-08 Father ChrysostomosSuppress warning from tie_fetch_count.t
2011-09-06 David MitchellRT #4682: given() didn't scope $_ correctly
2011-09-03 Father ChrysostomosCall get-magic once for CV-to-GV assignment
2011-09-01 Father ChrysostomosFix two \&$tied regressions
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-09-01 Father Chrysostomos[perl #97492] Tests & delta for defined ${"::!"}
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-30 Father Chrysostomos&CORE::write()
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-30 Father Chrysostomos&CORE::umask()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-29 Father Chrysostomos&CORE::tell()
2011-08-29 Father Chrysostomos&CORE::setpgrp()
2011-08-29 Father ChrysostomosMake setpgrp($x) equivalent to setpgrp($x,0)
2011-08-29 Father Chrysostomosmake setpgrpstack.t use skip_all_without_config
2011-08-29 Father Chrysostomos&CORE::sysopen()
2011-08-29 Father ChrysostomosMake tie_fetch_count.t pass with PERL_UNICODE set
2011-08-29 Father ChrysostomosMake coreamp.t pass with PERL_UNICODE set
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::srand()
2011-08-28 Father Chrysostomos&CORE::sleep()
2011-08-28 Father Chrysostomos&CORE::send() and &CORE::syswrite()
2011-08-28 Father Chrysostomos&CORE::select()
2011-08-27 Craig A. BerryGet coreamp.t passing on VMS.
2011-08-27 Father Chrysostomos&CORE::reset()
2011-08-27 Father ChrysostomosGVs of localised arrays and hashes should be refcounted
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father ChrysostomosUpdate the comments at the top of t/op/core*.t
next