summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* ->%{ ->%[Father Chrysostomos2013-10-051-1/+4
* Fix up postfixderef.tFather Chrysostomos2013-10-051-4/+4
* Tests for postfix dereferenceDavid Nicol2013-10-051-0/+315
* Remove pod/perlembed.pod in wake of RT #120093 corrections.James E Keenan2013-10-051-1/+0
* Upgrade to Unicode 6.3Karl Williamson2013-10-032-6/+5
* PATCH: [perl #120041] regcomp.c missing parens and broken STCLASSKarl Williamson2013-09-301-0/+2
* Revert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DO...Karl Williamson2013-09-301-18/+1
* Add some tests for the regex optimizerKarl Williamson2013-09-242-0/+35
* Upgrade podlators from 2.5.1 to 2.5.2Steve Hay2013-09-231-1/+0
* Remove bad assertion in gv.c:newGPFather Chrysostomos2013-09-211-1/+4
* Test that ${foo{bar}} and ${\nfoo{bar}} mean the same thing.Brian Fraser2013-09-211-1/+16
* Upgrade autodie from version 2.21 to 2.22Steve Hay2013-09-211-1/+0
* test that $\ is localized and restored even if it was undefRicardo Signes2013-09-211-1/+6
* Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DOR chains.Matthew Horsfall (alh)2013-09-201-1/+18
* [perl #3112] Stop last from returning valuesFather Chrysostomos2013-09-201-2/+16
* Fix line nums when multiline ${expr} spans here-docFather Chrysostomos2013-09-201-1/+9
* Fix parser buffer corruption with multiline *{...}Father Chrysostomos2013-09-201-2/+17
* Don’t free initial src from @INC sub too earlyFather Chrysostomos2013-09-191-1/+7
* Add newline to new switchd test for VMS.Craig A. Berry2013-09-191-2/+2
* toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace.Brian Fraser2013-09-183-4/+103
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-184-12/+67
* toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs.Brian Fraser2013-09-181-2/+21
* Reworked t/base/lex.t to use less hardcoded test numbers.Brian Fraser2013-09-181-62/+59
* [perl #119501] \(1+2) always referencing the same svFather Chrysostomos2013-09-171-1/+7
* [perl #85228] stop $!=EINVAL; waitpid(0,0) from loopingTony Cook2013-09-171-0/+39
* Fixing eintr_print.t intermittent hangVictor2013-09-171-3/+11
* Test that print() is not returning EINTR.Victor2013-09-171-0/+87
* Earlier safety check for @INC entry in pp_require.Craig A. Berry2013-09-161-1/+1
* test and briefly document DB::gotoTony Cook2013-09-162-1/+18
* Note new blead customizations to JSON::PP and Test::SimpleSteve Hay2013-09-161-0/+5
* op.c: Warn on "return $a or $b" [perl #59802]Niels Thykier2013-09-151-0/+115
* known_pod_issues: Add Devel::CallParserFather Chrysostomos2013-09-141-0/+1
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-12/+134
* Move ‘Scalar value better written as’ tests from toke to opFather Chrysostomos2013-09-142-41/+41
* fix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.tCraig A. Berry2013-09-131-0/+1
* Test kv slices in places that expect %{}Father Chrysostomos2013-09-132-2/+38
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-132-13/+10
* Suppress a warning in kvhslice.tFather Chrysostomos2013-09-131-0/+1
* test index/value array slicesRuslan Zakirov2013-09-131-0/+179
* test key/value hash slicesRuslan Zakirov2013-09-131-0/+191
* Preserve undef identity in const opsFather Chrysostomos2013-09-131-1/+8
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-1/+6
* Upgrade autodie from version 2.20 to 2.21Steve Hay2013-09-121-1/+0
* [perl #88814] sigdispatch.t work on openbsd 5.2Tony Cook2013-09-111-2/+3
* Added release manager test for copyright yearSmylers2013-09-101-1/+21
* Test that README and perl -v copyright years matchSmylers2013-09-101-0/+56
* Enhance runperl doc to mention its return valueSmylers2013-09-101-1/+1
* Make the "Switch condition not recognized" error message UTF-8 cleanBrian Fraser2013-09-101-3/+1
* t/re/reg_mesg.t: Tests for latin1 error messages/warningsBrian Fraser2013-09-101-2/+14
* regcomp.c: Introduce vFAIL2utf8f to replace the APPLY(X,Y) hackBrian Fraser2013-09-101-1/+1