| Commit message (Expand) | Author | Age | Files | Lines |
* | And now the rest of the sync to 0.9908 | John Peacock | 2014-02-04 | 2 | -54/+80 |
* | Add -DL option to trace setlocale calls | Karl Williamson | 2014-02-03 | 4 | -2/+78 |
* | Revert "Fix handy.t for systems without $Config{d_isblank}." | Karl Williamson | 2014-02-03 | 1 | -14/+0 |
* | Regenerate podcheck db due to recent 79col fixes | Karl Williamson | 2014-02-03 | 1 | -2/+0 |
* | Module-CoreList prepared for v5.19.9 | Chris 'BinGOs' Williams | 2014-02-03 | 5 | -4/+39 |
* | [perl #121028] avoid creating a shell process | Tony Cook | 2014-02-04 | 1 | -2/+3 |
* | Update Pod-Parser to CPAN version 1.62 | Chris 'BinGOs' Williams | 2014-02-03 | 8 | -5869/+5893 |
* | DynaLoader: On android, dl_load_flags should always be 0x00 | Brian Fraser | 2014-02-03 | 1 | -2/+8 |
* | CBuilder, link: On Android, always return absolute paths to libraries | Brian Fraser | 2014-02-03 | 14 | -15/+25 |
* | Update Compress-Raw-Zlib to CPAN version 2.065 | Chris 'BinGOs' Williams | 2014-02-03 | 5 | -8/+5 |
* | Fix [[:blank:]] handling when no isblank() on platform | Karl Williamson | 2014-02-03 | 2 | -23/+2 |
* | deal with assignment to $/ better, deprecate edge cases, and forbid others | Yves Orton | 2014-02-03 | 8 | -9/+90 |
* | Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen | Yves Orton | 2014-02-03 | 4 | -9/+37 |
* | Bump version version and remove/update customisations | Chris 'BinGOs' Williams | 2014-02-03 | 2 | -7/+2 |
* | Sync bleadperl to version.pm 0.9908 | John Peacock | 2014-02-03 | 13 | -76/+78 |
* | PATCH [perl #121144]: \S, \W, etc fail for above ASCII | Karl Williamson | 2014-02-02 | 2 | -4/+11 |
* | Porting/Glossary: Entries should start with \t not blanks | Karl Williamson | 2014-02-02 | 1 | -9/+9 |
* | Fix handy.t for systems without $Config{d_isblank}. | Craig A. Berry | 2014-02-02 | 1 | -0/+14 |
* | perldelta for f06c882585 | Tony Cook | 2014-02-03 | 1 | -1/+6 |
* | [perl #77672] avoid a file handle redirection race | Tony Cook | 2014-02-03 | 3 | -49/+74 |
* | [perl #121134] prevent state variables from being merged into a padrange | Tony Cook | 2014-02-03 | 2 | -1/+32 |
|\ |
|
| * | Don't pull state vars into padrange ops | Matthew Horsfall (alh) | 2014-02-03 | 1 | -0/+1 |
| * | Test state vars following padranges [Perl #121134] | Matthew Horsfall | 2014-02-03 | 1 | -1/+31 |
|/ |
|
* | 'use utf8' should imply /u regex matching | Karl Williamson | 2014-02-02 | 2 | -5/+15 |
* | README.qnx: Make verbatim line fit in 79 columns | Karl Williamson | 2014-02-02 | 1 | -3/+3 |
* | Resolve c++ build fail in core | Chris 'BinGOs' Williams | 2014-02-02 | 3 | -1/+4 |
* | Update IO-Compress to CPAN version 2.064 | Chris 'BinGOs' Williams | 2014-02-02 | 32 | -147/+151 |
* | Update Compress-Raw-Zlib to CPAN version 2.064 | Chris 'BinGOs' Williams | 2014-02-02 | 6 | -21/+199 |
* | Update Compress-Raw-Bzip2 to CPAN version 2.064 | Chris 'BinGOs' Williams | 2014-02-02 | 6 | -10/+104 |
* | INSTALL, cross-compile section: It's 2014, stop living in the past | Brian Fraser | 2014-02-01 | 1 | -1/+1 |
* | Update ExtUtils-MakeMaker to CPAN version 6.88 | Chris 'BinGOs' Williams | 2014-01-31 | 31 | -41/+59 |
* | Update perldelta_template.pod to include an "Errata From Previous Releases" s... | Yves Orton | 2014-02-01 | 1 | -0/+11 |
* | Simplify expression, cannot be ANCH_GPOS without being REG_GPOS_SEEN | Yves Orton | 2014-02-01 | 1 | -1/+3 |
* | Update perldelta with details about changes to regexp engine extflags | Yves Orton | 2014-01-31 | 1 | -2/+32 |
* | simplify redundant part of PREGf_ANCH_GPOS test | Yves Orton | 2014-01-31 | 1 | -4/+3 |
* | ignore vim backup files | Yves Orton | 2014-01-31 | 1 | -1/+1 |
* | Make configpm produce better diagnostics for malformed glossary entries | Yves Orton | 2014-01-31 | 1 | -1/+11 |
* | Fix cross-compilation glossary entries | Yves Orton | 2014-01-31 | 1 | -3/+3 |
* | rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match RXf_ and PREGf_ conven... | Yves Orton | 2014-01-31 | 2 | -73/+72 |
* | Add "Errata From Previous Releases" section to perldelta.pod | Yves Orton | 2014-01-31 | 2 | -5/+15 |
* | [perl #120626] Mention RDF::Trine in perl5200delta | Father Chrysostomos | 2014-01-30 | 1 | -0/+5 |
* | handy.h: Add a cBOOL() | Karl Williamson | 2014-01-30 | 1 | -1/+1 |
* | pp.c: Silence compiler warning | Karl Williamson | 2014-01-30 | 1 | -1/+1 |
* | regcomp.c: Revert mistakenly changed line | Karl Williamson | 2014-01-30 | 2 | -2/+7 |
* | INSTALL: Updates to the cross-compilation section | Brian Fraser | 2014-01-30 | 2 | -52/+97 |
* | Configure: use $undef, not plain undef | Brian Fraser | 2014-01-30 | 1 | -2/+2 |
* | README.qnx: Add a section for cross-compilation | Brian Fraser | 2014-01-30 | 1 | -0/+61 |
* | QNX hints: Add LC_ALL=C to targetenv | Brian Fraser | 2014-01-30 | 1 | -0/+1 |
* | Glossary for targetenv | Brian Fraser | 2014-01-30 | 1 | -3/+11 |
* | Configure: Added a targetenv variable | Brian Fraser | 2014-01-30 | 2 | -1/+3 |