This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-06-08 Craig A. BerryUpgrade initialization code in vms/vms.c.
2012-06-08 Craig A. BerryRemove pragma about pragma messages.
2012-06-08 Father ChrysostomosConsistent indentation in perlbook
2012-06-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.15
2012-06-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-08 Father Chrysostomoscv.h: Add comments
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-08 Father Chrysostomossv.h: Comment typo
2012-06-08 Craig A. Berrycop_stashoff is an integer, not a pointer.
2012-06-08 Herbert BreunungUpdate perlbook.pod with recent releases
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-06-08 Karl Williamsonmktables: Remove unused $scalar
2012-06-08 Karl Williamsonunicore/README.perl: Make text comments
2012-06-08 Karl Williamsonmktables: Add error check for overloaded &=
2012-06-08 Karl Williamsonmktables: Add &= overload for Range_Lists
2012-06-08 Karl Williamsonmktables: Use control names under -annotate
2012-06-08 Chris 'BinGOs... Sync base in Maintainers.pl with CPAN version
2012-06-08 Father Chrysostomosperldelta for $@=3; warn
2012-06-08 Father Chrysostomosperldelta for -$utf8
2012-06-08 Father Chrysostomosperldelta for -"-10" with gmagic
2012-06-08 Father Chrysostomosperldelta for -$str_with_cached_num
2012-06-08 Father Chrysostomosperldelta for numeric opts, gmg, and 64-bit ints
2012-06-08 Father Chrysostomosperldelta for warn gmagic fixes
2012-06-08 Father Chrysostomosperldelta for prototype($1)
2012-06-08 Father Chrysostomosperldelta for open, <&, and $1
2012-06-08 Father Chrysostomosperldelta for UNIVERSAL::can($num,...)
2012-06-08 Father Chrysostomosperldelta for ‘Not a format ref’
2012-06-08 Father Chrysostomosperldelta for B::COP::stashpv and utf8/nulls
2012-06-08 Father Chrysostomosperldelta for B::COP::stashoff
2012-06-08 Father Chrysostomosperldelta for caller crashing on SvOOK str
2012-06-08 Father Chrysostomosperldelta for cop_stashoff
2012-06-08 Father Chrysostomosperldelta for #78742 — eval "__PACKAGE__"
2012-06-08 Father Chrysostomosperldelta: fix pod syntax
2012-06-08 Father Chrysostomosperldelta for rv2cv not cloning closures
2012-06-08 Father Chrysostomosperldelta for ‘Runaway prototype’ removal
2012-06-08 Father Chrysostomosperldelta for study code removal
2012-06-08 Father Chrysostomosperldelta for #113060
2012-06-08 Father Chrysostomosperldelta for #97478
2012-06-08 Father Chrysostomosperldelta tweaks
2012-06-08 Father Chrysostomosperldelta for new coresubs
2012-06-08 Father Chrysostomosperldelta for #111782
2012-06-08 Father Chrysostomosperldelta for #76546
2012-06-08 Father Chrysostomosperldelta for #9423
2012-06-08 Father Chrysostomosperldelta for #111510
2012-06-08 Father Chrysostomoscop.h: Clarify comment
2012-06-08 Ricardo Signesper the request of the metacpan crew, cc them on release
2012-06-07 Karl WilliamsonUCD.t: Cope with $/ being set.
2012-06-07 Karl WilliamsonRevert "UCD.t: Don't use BEL for $/"
2012-06-07 Karl Williamsonmktables: Use initialize instead of a push
2012-06-07 Chris 'BinGOs... Sync the version of Perl-Perldoc in Maintainers.pl...
2012-06-07 Karl Williamsonutf8.c: White-space only
2012-06-07 Karl Williamsonutf8.c: Refactor a portion of to_utf8_case()
2012-06-07 Karl Williamsonutf8.c: Avoid some extra work
2012-06-07 Karl Williamsonutf8.c: Add, revise comments
2012-06-07 Karl Williamsondocs patch: 'unicode_strings' doesn't change utf8ness
2012-06-07 Karl Williamsonperlfunc: Add comma
2012-06-07 Father ChrysostomosRemove droppings from t/
2012-06-07 Father Chrysostomos[Merge] SvPOK bug hunt
2012-06-07 Father ChrysostomosMake warn treat $@=3 and $@="3" the same
2012-06-07 Father Chrysostomospp.c:pp_negate: Move looks_like_number where it matters
2012-06-07 Father Chrysostomospp_negate: Support magic big ints as strings
2012-06-07 Father Chrysostomospp_negate and the Unicode Bug
2012-06-07 Father ChrysostomosFix perl #57706 for magical vars: -"-10"
2012-06-07 Father Chrysostomospp_negate: Don’t treat nummified str as num
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake warn handle magic vars (fixes [perl #97480])
2012-06-07 Father ChrysostomosMake prototype call FETCH before checking CORE:: prefix
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Rmv redundant SvPOK
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Rmv redundant isGV check
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Don’t create an SV
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Rmv redundant isGV check
2012-06-07 Father ChrysostomosMake UNIVERSAL::can treats str and num the same way
2012-06-07 Father ChrysostomosUse the same top format error for ""
2012-06-07 Father ChrysostomosGet rid of ‘Not a format reference’
2012-06-07 Father ChrysostomosMake setdefout accept only NN
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-06-07 Steve HayRemove some commented-out lines from win32/config_h.PL
2012-06-07 Steve HayRemove some unnecessary apostrophes from win32/config_sh.PL
2012-06-07 Steve HayUse strict and warnings in win32/config_(s)h.PL
2012-06-07 Steve HayRemove $patchlevel from win32/config_h.PL since it...
2012-06-07 Steve HaySet version directly in Windows config.xxx files
2012-06-07 Steve HayUpdate how subversion is set in win32 config.xxx files
2012-06-07 Steve HayRemove INST_DRV from Windows makefiles' CFG_VARS
2012-06-07 Chris 'BinGOs... Sync Maintainers.pl for recent Storable CPAN release
2012-06-07 Yves Ortonoptimise (?:|) and related NOTHING like constructs...
2012-06-07 Craig A. BerryCorrect the dlsrc entry in configure.com.
2012-06-06 Steve HayRemove Win9x hangover from win32/config_sh.PL
2012-06-06 Steve HayRemove redundant substitution from win32/config_sh.PL
2012-06-06 Steve Hayperldelta for c2f56b9483 and a970290aa9.
2012-06-06 Andy DoughertyConfigure: Avoid Cppsym warnings for extra tokens ...
2012-06-06 Andy DoughertyReplace $compile_ok by $compile for two probes that...
2012-06-06 Father Chrysostomospending-author.t: Skip for lack of config
2012-06-06 Father ChrysostomosMake B::COP::stashpv respect utf8 and embedded nulls
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
next