summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Handle require() on implicit $_ properly w/r global overridesVincent Pit2011-11-201-1/+13
* Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-1/+8
* 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
* Mention variable names in @a =~ // warningsFather Chrysostomos2011-11-191-12/+12
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-31/+37
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-8/+8
* Fix pp_goto crash with orphaned GVFather Chrysostomos2011-11-181-1/+17
* Copy magic during localisation even for GVsFather Chrysostomos2011-11-181-0/+16
* Test length() warning with pad varsFather Chrysostomos2011-11-181-0/+4
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+17
* Update several test cases to not generate failures on VOS.Paul Green2011-11-182-1/+5
* Make sure $DB::sub is callableFather Chrysostomos2011-11-181-1/+17
* Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.Nicholas Clark2011-11-181-0/+0
* Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.Nicholas Clark2011-11-181-2/+2
* Re-deprecate $[Father Chrysostomos2011-11-172-0/+16
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-1720-48/+95
* Patch t/test.pl so isa_ok() works with objects.Michael G. Schwern2011-11-172-6/+60
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-173-3/+21
* eval.t: add bug numberFather Chrysostomos2011-11-171-0/+1
* eval.t: typosFather Chrysostomos2011-11-171-2/+2
* podcheck.t: Add commentKarl Williamson2011-11-101-1/+3
* utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-101-0/+7
* utf8.c: Handle swashes at UV_MAXKarl Williamson2011-11-101-0/+4
* utf8.c: Fix swash handling under USE_MORE_BITSKarl Williamson2011-11-101-4/+10
* utf8.c: Make swashes work close to UV_MAXKarl Williamson2011-11-091-3/+8
* intrpvar.h: Increase size of variable that stores UTF8 bytesKarl Williamson2011-11-091-0/+16
* pat_advanced.t: Display better names for a few testsKarl Williamson2011-11-091-4/+7
* t/uni/case.pl: Allow overridden simple maps in inputKarl Williamson2011-11-081-1/+6
* Dear dual-life.t: I regret your existenceFather Chrysostomos2011-11-061-1/+1
* 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
* Make multiple #line’s update dblines in evalsFather Chrysostomos2011-11-061-1/+4
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-062-6/+8
* Document unicode_eval and evalbytesFather Chrysostomos2011-11-061-1/+2
* Add evalbytes functionFather Chrysostomos2011-11-064-4/+64
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+42
* Allow dual-life.t to be run outside t/Father Chrysostomos2011-11-051-0/+1
* Tweak dual-life.t’s exceptions againFather Chrysostomos2011-11-051-1/+1
* 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
* Restore VMS glob skip removed in 1bb8785a.Craig A. Berry2011-11-041-12/+19
* Use SvUPGRADE, not sv_upgrade, in sv_sethekFather Chrysostomos2011-11-041-1/+7
* Make diag.t runnable outside t/Father Chrysostomos2011-11-011-0/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+40
* PATCH: [perl #101710] Regression with /i, latin1 chars.Karl Williamson2011-11-011-1/+8