summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * GNU gcc-4.6.1 revealed a broken system header on HP-UX 11.00H.Merijn Brand2011-08-081-4/+21
| * [perl #96228] perlop misdocuments ${ qr/x/ } as undefChas. Owens2011-08-071-2/+4
| * In embed.pl, inline hide() and bincompat_var() into their only call point.Nicholas Clark2011-08-071-12/+2
| * In embed.pl, refactor readvars() to return a sorted list.Nicholas Clark2011-08-071-18/+15
| * In embed.pl, remove unused parameter $keep_pre from readvars().Nicholas Clark2011-08-071-3/+2
| * Update CPAN to CPAN version 1.9800Chris 'BinGOs' Williams2011-08-0718-412/+770
| * Update DB_File to CPAN version 1.824Chris 'BinGOs' Williams2011-08-064-3/+8
| * Update DB_File to CPAN version 1.823Chris 'BinGOs' Williams2011-08-065-7/+30
| * prevent mixing non-native and native newlines in manifest filesSandy Andy2011-08-062-11/+67
| * Remove comment from ck_glob that is no longer relevantFather Chrysostomos2011-08-061-1/+0
| * Update ExtUtils-MakeMaker to CPAN version 6.59Chris 'BinGOs' Williams2011-08-0530-32/+55
| * RT #96354: \h \H \v and \V didn't check for EOLDavid Mitchell2011-08-052-1/+13
| * Don't use [.lib.pods] staging directory in VMS builds.Craig A. Berry2011-08-052-812/+0
| * Don't install perldoc.com twice.Craig A. Berry2011-08-051-5/+3
| * No dots in directory names, please.Craig A. Berry2011-08-055-5/+5
| * Fix typos in pod/perlgit.podbrian greenfield2011-08-041-2/+2
| * Another ExtUtils::ParseXS version upgrade necessarySteffen Mueller2011-08-043-2/+6
| * Promote ExtUtils::ParseXS to a stable releaseSteffen Mueller2011-08-043-2/+6
| * Skip the hanging eintr.t test on GNU/kFreeBSD tooNiko Tyni2011-08-041-1/+1
| * Support gcc-4.x on HP-UX PA-RISC/64H.Merijn Brand2011-08-043-4/+29
| * Update Module-Metadata to CPAN version 1.000005Chris 'BinGOs' Williams2011-08-038-53/+153
| * Update CPAN-Meta to CPAN version 2.112150Chris 'BinGOs' Williams2011-08-0311-86/+205
| * Add the correct PL_sig_ignoring skip for VMS in makedef.pl.Craig A. Berry2011-08-021-0/+5
| * Remove Perl_modFather Chrysostomos2011-08-025-13/+0
| * Increase $diagnostics::VERSION from 1.23 to 1.24Father Chrysostomos2011-08-021-1/+1
| * RT #94988 - Support for %u in diagnostics.pm's printf()-format parserMatthew Horsfall (alh)2011-08-022-5/+12
| * Fix typos in pod/perlexperiment.podKeith Thompson2011-08-021-3/+3
| * A few tweaks to the new perlexperiment.podFather Chrysostomos2011-08-021-8/+4
| * Fix typos in several pod/perl*.pod filesKeith Thompson2011-08-022-6/+6
| * Make verbatim pod in bignum.pm fit in 80 columnsFather Chrysostomos2011-08-022-4/+3
| * Add perlexperiment to detail experimental featuresbrian d foy2011-08-026-6/+330
| * SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2011-08-023-6/+6
| * Update Module-Load to version 0.20Chris 'BinGOs' Williams2011-08-013-11/+16
| * Note the stat() change in perldeltaTony Cook2011-08-011-0/+7
| * [rt #84590] try to preserve the inode number, even if it's largeTony Cook2011-08-011-0/+8
| * Merge the refactored makedef.pl into blead.Nicholas Clark2011-08-015-915/+612
| |\
| | * Note in perldelta that makedef.pl has been refactored.Nicholas Clark2011-08-011-1/+2
| | * In makedef.pl, refactor the code that reads *.sym files.Nicholas Clark2011-08-011-9/+7
| | * In makedef.pl, correct a typo in a comment.Nicholas Clark2011-08-011-1/+1
| | * In makedef.pl, avoid creating %PLATFORMS just for one existence check.Nicholas Clark2011-08-011-8/+10
| | * In makedef.pl, use %ARGS instead of 4 variables for command line arguments.Nicholas Clark2011-08-011-44/+43
| | * In makedef.pl, consolidate all the C compiler flags parsing code.Nicholas Clark2011-08-011-12/+10
| | * In makedef.pl, read ccflags and optimize from %Config.Nicholas Clark2011-08-011-18/+10
| | * In makedef.pl, read 4 configuration values direct from %Config.Nicholas Clark2011-08-011-6/+4
| | * In makedef.pl, merge the code that reads config.shNicholas Clark2011-08-011-11/+8
| | * In makedef.pl, export boot_* for static modules only on Win32 and WinCE.Nicholas Clark2011-08-011-5/+17
| | * In makedef.pl, tidy up the MYMALLOC logic.Nicholas Clark2011-08-011-7/+2
| | * In makedef.pl, tidy up the USE_PERLIO logic.Nicholas Clark2011-08-011-9/+3
| | * In makedef.pl, consolidate all the code that tries platform-specific symbols.Nicholas Clark2011-08-011-164/+169
| | * In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.Nicholas Clark2011-08-011-7/+0