This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-09-15 Father Chrysostomosperldelta for dd2a7f9048
2013-09-15 Father Chrysostomosperldelta for 7601007
2013-09-15 Father Chrysostomosperldelta for 65c68e1718
2013-09-15 Father Chrysostomosperldelta for ffdb8b167e/#3643
2013-09-15 Father Chrysostomosperldelta for 25502127/#115768
2013-09-15 Father Chrysostomosperldelta for cbd58baf59
2013-09-15 Father Chrysostomosperldelta: A to-do item
2013-09-15 Father Chrysostomosperldelta for 66230c862b
2013-09-15 Father Chrysostomosperldelta for 25375124d/#119311
2013-09-15 Father Chrysostomosperldelta: correct re description
2013-09-15 Father Chrysostomosperldelta for 35995e5c
2013-09-15 Father Chrysostomosperldelta for 232af1f839
2013-09-15 Father Chrysostomosperldelta for regexps and 64-bit strings
2013-09-15 Father Chrysostomosperldelta for 25fdce4a16
2013-09-15 Father Chrysostomosperldelta for 83694831
2013-09-15 Father Chrysostomosperldelta for c70927a6ffc3ca
2013-09-15 Father Chrysostomosperldelta for #119161
2013-09-15 Father Chrysostomosperldelta for bf1b738b6/#118931
2013-09-15 Father Chrysostomosperldelta for d4a823b3
2013-09-15 Father Chrysostomosperldelta for d4a823b39
2013-09-15 Father Chrysostomosperldelta for bbfdc870/#118691
2013-09-15 Father Chrysostomosperldelta for ce0d59fdd1c/#7503,#118753
2013-09-15 Father Chrysostomosperldelta for 1b268608/#118753
2013-09-15 Father Chrysostomosperldelta for 4f62cd62/#118693
2013-09-15 Father Chrysostomosperldelta for 3a6ce63
2013-09-15 Father Chrysostomosperldelta for 25451ceff7
2013-09-15 Father Chrysostomosperldelta: missing fullstop
2013-09-15 Father Chrysostomosperl5200delta: Devel::NYTProf is fixed
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father Chrysostomosdump.c: Dump SLICEWARNING flag for kv[ah]slice, too
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-09-15 Father Chrysostomosop.c: Factor out common varname code
2013-09-14 Steve HayUpgrade Encode from version 2.54 to 2.55
2013-09-13 Steve HayRemove a __BORLANDC__ stowaway
2013-09-13 Steve HayFix the VC6 build on Windows following commit 3be8f09452
2013-09-13 Craig A. Berryfix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.t
2013-09-13 Father ChrysostomosTest kv slices in places that expect %{}
2013-09-13 Father Chrysostomosop.c:leave_scope: use mg_free before sv_force_normal
2013-09-13 Nicholas Clark#ifdef DEBUGGING, not QDEBUGGING, in regcomp.c
2013-09-13 Father Chrysostomos[Merge] Key/value hash and array slices
2013-09-13 Father ChrysostomosDocument the %hash{$scalar} warning
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father Chrysostomospp.c: Allow 64-bit stack offsets in kv[ah]slice
2013-09-13 Father ChrysostomosImprove new slice docs in perldata.pod
2013-09-13 Father Chrysostomosperldata.pod: Capitalise =head3 consistently
2013-09-13 Father Chrysostomosperldata.pod: consistent spaces after dots
2013-09-13 Father Chrysostomospp.c:pp_kvhslice: remove unused var
2013-09-13 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.23
2013-09-13 Father ChrysostomosIncrease $Opcode::VERSION to 1.26
2013-09-13 Father ChrysostomosAdd new opcodes to Opcode.pm
2013-09-13 Father ChrysostomosSort MANIFEST
2013-09-13 Father ChrysostomosUse diag_listed_as two suppress two diag.t failures
2013-09-13 Father ChrysostomosAdd two missing perldiag entries
2013-09-13 Father ChrysostomosHard-code op name in ck_exists|delete errors
2013-09-13 Father ChrysostomosSuppress a warning in kvhslice.t
2013-09-13 Ruslan Zakirovupdate manifest
2013-09-13 Ruslan Zakirovshort documentation for key/value hash/array slices
2013-09-13 Ruslan Zakirovtest index/value array slices
2013-09-13 Ruslan Zakirovtest key/value hash slices
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovscalar value %x{'a'} better written as $x{'a'}
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2013-09-13 Nicholas ClarkMove BmUSEFUL to the IV slot from the NV slot, simplify...
2013-09-13 Father ChrysostomosPreserve undef identity in const ops
2013-09-13 Ricardo Signesconvert mktables to parent.pm instead of base.pm
2013-09-13 Tony Cookperldelta for e7ab04ce5
2013-09-13 Tony Cook[perl #115928] use a consistent internal rand on all...
2013-09-13 Tony Cook[perl #115928] we don't use drand48_r or random_r any...
2013-09-13 Tony Cook[perl #115928] Configure now selects our internal drand48()
2013-09-13 Tony Cookrevert config_h.SH changes, now handled by Configure
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-12 Ricardo Signesperlreapi: use parent in example, not base
2013-09-12 Ricardo Signesoverload tests: use parent instead of base
2013-09-12 Ricardo SignesXS-Typemap tests: use parent instead of base
2013-09-12 Ricardo SignesB: use parent instead of base
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-09-12 Ricardo SignesHash::Util::FieldHash: use parent instead of base
2013-09-12 Ricardo SignesFileCache: use parent instead of base
2013-09-12 Matthew HorsfallAllow semi-colon on TYPEMAP: line to work without it...
2013-09-12 Steve Hayperldelta - IO and File::Find have been upgraded
2013-09-12 Steve HayUpgrade perlfaq from version 5.0150043 to 5.0150044
2013-09-12 Slaven RezicFile::Find: diagnostics in case of a failed chdir
2013-09-12 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2013-09-12 John P. LindermanCorrect the citation for Peter McIlroy's sorting paper.
2013-09-12 Nicholas ClarkUpdate John P. Linderman's e-mail address in AUTHORS.
2013-09-12 Steve HayUpgrade autodie from version 2.20 to 2.21
2013-09-11 Steve HaySADAHIRO confirms that Unicode::(Collate|Normalize...
2013-09-11 Steve HayUpgrade Module::Metadata from version 1.000017 to 1...
2013-09-11 Steve HayEXCLUDE Module-Metadata's t/taint.t: we don't have...
2013-09-11 Steve HayUpgrade Perl-OSType from version 1.004 to 1.005
2013-09-11 Steve HayUpgrade Module::Metadata from version 1.000016 to 1...
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2013-09-11 Karl Williamsonperlapi: Add doc for my_strlcpy, my_strlcat
2013-09-11 Karl Williamsonregcomp.c: Use Perl_form() instead of buggy sprintf
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-11 Tony Cook[perl #118091] Split gv_fetchpvn_flags into smaller...
2013-09-11 Brian Frasergv.c: Split part of find_default_stash into gv_is_in_main.
2013-09-11 Brian Frasergv.c: Rename magicalize_gv into gv_magicalize, make...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Split another chunk of magic...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Comments for when the glob...
next