| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | GNU gcc-4.6.1 revealed a broken system header on HP-UX 11.00 | H.Merijn Brand | 2011-08-08 | 1 | -4/+21 |
| * | [perl #96228] perlop misdocuments ${ qr/x/ } as undef | Chas. Owens | 2011-08-07 | 1 | -2/+4 |
| * | In embed.pl, inline hide() and bincompat_var() into their only call point. | Nicholas Clark | 2011-08-07 | 1 | -12/+2 |
| * | In embed.pl, refactor readvars() to return a sorted list. | Nicholas Clark | 2011-08-07 | 1 | -18/+15 |
| * | In embed.pl, remove unused parameter $keep_pre from readvars(). | Nicholas Clark | 2011-08-07 | 1 | -3/+2 |
| * | Update CPAN to CPAN version 1.9800 | Chris 'BinGOs' Williams | 2011-08-07 | 18 | -412/+770 |
| * | Update DB_File to CPAN version 1.824 | Chris 'BinGOs' Williams | 2011-08-06 | 4 | -3/+8 |
| * | Update DB_File to CPAN version 1.823 | Chris 'BinGOs' Williams | 2011-08-06 | 5 | -7/+30 |
| * | prevent mixing non-native and native newlines in manifest files | Sandy Andy | 2011-08-06 | 2 | -11/+67 |
| * | Remove comment from ck_glob that is no longer relevant | Father Chrysostomos | 2011-08-06 | 1 | -1/+0 |
| * | Update ExtUtils-MakeMaker to CPAN version 6.59 | Chris 'BinGOs' Williams | 2011-08-05 | 30 | -32/+55 |
| * | RT #96354: \h \H \v and \V didn't check for EOL | David Mitchell | 2011-08-05 | 2 | -1/+13 |
| * | Don't use [.lib.pods] staging directory in VMS builds. | Craig A. Berry | 2011-08-05 | 2 | -812/+0 |
| * | Don't install perldoc.com twice. | Craig A. Berry | 2011-08-05 | 1 | -5/+3 |
| * | No dots in directory names, please. | Craig A. Berry | 2011-08-05 | 5 | -5/+5 |
| * | Fix typos in pod/perlgit.pod | brian greenfield | 2011-08-04 | 1 | -2/+2 |
| * | Another ExtUtils::ParseXS version upgrade necessary | Steffen Mueller | 2011-08-04 | 3 | -2/+6 |
| * | Promote ExtUtils::ParseXS to a stable release | Steffen Mueller | 2011-08-04 | 3 | -2/+6 |
| * | Skip the hanging eintr.t test on GNU/kFreeBSD too | Niko Tyni | 2011-08-04 | 1 | -1/+1 |
| * | Support gcc-4.x on HP-UX PA-RISC/64 | H.Merijn Brand | 2011-08-04 | 3 | -4/+29 |
| * | Update Module-Metadata to CPAN version 1.000005 | Chris 'BinGOs' Williams | 2011-08-03 | 8 | -53/+153 |
| * | Update CPAN-Meta to CPAN version 2.112150 | Chris 'BinGOs' Williams | 2011-08-03 | 11 | -86/+205 |
| * | Add the correct PL_sig_ignoring skip for VMS in makedef.pl. | Craig A. Berry | 2011-08-02 | 1 | -0/+5 |
| * | Remove Perl_mod | Father Chrysostomos | 2011-08-02 | 5 | -13/+0 |
| * | Increase $diagnostics::VERSION from 1.23 to 1.24 | Father Chrysostomos | 2011-08-02 | 1 | -1/+1 |
| * | RT #94988 - Support for %u in diagnostics.pm's printf()-format parser | Matthew Horsfall (alh) | 2011-08-02 | 2 | -5/+12 |
| * | Fix typos in pod/perlexperiment.pod | Keith Thompson | 2011-08-02 | 1 | -3/+3 |
| * | A few tweaks to the new perlexperiment.pod | Father Chrysostomos | 2011-08-02 | 1 | -8/+4 |
| * | Fix typos in several pod/perl*.pod files | Keith Thompson | 2011-08-02 | 2 | -6/+6 |
| * | Make verbatim pod in bignum.pm fit in 80 columns | Father Chrysostomos | 2011-08-02 | 2 | -4/+3 |
| * | Add perlexperiment to detail experimental features | brian d foy | 2011-08-02 | 6 | -6/+330 |
| * | SvREFCNT_dec already checks if the SV is non-NULL | Vincent Pit | 2011-08-02 | 3 | -6/+6 |
| * | Update Module-Load to version 0.20 | Chris 'BinGOs' Williams | 2011-08-01 | 3 | -11/+16 |
| * | Note the stat() change in perldelta | Tony Cook | 2011-08-01 | 1 | -0/+7 |
| * | [rt #84590] try to preserve the inode number, even if it's large | Tony Cook | 2011-08-01 | 1 | -0/+8 |
| * | Merge the refactored makedef.pl into blead. | Nicholas Clark | 2011-08-01 | 5 | -915/+612 |
| |\ |
|
| | * | Note in perldelta that makedef.pl has been refactored. | Nicholas Clark | 2011-08-01 | 1 | -1/+2 |
| | * | In makedef.pl, refactor the code that reads *.sym files. | Nicholas Clark | 2011-08-01 | 1 | -9/+7 |
| | * | In makedef.pl, correct a typo in a comment. | Nicholas Clark | 2011-08-01 | 1 | -1/+1 |
| | * | In makedef.pl, avoid creating %PLATFORMS just for one existence check. | Nicholas Clark | 2011-08-01 | 1 | -8/+10 |
| | * | In makedef.pl, use %ARGS instead of 4 variables for command line arguments. | Nicholas Clark | 2011-08-01 | 1 | -44/+43 |
| | * | In makedef.pl, consolidate all the C compiler flags parsing code. | Nicholas Clark | 2011-08-01 | 1 | -12/+10 |
| | * | In makedef.pl, read ccflags and optimize from %Config. | Nicholas Clark | 2011-08-01 | 1 | -18/+10 |
| | * | In makedef.pl, read 4 configuration values direct from %Config. | Nicholas Clark | 2011-08-01 | 1 | -6/+4 |
| | * | In makedef.pl, merge the code that reads config.sh | Nicholas Clark | 2011-08-01 | 1 | -11/+8 |
| | * | In makedef.pl, export boot_* for static modules only on Win32 and WinCE. | Nicholas Clark | 2011-08-01 | 1 | -5/+17 |
| | * | In makedef.pl, tidy up the MYMALLOC logic. | Nicholas Clark | 2011-08-01 | 1 | -7/+2 |
| | * | In makedef.pl, tidy up the USE_PERLIO logic. | Nicholas Clark | 2011-08-01 | 1 | -9/+3 |
| | * | In makedef.pl, consolidate all the code that tries platform-specific symbols. | Nicholas Clark | 2011-08-01 | 1 | -164/+169 |
| | * | In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2. | Nicholas Clark | 2011-08-01 | 1 | -7/+0 |