summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Remove the VM/ESA port.Nicholas Clark2012-08-312-9/+3
* Stop calling get-magic twice in sprintf "%.1s", $utf8Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice in sprintf "%1s", $utf8Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice in pack "u", $utf8Father Chrysostomos2012-08-301-1/+5
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+3
* Stop calling get-magic twice for lvalue pos($utf8)Father Chrysostomos2012-08-301-2/+3
* Stop substr($utf8) from calling get-magic twiceFather Chrysostomos2012-08-301-1/+4
* [perl #114410] Reset utf8 pos cache on getFather Chrysostomos2012-08-301-1/+27
* utf8cache.t: Skip only the XS-dependent testFather Chrysostomos2012-08-301-1/+5
* test.pl: Add skip_without_dynamic_extensionFather Chrysostomos2012-08-301-7/+19
* Break s//3}->{3/eFather Chrysostomos2012-08-301-1/+5
* Fix two minor s//.../e parsing bugsFather Chrysostomos2012-08-301-1/+11
* lex.t: Mangle obscenity (albeit euphemistic)Father Chrysostomos2012-08-301-1/+1
* Fix here-doc body extraction in eval 's//<<END/'Father Chrysostomos2012-08-301-1/+7
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-1/+13
* Avoid uninit warning for qq|${\<<FOO}|Father Chrysostomos2012-08-301-1/+7
* Refactor t/op/die.t to re-use the same $SIG{__DIE__} handler where possible.Nicholas Clark2012-08-301-30/+26
* Refactor t/op/die.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-301-30/+56
* Remove a no-longer needed lexical from t/op/lop.tNicholas Clark2012-08-291-2/+0
* Document the last five tests of t/op/lop.tColin Kuskie2012-08-291-5/+5
* Update t/op/lop.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-17/+12
* Refactor t/uni/case.pl to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-10/+4
* Refactor t/porting/checkcase.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-7/+4
* Refactor t/re/no_utf8_pt.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-3/+8
* Add /\.gif\z/ files to the non-Pod exceptions in t/porting/podcheck.tNicholas Clark2012-08-291-0/+1
* t/porting/podcheck.t now passes no_chdir to File::Find::find().Nicholas Clark2012-08-291-6/+8
* t/porting/dual-life.t now passes no_chdir to File::Find::find().Nicholas Clark2012-08-291-2/+2
* t/porting/exec-bit.t isn't using File::{Basename,Find,Spec::Functions}.Nicholas Clark2012-08-291-4/+0
* t/porting/checkcase.t now passes no_chdir to File::Find::find().Nicholas Clark2012-08-291-2/+2
* Refactor t/porting/filenames.t to shrink the code and the TAP generated.Nicholas Clark2012-08-291-45/+23
* note CPAN pod link target; regen pod issuesFather Chrysostomos2012-08-281-2/+3
* "loading-file" and "loaded-file" DTrace probesShawn M Moore2012-08-282-1/+21
* "op-entry" DTrace probeShawn M Moore2012-08-281-2/+22
* caller.t: Fix ‘Caller’ testFather Chrysostomos2012-08-281-1/+1
* Stop here-docs from gutting (caller $n)[6]Father Chrysostomos2012-08-271-1/+8
* Stop (caller $n)[6] from including final "\n;"Father Chrysostomos2012-08-271-1/+8
* Fix eval 'q;;'Father Chrysostomos2012-08-271-1/+4
* Fix line numbers inside here-docsFather Chrysostomos2012-08-271-1/+5
* Stop invalid y/// ranges from leakingFather Chrysostomos2012-08-271-1/+3
* Stop unterminated here-docs from leaking memoryFather Chrysostomos2012-08-272-1/+11
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-271-1/+8
* Opcode.pm: wrap long pod linesFather Chrysostomos2012-08-261-1/+0
* Croak for \local %{\%foo}Father Chrysostomos2012-08-261-0/+10
* Restore ‘Can’t localize through ref’ to lv subsFather Chrysostomos2012-08-261-0/+24
* Revert "Experimentally Use Unicode 6.2 beta"Karl Williamson2012-08-261-1/+1
* regcomp.c: Special case /[UV_MAX]/Karl Williamson2012-08-251-0/+7
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10
* oops, left some debugging codeTony Cook2012-08-241-2/+0
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-1/+11