summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make certain we have the top-level "lib" in @INC.Jarkko Hietaniemi2014-09-181-0/+1
* Perl RT #122761 - split /\A/ should not behave like split /^/mYves Orton2014-09-171-2/+5
* Do not test inf/nan if utterly broken.Jarkko Hietaniemi2014-09-161-2/+2
* Fix $DB::sub in DB::goto for lexical subsFather Chrysostomos2014-09-161-1/+19
* Add new Digest-SHA file missed by 207902b174, and note a CUSTOMIZED fileSteve Hay2014-09-161-0/+1
* Make sort bareword respect lexical subsFather Chrysostomos2014-09-161-4/+9
* Make ‘No comma allowed’ respect lex subsFather Chrysostomos2014-09-161-1/+12
* lexsub.t: To-do tests for sort lex_subFather Chrysostomos2014-09-161-1/+14
* Note that one MakeMaker test is currently CUSTOMIZEDSteve Hay2014-09-161-0/+1
* Exclude lex sub package name from (caller $n)[3]Father Chrysostomos2014-09-151-1/+9
* Make ‘SIG handler not defined’ UTF8- and null-safeFather Chrysostomos2014-09-151-0/+23
* Fix assertion failure with undef &my_sub/&anonFather Chrysostomos2014-09-152-1/+22
* Teach ck_entersub_args_proto about non-GV namesFather Chrysostomos2014-09-151-1/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-154-8/+10
* add test for rt122747Yves Orton2014-09-141-0/+29
* Remove the corevers.t from Module-CoreList and amend corelist porting testChris 'BinGOs' Williams2014-09-141-18/+1
* Semicolon before ellipsis inside block disambiguates.James E Keenan2014-09-131-3/+28
* expl will not be used if long double is double.Jarkko Hietaniemi2014-09-121-1/+1
* darwin data sections can have wild prefixes and suffixes.Jarkko Hietaniemi2014-09-101-1/+1
* Automate processing of op_private flagsDavid Mitchell2014-09-101-1/+1
* hexfp: 0 is 0x0p+0.Jarkko Hietaniemi2014-09-091-1/+1
* Skip warnable const folding outside warnings scopeFather Chrysostomos2014-09-092-1/+13
* Stop barewords from trumping subs with (*) protoFather Chrysostomos2014-09-081-2/+2
* Get mkdir.t working under miniperl *again*Father Chrysostomos2014-09-081-1/+1
* hexfp: double-double correct test goldens.Jarkko Hietaniemi2014-09-081-23/+20
* Document the IBM admission of weirdness of AIX long doubles.Jarkko Hietaniemi2014-09-081-0/+8
* Not nice to die in the middle of a test.Jarkko Hietaniemi2014-09-081-1/+2
* Allow \N{named seq} in qr/[...]/Karl Williamson2014-09-062-5/+6
* regcomp.c: Refactor func so caller handles anomaliesKarl Williamson2014-09-061-1/+1
* PATCH: [perl #122671] Many warnings in regcomp.c can occur twiceKarl Williamson2014-09-062-47/+79
* recomp.c: output given warning in only one passKarl Williamson2014-09-061-0/+1
* t/uni/parser.t: Make a test more robustFather Chrysostomos2014-09-061-1/+1
* lex_utf8.t can run under miniperlFather Chrysostomos2014-09-051-1/+1
* Fix my constant $var utf8 confusionFather Chrysostomos2014-09-051-1/+6
* Remove -foo ambiguity warningFather Chrysostomos2014-09-041-18/+6
* toke.c: Avoid extra sv_setpv for foo <newline> =>Father Chrysostomos2014-09-041-1/+4
* Fix our-sub method confusionFather Chrysostomos2014-09-041-1/+13
* Update Scalar-List-Utils to CPAN version 1.40Chris 'BinGOs' Williams2014-09-031-0/+1
* Fix t/op/taint.t on WindowsFather Chrysostomos2014-09-021-6/+12
* Fix refcounting in rv2gv when it calls newGVgenFather Chrysostomos2014-09-021-1/+13
* Skip t/uni/variables.t in absence of Unicode tablesFather Chrysostomos2014-09-021-0/+1
* Get t/uni/universal.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Get t/uni/stash.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Get t/uni/readline.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Skip t/uni/parser.t in absence of Unicode tablesFather Chrysostomos2014-09-021-0/+1
* Get t/uni/opcroak.t working under minitestFather Chrysostomos2014-09-021-1/+1
* t/uni/opcroak.t: Die if eval failsFather Chrysostomos2014-09-021-0/+2
* Get t/uni/method.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Really get t/uni/ case tests working under miniperlFather Chrysostomos2014-09-021-0/+1
* Move @INC setup to t/uni/case.plFather Chrysostomos2014-09-024-4/+4