summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-274-8/+6
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-18/+1
* [perl #120426] atof() small value rounding errorsDavid Mitchell2013-12-251-1/+13
* Interpret do CORE() as do-fileFather Chrysostomos2013-12-241-0/+10
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-223-114/+13
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-1/+18
* perlunicode: NitsKarl Williamson2013-12-211-0/+2
* Generate new perldeltaAbigail2013-12-201-2/+3
* regen pod issuesFather Chrysostomos2013-12-191-1/+1
* Fix string corruption with (??{}) and PERL_NO_COWFather Chrysostomos2013-12-191-1/+8
* [perl #120635] don't leak semaphoresTony Cook2013-12-181-1/+1
* [perl #118651] don't overwrite $! in readdir()Tony Cook2013-12-181-0/+18
* run/locale.t: Fix bareword errorKarl Williamson2013-12-161-1/+1
* Add comments that re tests can be commented in col 7Karl Williamson2013-12-162-1/+3
* PATCH: [perl #120799] 5.18 regression with [:^ascii] and \x80-\xFFKarl Williamson2013-12-161-0/+1
* [perl #120752] Fix t/op/coreamp.t rand testDabrien 'Dabe' Murphy2013-12-151-1/+5
* Make tests work with detached git dirDennis Kaarsemaker2013-12-161-0/+7
* [perl #72406] Bad read with do{} until CONSTFather Chrysostomos2013-12-151-2/+10
* Fix ‘Can't declare null operation in "my"’Father Chrysostomos2013-12-131-0/+12
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-091-0/+72
* Improve commentsKarl Williamson2013-12-082-2/+2
* Silence core test Useless use of greediness modifierKarl Williamson2013-12-082-0/+3
* PATCH: [Perl #42957] Suggesting warning for useless greediness operatorKarl Williamson2013-12-071-0/+2
* t/uni/variables.t: Skip $[ test under miniperlFather Chrysostomos2013-12-061-0/+3
* Skip eintr_print.t under miniperlFather Chrysostomos2013-12-061-2/+2
* crlf.t: Add skip countFather Chrysostomos2013-12-061-2/+4
* Get switches.t to pass under miniperlFather Chrysostomos2013-12-061-2/+4
* [perl #120694] Fix ->SUPER::foo and AUTOLOADFather Chrysostomos2013-12-041-1/+22
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-7/+5
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+32
* Extract subroutines used to test File-Find into separate package.James E Keenan2013-12-012-1/+42
* regen pod issuesFather Chrysostomos2013-11-301-0/+1
* Update Module-Build to CPAN version 0.4203Chris 'BinGOs' Williams2013-11-281-1/+1
* Test that (??{$pvlvregexp}) does not recompile the regexpFather Chrysostomos2013-11-241-1/+8
* Reënable qr caching for (??{}) retval where possibleFather Chrysostomos2013-11-241-1/+18
* Don’t cache qr magic on referencesFather Chrysostomos2013-11-241-1/+12
* Make (??{$tied_ovrld}) see the right $1Father Chrysostomos2013-11-241-1/+12
* Don’t skip pat_re_eval.t under miniperlFather Chrysostomos2013-11-241-1/+0
* Fix bug with (??{$overload}) regexp cachingFather Chrysostomos2013-11-241-1/+13
* ->$#*Father Chrysostomos2013-11-241-1/+10
* Test line number for (??{$str}) regexp warningsFather Chrysostomos2013-11-241-0/+6
* Fix RT #120600: Variable length lookbehind is not variableYves Orton2013-11-221-0/+2
* regen pod issuesFather Chrysostomos2013-11-211-2/+2
* t/op/sub.t: Suppress warnings properlyFather Chrysostomos2013-11-201-1/+2
* Move <-- HERE arrow for ‘Switch condition not recognized’Father Chrysostomos2013-11-191-0/+1
* Update Module-Build to CPAN version 0.4202Chris 'BinGOs' Williams2013-11-191-1/+1
* Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exitMatthew Horsfall (alh)2013-11-192-2/+42
* Update Module-Build to CPAN version 0.4201Chris 'BinGOs' Williams2013-11-191-1/+1
* Fix ‘panic: memory wrap’ in reg_scan_nameFather Chrysostomos2013-11-181-0/+8
* Require closing paren for (?&...Father Chrysostomos2013-11-181-1/+2