summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix comment, reindent and add parenthesis for clarityYves Orton2013-03-271-6/+9
* rework split() special case interaction with regex engineYves Orton2013-03-2714-64/+151
* simplify regcomp.c by using vars to avoid repeated macrosYves Orton2013-03-271-14/+7
* Improve how regcomp.pl handles multibitsYves Orton2013-03-272-10/+19
* Silence "smartmatch is experimental" warnings in autodieBrian Fraser2013-03-262-0/+2
* perldelta for the new warningsBrian Fraser2013-03-261-1/+9
* Make smartmatch, given & when experimentalBrian Fraser2013-03-2622-35/+92
* t/porting/dual-life.t: Drop dependency on smartmatchBrian Fraser2013-03-261-1/+1
* t/re/regexp_unicode_prop.t: Drop dependency on given/whenBrian Fraser2013-03-261-13/+11
* Porting/core-cpan-diff: Drop dependency on smartmatchBrian Fraser2013-03-261-3/+6
* Porting/checkpodencoding.pl: Drop dependency on smartmatchBrian Fraser2013-03-261-5/+5
* File::Glob: Drop dependency on given/whenBrian Fraser2013-03-261-15/+19
* perlapi: Document some macrosKarl Williamson2013-03-261-2/+26
* xs_init() must pass a static char* when creating &DynaLoader::boot_DynaLoader.Nicholas Clark2013-03-251-1/+1
* In In S_scan_heredoc(), avoid memNE() reading beyond the end of s.Nicholas Clark2013-03-251-2/+2
* In S_scan_heredoc(), the explicit test for '\n' duplicates the strNE().Nicholas Clark2013-03-251-1/+1
* PerlIO_find_layer should not be using memEQ() off the end of the layer name.Nicholas Clark2013-03-251-1/+2
* Copyright update for vms/vms.c.Craig A. Berry2013-03-241-4/+1
* Make vms.c's Perl_flex_fstat preserve errno on success.Craig A. Berry2013-03-242-2/+2
* Revert "Restore errno after VMS hack in S_sv_gets_read_record."Craig A. Berry2013-03-241-3/+0
* improve how Devel::Peek::Dump handles iterator informationYves Orton2013-03-243-14/+18
* Add a commented out warning and a way for diag.t to ignore itYves Orton2013-03-242-0/+11
* improve iterator randomizationYves Orton2013-03-241-3/+4
* Add epigraph for 5.17.10Max Maischein2013-03-241-0/+16
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-1/+2
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-233-46/+34
* regcomp.c: silence compiler warningDavid Mitchell2013-03-231-1/+2
* add descriptions to require.t test outputDavid Mitchell2013-03-231-44/+44
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-233-34/+46
* fix a missed s/deprecated/experimental/ for my $_Ricardo Signes2013-03-231-2/+4
* Restore errno after VMS hack in S_sv_gets_read_record.Craig A. Berry2013-03-221-0/+3
* constant is 1.27 on CPANChris 'BinGOs' Williams2013-03-221-1/+1
* Module-CoreList is 2.85 on CPANChris 'BinGOs' Williams2013-03-221-1/+1
* Bump version to5.17.11Max Maischein2013-03-2220-131/+131
* New perldeltaMax Maischein2013-03-2210-218/+606
* Merge branch 'release-5.17.10' into bleadMax Maischein2013-03-227-194/+309
|\
| * Remove empty POD sections, fix link in podv5.17.10Max Maischein2013-03-211-7/+1
| * add new release to perlhistMax Maischein2013-03-211-0/+1
| * Update corelist for 5.17.10Max Maischein2013-03-215-16/+133
| * Update perldelta for 5.17.10Max Maischein2013-03-211-176/+179
| * Bump version number in INSTALLMax Maischein2013-03-211-2/+2
|/
* Update Net::Ping from 2.40 to 2.41Max Maischein2013-03-214-24/+53
* PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock/unlockPatrik Hägglund2013-03-211-0/+6
* Add Patrik Hägglund to AUTHORSKarl Williamson2013-03-211-0/+1
* Merge in the changes that deprecate the use of @*, &*, ** and %*.Nicholas Clark2013-03-217-23/+151
|\
| * Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-215-9/+59
| * Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-215-20/+30
| * Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-214-18/+46
| * Additional tests for the deprecation warnings when using $* or $#.Nicholas Clark2013-03-211-0/+40
| * Change tie_fetch_count.t to use *] instead of **.Nicholas Clark2013-03-211-1/+1