summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.c: Make all warnings and error messages UTF-8 cleanBrian Fraser2013-09-101-3/+132
* regcomp.c, S_compile_runtime_code: croak using the SVf formatBrian Fraser2013-09-102-4/+7
* toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac...Brian Fraser2013-09-101-1/+45
* rt119311.t: typoFather Chrysostomos2013-09-091-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-0/+18
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-09-091-1/+9
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-091-1/+19
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-6/+0
* [perl #117265] TODO tests for overloading issuesTony Cook2013-09-091-6/+35
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-081-5/+17
* Test line breaks in PERL5DBFather Chrysostomos2013-09-081-1/+15
* Respect #line directives in here-docsFather Chrysostomos2013-09-071-1/+8