| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
| * | In makedef.pl, replace calls to try_symbol() with try_symbols(). | Nicholas Clark | 2011-08-01 | 1 | -25/+9 |
| * | In makedef.pl, change readvar() to add items to a passed-in hash reference. | Nicholas Clark | 2011-08-01 | 1 | -25/+30 |
| * | In makedef.pl, no need to loop over a 1 item list. | Nicholas Clark | 2011-08-01 | 1 | -3/+1 |
| * | In makedef.pl, inline output_symbol() into its only caller. | Nicholas Clark | 2011-08-01 | 1 | -43/+16 |
| * | In makedef.pl, consolidate the actual output code in one place. | Nicholas Clark | 2011-08-01 | 1 | -48/+59 |
| * | In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list. | Nicholas Clark | 2011-08-01 | 1 | -24/+23 |
| * | In makedef.pl, inline emit_symbol. | Nicholas Clark | 2011-08-01 | 1 | -10/+4 |
| * | In makedef.pl, eliminate now-superfluous chomp and file-content processing. | Nicholas Clark | 2011-08-01 | 1 | -6/+0 |
| * | In makedef.pl, inline skip_symbols. | Nicholas Clark | 2011-08-01 | 1 | -118/+72 |