summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Socket to CPAN version 2.000smoke-me/socketChris 'BinGOs' Williams2012-03-108-108/+185
* sdbm.c: fix off-by-one access to global ".dir"Reini Urban2012-03-091-7/+7
* regen pod issuesFather Chrysostomos2012-03-071-2/+1
* perlvar: Fix long linesFather Chrysostomos2012-03-071-132/+140
* Dear perlvar: ${^WARNING_BITS} was added in 5.6Father Chrysostomos2012-03-071-1/+1
* perlvar: Document ${^WARNING_BITS} betterFather Chrysostomos2012-03-071-1/+3
* Stop warning hint-checking from doing bad readsFather Chrysostomos2012-03-071-1/+4
* Porting/bisect.pl: Typos in diag msgFather Chrysostomos2012-03-071-1/+1
* fix warning in test.pl diagnostics output.Craig A. Berry2012-03-071-1/+4
* fix typo in src commentDavid Mitchell2012-03-061-1/+1
* pods: Note future deprecation of unescaped "{"Karl Williamson2012-03-062-2/+34
* perllexwarn: Fix typosKarl Williamson2012-03-061-2/+2
* begin filling the 5.16.0 delta from 5.15.8Ricardo Signes2012-03-061-1/+318
* another bus ride worth of collected delta editingRicardo Signes2012-03-061-546/+423
* omnibus perl5160delta editing messRicardo Signes2012-03-061-377/+395
* fix slowdown in nested hash freeingDavid Mitchell2012-03-063-13/+14
* clarify that Apr 1 is not a hard RC0 dateRicardo Signes2012-03-051-1/+4
* replace bogus non-ASCII dashlike char with -Ricardo Signes2012-03-051-1/+1
* fix documentation for exec's warning behaviorEric Brine2012-03-051-4/+4
* Grammar and clarity fixes for exists() in pod/perlfunc.podPau Amma\" (via RT)2012-03-041-1/+1
* TODO Failing tests for warnings in utf8 subcategoriesAaron Crane2012-03-041-0/+33
* regcomp.sym: Fix out-dated descriptionKarl Williamson2012-03-032-2/+2
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-038-190/+262
* make test.pl show test number and name in failure diagnostics outputYves Orton2012-03-031-1/+1
* Sync Module-CoreList version in Maintainers.pl with CPANChris 'BinGOs' Williams2012-03-031-1/+1
* add "get rt.perl permissions" to RMGRicardo Signes2012-03-021-0/+7
* update release schedule for next releasersRicardo Signes2012-03-021-3/+3
* Added Dave Rolsky and Max Maischein to the KEEPERS OF THE PUMPKIN.Abigail2012-03-021-2/+2
* attributes.pm: Consistent spaces after dots in podFather Chrysostomos2012-03-011-7/+12
* attributes.pm: Add caveat about lvalue subsFather Chrysostomos2012-03-011-0/+9
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-014-24/+31
* Add ambs to Maintainers.pl for ExtUtils::CBuilderDavid Golden2012-03-011-1/+2
* Stop the indexer from processing private modulesFlorian Ragwitz2012-02-292-7/+12
* perldata: Two spaces after dots, pleaseFather Chrysostomos2012-02-281-2/+2
* Explain why program must close __DATA__ handle.jkeenan2012-02-281-6/+7
* Bump Pod::Html version.Craig A. Berry2012-02-281-1/+1
* Portability tweaks to Pod::Html's cache.t.Craig A. Berry2012-02-281-3/+4
* Better cross-platform unixify for Pod::Html.Craig A. Berry2012-02-281-3/+25
* Different differences for Pod::Html tests.Craig A. Berry2012-02-281-10/+12
* regcomp.c: Add commentKarl Williamson2012-02-281-0/+2
* regcomp.c: Add comment, reorder #define more logicallyKarl Williamson2012-02-281-1/+3
* re/pat.t: Remove obsolete commentKarl Williamson2012-02-281-3/+1
* (?foo:...) loses passed in charsetKarl Williamson2012-02-282-4/+16
* Patch [perl #111400] [:upper:] broken for above Latin1Karl Williamson2012-02-283-11/+51
* Corion's release is done. Check him offJesse Vincent2012-02-281-1/+1
* av_fetch: de-duplicate small bit of codeDavid Mitchell2012-02-271-11/+5
* Merge the fixes for RT #37033 into blead.Nicholas Clark2012-02-279-34/+86
|\
| * The parser should always close the file handle that it opened.Nicholas Clark2012-02-276-7/+63
| * Move the close-on-exec logic to one place, at the end of S_open_script().Nicholas Clark2012-02-271-10/+4
| * Change S_open_script() to return NULL to signal "read from stdin".Nicholas Clark2012-02-271-1/+4