summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* pat_re_eval.t: remove 'no warnings'David Mitchell2011-12-191-9/+6
* add more tests for embedded qr// and code blocksDavid Mitchell2011-12-191-1/+40
* preserve code blocks in interpolated qr//sDavid Mitchell2011-12-193-11/+48
* handle /$not_utf8(?{...})$utf8/David Mitchell2011-12-191-1/+11
* "don't recompile pattern" check: account for UTF8David Mitchell2011-12-191-1/+11
* re_op_compile: recalc code indexes on utf8 upgradeDavid Mitchell2011-12-191-6/+24
* Handle literal code blocks in runtime regexesDavid Mitchell2011-12-191-6/+6
* make qr/(?{})/ behave with closuresDavid Mitchell2011-12-194-13/+35
* Ignore code blocks within /[...]/David Mitchell2011-12-191-0/+8
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2011-12-197-20/+40
* re_eval and closures: add lots of TODO testsDavid Mitchell2011-12-191-1/+127
* disable lexing of (?{}) within \Q, \U etcDavid Mitchell2011-12-191-1/+12
* make re_evals be seen by the toker/parserDavid Mitchell2011-12-195-7/+11
* test that version.pm does not clobber localeRicardo Signes2011-12-181-1/+31
* Stop readline(*$glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+3
* Revert "Make scalar() propagate lvalueness"Father Chrysostomos2011-12-181-8/+1
* [perl #106288] Tests for \scalar @arrayFather Chrysostomos2011-12-181-1/+3
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+7
* Stop eof($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+7
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+10
* [perl #97988] Nullify PL_last_in_gv when unglobbedFather Chrysostomos2011-12-171-1/+12
* Fix the one remaining long line in perldiagFather Chrysostomos2011-12-171-1/+0
* perldiag: wrap long linesFather Chrysostomos2011-12-161-1/+1
* perldiag: Retitle ‘Cannot copy’Father Chrysostomos2011-12-161-1/+0
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-0/+12
* pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly.Brian Fraser2011-12-151-1/+18
* Name anon handles __ANONIO__Father Chrysostomos2011-12-152-2/+2
* Disable $[ under 5.16Father Chrysostomos2011-12-154-10/+84
* op/taint.t: localize $@Karl Williamson2011-12-141-0/+1
* perllocale: NitsKarl Williamson2011-12-141-1/+0
* Add testcase for #78266.Johannes Plunien2011-12-131-1/+18
* Make scalar() propagate lvaluenessFather Chrysostomos2011-12-131-1/+8
* Update Socket to CPAN version 1.96Chris 'BinGOs' Williams2011-12-111-0/+1
* perlguts: nitsKarl Williamson2011-12-101-1/+0
* document run_multiple_progsTony Cook2011-12-101-0/+27
* test for various fatal messages from op.cTony Cook2011-12-101-0/+44
* refactor croak.t to be data driven (like warnings.t)Tony Cook2011-12-104-35/+45
* Fix segfault on overloaded arithmetic assignmentDavid Golden2011-12-091-0/+22
* Test out-of-bounds warning with lv substrFather Chrysostomos2011-12-081-1/+3
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Fix use VERSION test failures under PERL_UNICODEFather Chrysostomos2011-12-082-5/+11
* more tests for partial strictures and ver declsFather Chrysostomos2011-12-071-1/+20
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-072-1/+26
* Add :default feature bundleFather Chrysostomos2011-12-071-0/+11
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-062-2/+7
* Don’t LEAVE_with_name("evalcomp") for syntax errorsFather Chrysostomos2011-12-061-1/+6
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-1/+46
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-1/+1
* Tidy up t/re/regexp.tNicholas Clark2011-12-031-5/+4
* more reliably kill a runaway test process on cygwinTony Cook2011-12-031-0/+5