summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Handle require() on implicit $_ properly w/r global overridesVincent Pit2011-11-201-1/+13
* sort does not call get-magic after dereffingFather Chrysostomos2011-11-191-3/+5
* Call FETCH once on handle passed as 3rd arg to open()Father Chrysostomos2011-11-191-2/+2
* Copy magic during localisation even for GVsFather Chrysostomos2011-11-181-0/+16
* Re-deprecate $[Father Chrysostomos2011-11-171-0/+1
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-172-11/+11
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-1/+7
* eval.t: add bug numberFather Chrysostomos2011-11-171-0/+1
* eval.t: typosFather Chrysostomos2011-11-171-2/+2
* eval"" should reset %^H in more casesFather Chrysostomos2011-11-061-1/+13
* Typos in gv.tFather Chrysostomos2011-11-061-2/+2
* Correct bug number in gv.tFather Chrysostomos2011-11-061-4/+4
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-5/+7
* Add evalbytes functionFather Chrysostomos2011-11-064-4/+64
* Fix hash.t’s miniperl skipFather Chrysostomos2011-11-051-1/+1
* each() should not leave RITER set on empty hashFather Chrysostomos2011-11-051-1/+15
* tie.t: typosFather Chrysostomos2011-11-051-2/+2
* Hide pad vars from magic methods on scope exitFather Chrysostomos2011-11-051-0/+54
* Weak refs to pad hvs should go staleFather Chrysostomos2011-11-051-1/+14
* Use SvUPGRADE, not sv_upgrade, in sv_sethekFather Chrysostomos2011-11-041-1/+7
* Skip <~> test on VMSFather Chrysostomos2011-10-261-5/+8
* Fix CORE::globFather Chrysostomos2011-10-261-1/+21
* Rewrite csh_glob in C; fix two quoting bugsFather Chrysostomos2011-10-261-2/+2
* Make <~> work again under miniperlFather Chrysostomos2011-10-241-2/+8
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+9
* Reimplement $[ as a moduleFather Chrysostomos2011-10-212-4/+7
* [perl #101738] Make sv_sethek set the UTF8 flag correctlyFather Chrysostomos2011-10-201-1/+10
* Remove untrue comment from t/op/ref.tFather Chrysostomos2011-10-201-1/+0
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-132-21/+11
* [perl #30661] autoload sort subsFather Chrysostomos2011-10-111-1/+12
* Stop attribute errors from leaking op treesFather Chrysostomos2011-10-101-0/+7
* Dont’t crash when warning about XSUB redefinitionFather Chrysostomos2011-10-081-1/+12
* whichsig nul-cleanup.Brian Fraser2011-10-061-1/+16
* Several TODO tests that now pass.Brian Fraser2011-10-061-4/+2
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-061-1/+11
* Tests for DOES/isa/can with UTF8 and embedded nulsBrian Fraser2011-10-061-1/+7
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-1/+3
* pp_hot.c: method_common is UTF-8 aware.Brian Fraser2011-10-061-1/+17
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-1/+2
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-2/+3
* Avoid a "use of uninitialized value" warning from pwent.tNicholas Clark2011-09-271-0/+4
* Make CORE->method workFather Chrysostomos2011-09-221-0/+6
* [perl #99660] Remove elems from hashes before freeing themFather Chrysostomos2011-09-211-1/+11
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-1/+5
* Skip 2 tests in t/op/filetest.t if t/TEST is a symlink.Nicholas Clark2011-09-201-0/+1
* Update skip count in t/op/filetest.t after 433644eed.Craig A. Berry2011-09-181-2/+2
* Make -l always treat non-bareword arguments as file namesFather Chrysostomos2011-09-171-1/+9
* Make stacked -l workFather Chrysostomos2011-09-171-1/+24
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-171-1/+5
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-161-0/+7