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