This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-08-09 Nicholas ClarkRemove 5.8.x VOS specific code from Porting/checkcfgvar.pl.
2011-08-09 Nicholas ClarkAdd defaults for st_ino size/sign probes to uconfig64.sh
2011-08-09 Nicholas ClarkAdd uconfig64.sh to the list of files that Porting...
2011-08-09 Father ChrysostomosMake prototype("CORE::CORE") die once more.
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2011-08-08 Gerard GoossenChange aassign_common_vars to check using the optree...
2011-08-08 Gerard GoossenMove aassign common var detection to a separate function.
2011-08-08 Gerard GoossenAASSIGN_COMMON var detection bug with logical operators...
2011-08-08 Florian RagwitzUpgrade bignum to version 0.29
2011-08-08 Craig A. BerryFix porting check for dots in directory names.
2011-08-08 Florian RagwitzExtUtils::Manifest 1.59 just made it to CPAN
2011-08-08 Chris 'BinGOs... Update Params-Check to CPAN version 0.32
2011-08-08 H.Merijn BrandGNU gcc-4.6.1 revealed a broken system header on HP...
2011-08-07 Chas. Owens[perl #96228] perlop misdocuments ${ qr/x/ } as undef
2011-08-07 Nicholas ClarkIn embed.pl, inline hide() and bincompat_var() into...
2011-08-07 Nicholas ClarkIn embed.pl, refactor readvars() to return a sorted...
2011-08-07 Nicholas ClarkIn embed.pl, remove unused parameter $keep_pre from...
2011-08-07 Chris 'BinGOs... Update CPAN to CPAN version 1.9800
2011-08-06 Chris 'BinGOs... Update DB_File to CPAN version 1.824
2011-08-06 Chris 'BinGOs... Update DB_File to CPAN version 1.823
2011-08-06 Sandy Andyprevent mixing non-native and native newlines in manife...
2011-08-06 Father ChrysostomosRemove comment from ck_glob that is no longer relevant
2011-08-05 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.59
2011-08-05 David MitchellRT #96354: \h \H \v and \V didn't check for EOL
2011-08-05 Craig A. BerryDon't use [.lib.pods] staging directory in VMS builds.
2011-08-05 Craig A. BerryDon't install perldoc.com twice.
2011-08-05 Craig A. BerryNo dots in directory names, please.
2011-08-04 brian greenfieldFix typos in pod/perlgit.pod
2011-08-04 Steffen MuellerAnother ExtUtils::ParseXS version upgrade necessary
2011-08-04 Steffen MuellerPromote ExtUtils::ParseXS to a stable release
2011-08-04 Niko TyniSkip the hanging eintr.t test on GNU/kFreeBSD too
2011-08-04 H.Merijn BrandSupport gcc-4.x on HP-UX PA-RISC/64
2011-08-03 Chris 'BinGOs... Update Module-Metadata to CPAN version 1.000005
2011-08-03 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.112150
2011-08-03 Craig A. BerryAdd the correct PL_sig_ignoring skip for VMS in makedef.pl.
2011-08-02 Father ChrysostomosRemove Perl_mod
2011-08-02 Father ChrysostomosIncrease $diagnostics::VERSION from 1.23 to 1.24
2011-08-02 Matthew Horsfall... RT #94988 - Support for %u in diagnostics.pm's printf...
2011-08-02 Keith ThompsonFix typos in pod/perlexperiment.pod
2011-08-02 Father ChrysostomosA few tweaks to the new perlexperiment.pod
2011-08-02 Keith ThompsonFix typos in several pod/perl*.pod files
2011-08-02 Father ChrysostomosMake verbatim pod in bignum.pm fit in 80 columns
2011-08-02 brian d foyAdd perlexperiment to detail experimental features
2011-08-02 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL
2011-08-01 Chris 'BinGOs... Update Module-Load to version 0.20
2011-08-01 Tony CookNote the stat() change in perldelta
2011-08-01 Tony Cook[rt #84590] try to preserve the inode number, even...
2011-08-01 Nicholas ClarkMerge the refactored makedef.pl into blead.
2011-08-01 Nicholas ClarkNote in perldelta that makedef.pl has been refactored.
2011-08-01 Nicholas ClarkIn makedef.pl, refactor the code that reads *.sym files.
2011-08-01 Nicholas ClarkIn makedef.pl, correct a typo in a comment.
2011-08-01 Nicholas ClarkIn makedef.pl, avoid creating %PLATFORMS just for one...
2011-08-01 Nicholas ClarkIn makedef.pl, use %ARGS instead of 4 variables for...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the C compiler flags...
2011-08-01 Nicholas ClarkIn makedef.pl, read ccflags and optimize from %Config.
2011-08-01 Nicholas ClarkIn makedef.pl, read 4 configuration values direct from...
2011-08-01 Nicholas ClarkIn makedef.pl, merge the code that reads config.sh
2011-08-01 Nicholas ClarkIn makedef.pl, export boot_* for static modules only...
2011-08-01 Nicholas ClarkIn makedef.pl, tidy up the MYMALLOC logic.
2011-08-01 Nicholas ClarkIn makedef.pl, tidy up the USE_PERLIO logic.
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the code that tries...
2011-08-01 Nicholas ClarkIn makedef.pl, remove duplicate symbols passed to try_s...
2011-08-01 Nicholas ClarkIn makedef.pl, replace calls to try_symbol() with try_s...
2011-08-01 Nicholas ClarkIn makedef.pl, change readvar() to add items to a passe...
2011-08-01 Nicholas ClarkIn makedef.pl, no need to loop over a 1 item list.
2011-08-01 Nicholas ClarkIn makedef.pl, inline output_symbol() into its only...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate the actual output code in...
2011-08-01 Nicholas ClarkIn makedef.pl, rename emit_symbols() to try_symbols...
2011-08-01 Nicholas ClarkIn makedef.pl, inline emit_symbol.
2011-08-01 Nicholas ClarkIn makedef.pl, eliminate now-superfluous chomp and...
2011-08-01 Nicholas ClarkIn makedef.pl, inline skip_symbols.
2011-08-01 Nicholas ClarkIn makedef.pl, readvar now returns a list, not an array...
2011-08-01 Nicholas ClarkIn makedef.pl, move the "oddities from PerlIO" from...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate all the code conditional...
2011-08-01 Nicholas ClarkIn makedef.pl, NetWare can't export perl_clone_host...
2011-08-01 Nicholas ClarkIn makedef.pl, read Config::{,non_}bincompat_options...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_pidgone for...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_mro_meta_dup...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_malloc{ed,_good}_size from...
2011-08-01 Nicholas ClarkIn makedef.pl, remove 15 non-API functions from the...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for Perl_deb_growlevel...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_sig_sv for PERL_I...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for 9 symbols for not...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_regdupe for not...
2011-08-01 Nicholas ClarkIn makedef.pl, remove the skip for PL_curthr for FAKE_T...
2011-08-01 Nicholas ClarkIn makedef.pl, remove all skips for variables now in...
2011-08-01 Nicholas ClarkIn makedef.pl, consolidate $PLATFORM specific skip...
2011-08-01 Nicholas ClarkIn makedef.pl, correct a use of $^O to $PLATFORM.
2011-08-01 Nicholas ClarkIn makedef.pl, skip Perl_signbit when HAS_SIGNBIT is...
2011-08-01 Nicholas ClarkIn makedef.pl, simplify handling the 7 symbols wanted...
2011-08-01 Nicholas ClarkIn makedef.pl, remove PL_csh{len,name} from 3 skip...
2011-08-01 Nicholas ClarkIn makedef.pl, remove from 3 skip lists 3 variables...
2011-08-01 Nicholas ClarkIn makedef.pl, remove PL_archpat_auto from 3 skip lists.
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_setenv_getix from 3 skip...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_init_thread_intern from...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_my_p{open,close} from 3...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_ErrorNo from 4 skip lists.
2011-08-01 Nicholas ClarkIn makedef.pl, remove from skip lists symbols which...
2011-08-01 Nicholas ClarkIn makedef.pl, remove Perl_safex{{c,m,re}alloc,free...
2011-08-01 Nicholas ClarkIn makedef.pl, skip relevant symbols when HAVE_INTERP_I...
next