summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlre.pod: ClarifyKarl Williamson2011-04-131-1/+19
* perlunicode: Update for 5.14Karl Williamson2011-04-131-210/+91
* perllocale: Update for 5.14Karl Williamson2011-04-131-13/+54
* In testargs.t in Test::Harness, don't run a world-writable file.Nicholas Clark2011-04-131-1/+1
* handle freed backref array in global cleanupDavid Mitchell2011-04-132-1/+66
* check --whole-archive is supported before using itTony Cook2011-04-131-1/+9
* perlrebackslash: Update for 5.14 changesKarl Williamson2011-04-121-4/+4
* perlretut: Update for 5.14 /a, /uKarl Williamson2011-04-121-12/+34
* perlrecharclass: Update for 5.14 changesKarl Williamson2011-04-121-179/+217
* perlre.pod: Update for 5.14Karl Williamson2011-04-121-74/+225
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* add tests for $tied op= $tiedDavid Mitchell2011-04-121-11/+27
* add $tied ^ $tied testDavid Mitchell2011-04-121-1/+2
* perlop: Update for 5.14 additionsKarl Williamson2011-04-121-6/+8
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-123-8/+20
* PATCH: [perl #86972]: Tweak error messagesKarl Williamson2011-04-122-8/+8
* perldelta: TypoKarl Williamson2011-04-121-1/+1
* perlreapi: Update as little as possible for 5.14Karl Williamson2011-04-121-9/+14
* Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2Nicholas Clark2011-04-121-2/+4
* Add test for [perl #87812]Karl Williamson2011-04-112-0/+13
* PATCH: final [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-112-13/+34
* Require IO::File in IO::HandleDavid Leadbeater2011-04-101-1/+7
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-104-19/+50
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-103-15/+26
* PATCH: [perl #87812] BBC breaks Pod::Coverage::TrustPodKarl Williamson2011-04-091-9/+5
* regcomp.c: Shun ANYOF_NONBITMAP_NON_UTF8Karl Williamson2011-04-091-16/+39
* perldelta: Move the XIDStart change from bugs to incompat.Father Chrysostomos2011-04-081-6/+6
* perldelta for [perl #87708]Father Chrysostomos2011-04-081-1/+9
* Revert parts of c31c291..96b6b87Father Chrysostomos2011-04-083-23/+16
* Revert "[perl #87708] $tied / $tied under use integer"Father Chrysostomos2011-04-082-3/+3
* Remove unnecessary code from pp_addFather Chrysostomos2011-04-081-13/+0
* Remove unnecessary code from pp_eqFather Chrysostomos2011-04-081-12/+0
* Correct the skip count in stash.tFather Chrysostomos2011-04-081-1/+1
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-073-31/+38
* [perl #87708] $tied == $tiedFather Chrysostomos2011-04-073-7/+21
* Make :utf8 and :bytes MULTIARGLeon Timmermans2011-04-071-2/+2
* PATCH: [perl #87810] BBC Text::MultiMarkdownKarl Williamson2011-04-071-1/+1
* [perl #87388] bless[], "main::" crashesFather Chrysostomos2011-04-062-2/+6
* Correct stupidities in 4c3ac4bFather Chrysostomos2011-04-062-2/+7
* [perl #87708] $tied + $tiedFather Chrysostomos2011-04-063-1/+21
* make mg_clear() et al behave when RC==0David Mitchell2011-04-071-16/+30
* [perl #87708] $tied / $tied under use integerFather Chrysostomos2011-04-063-7/+4
* [perl #87708] $tied % $tied and $tied * $tied under use integerFather Chrysostomos2011-04-064-15/+14
* [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’Father Chrysostomos2011-04-063-17/+7
* [perl #87708] use integer; $tied < $tiedFather Chrysostomos2011-04-063-3/+3
* [perl #87708] use integer; $tied > $tiedFather Chrysostomos2011-04-063-3/+3
* [perl #87708] use integer; $tied <= $tiedFather Chrysostomos2011-04-063-3/+3
* [perl #87708] use integer; $tied >= $tiedFather Chrysostomos2011-04-063-3/+3
* [perl #87708] use integer; $tied == $tiedFather Chrysostomos2011-04-063-3/+3
* [perl #87708] use integer; $tied != $tiedFather Chrysostomos2011-04-063-3/+3