| Commit message (Expand) | Author | Age | Files | Lines |
* | pod/perlfilter.pod: two POD typos | Frank Wiegand | 2009-06-26 | 1 | -2/+2 |
* | Better description for the changes about the range operator in when() | Rafael Garcia-Suarez | 2009-06-25 | 1 | -3/+13 |
* | Don't enqueue pending signals during global destruction | Lubomir Rintel | 2009-06-25 | 2 | -1/+9 |
* | document the maximum length of barewords | Frank Wiegand | 2009-06-25 | 1 | -2/+5 |
* | Trim all trailing / from "." in @INC when filling %INC | Rafael Garcia-Suarez | 2009-06-25 | 2 | -3/+20 |
* | Add documentation for the method resolution plugin interface. | Nicholas Clark | 2009-06-25 | 6 | -12/+117 |
* | Upgrade to File::Path 2.07_03 | Nicholas Clark | 2009-06-25 | 2 | -9/+35 |
* | As Errno is formally no longer dual-lived, give it a proper version number. | Nicholas Clark | 2009-06-25 | 1 | -1/+1 |
* | Clarifications to the perldelta notes on smart match | Rafael Garcia-Suarez | 2009-06-24 | 1 | -1/+3 |
* | Add tests for smart match overload fallback | Rafael Garcia-Suarez | 2009-06-24 | 1 | -2/+31 |
* | Mention parallel testing in INSTALL and perl5110delta.pod | Nicholas Clark | 2009-06-24 | 2 | -0/+26 |
* | Fix a semantic error in the Pod. (wrong heading level) | Nicholas Clark | 2009-06-24 | 1 | -1/+1 |
* | Fix some typos and grammar infelicities in core test descriptions. | Nicholas Clark | 2009-06-24 | 1 | -3/+3 |
* | core-cpan-diff: include author path in distro version comparison | David Mitchell | 2009-06-24 | 1 | -14/+12 |
* | core-cpan-diff: continue with next distro on download failure | David Mitchell | 2009-06-24 | 1 | -8/+15 |
* | Update Maintainers.pl accordingly | Vincent Pit | 2009-06-24 | 1 | -1/+1 |
* | Update CPANPLUS::Dist::Build to CPAN version 0.35_01 | Chris Williams | 2009-06-24 | 2 | -3/+4 |
* | sync lib/CPANPLUS/Backend.pm with CPAN | David Mitchell | 2009-06-23 | 1 | -1/+1 |
* | Note that the "Deep recursion" depth warning threshold can be changed from 100. | Nicholas Clark | 2009-06-23 | 1 | -0/+3 |
* | When writing a perldelta, choose either "regex" or "regexp", and stick to it. | Nicholas Clark | 2009-06-23 | 1 | -1/+2 |
* | Add a paragraph noting that perl5-security-report@perl.org is for security bugs. | Nicholas Clark | 2009-06-23 | 1 | -0/+9 |
* | sync lib/Module/Build/Changes with CPAN equivalent | David Mitchell | 2009-06-23 | 1 | -1/+50 |
* | another Maintainers.pl version update | David Mitchell | 2009-06-23 | 1 | -1/+1 |
* | Ammend unhelpful description of debugger watch command. | Andy Armstrong | 2009-06-23 | 1 | -2/+2 |
* | Update threads::shared in Porting/Maintainers.pl to 1.29 | Jerry D. Hedden | 2009-06-23 | 1 | -1/+1 |
* | version bumps in Maintainers.pl | David Mitchell | 2009-06-23 | 1 | -2/+2 |
* | Fix for RT #52552. | Robin Barker | 2009-06-23 | 2 | -1/+15 |
* | Fix blead segfault on Cygwin for t/op/stash.t | Ben Morrow | 2009-06-23 | 1 | -20/+44 |
* | Added new required fields to makesis.pl | U-Adam-PC\Adam | 2009-06-23 | 1 | -1/+4 |
* | Add Porting/release_managers_guide.pod to MANIFEST | Steve Peters | 2009-06-22 | 1 | -0/+1 |
* | avoid trying to load packages that are in the same file | Gabor Szabo | 2009-06-22 | 1 | -1/+4 |
* | Merge commit 'szabgab/release_process' into blead | Rafael Garcia-Suarez | 2009-06-22 | 1 | -0/+173 |
|\ |
|
| * | typos, link to thread with ideas about testing stability of perl and CPAN | Gabor Szabo | 2009-06-22 | 1 | -3/+5 |
| * | add release_managers_guide.pod | Gabor Szabo | 2009-06-22 | 1 | -0/+171 |
* | | Instead of a const char *, pass a HEK * to anonymise_cv(). | Nicholas Clark | 2009-06-22 | 3 | -8/+13 |
* | | Fix test with non-threaded perls | Rafael Garcia-Suarez | 2009-06-22 | 1 | -1/+1 |
* | | Fix skipping tests with threads in last commit | Rafael Garcia-Suarez | 2009-06-22 | 1 | -2/+2 |
* | | Merge branch 'blead' into debugger_symbols | Duke Leto | 2009-06-22 | 85 | -548/+1337 |
|\ \ |
|
| * | | drop remaining mentions of PERL_MEM_LOG_FOO envars | Jim Cromie | 2009-06-21 | 2 | -10/+1 |
| * | | A few docs nits after the few last commits | Rafael Garcia-Suarez | 2009-06-21 | 2 | -13/+13 |
| * | | Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL in the -V output | Rafael Garcia-Suarez | 2009-06-21 | 1 | -2/+2 |
| * | | Regenerate headers | Rafael Garcia-Suarez | 2009-06-21 | 2 | -3/+3 |
| * | | update PERL_MEM_LOG in perlhack.pod | Jim Cromie | 2009-06-21 | 1 | -21/+23 |
| * | | simplify PERL_MEM_LOG | Jim Cromie | 2009-06-21 | 1 | -38/+24 |
| * | | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL | Jim Cromie | 2009-06-21 | 3 | -40/+72 |
| * | | point illguts at perl.org | Jim Cromie | 2009-06-21 | 1 | -4/+6 |
| * | | Regenerate headers and fix compilation with threads after last commit | Rafael Garcia-Suarez | 2009-06-21 | 3 | -2/+9 |
| * | | When a glob is deleted, mark its sub as ANON. | Ben Morrow | 2009-06-21 | 2 | -2/+42 |
| * | | Tests for deleting stash entries. | Ben Morrow | 2009-06-21 | 1 | -4/+82 |
| * | | make_patchnum.pl now works in -Dmksymlink target dirs | Jim Cromie | 2009-06-21 | 1 | -8/+32 |