This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-09-26 Karl Williamsonpod/perlrecharclass.pod: Small corrections, typos
2012-09-26 Karl Williamsonperlvar.pod: Document UTF8CACHE
2012-09-26 Peter Martinimg_get should be called before access
2012-09-26 Father ChrysostomosTest XS registration of state subs
2012-09-26 Father ChrysostomosMake PL_compcv visible to BEGIN blocks
2012-09-26 David Mitchell[MERGE] make regex engine handle non-null-terminated...
2012-09-26 David Mitchellstop regex engine reading beyond end of string
2012-09-26 David Mitchellregmatch(): fix typo in TRIE commentary text
2012-09-26 David Mitchellregmatch() annotate ops and separate out branches
2012-09-26 David Mitchellregmatch(): do nextchr=*locinput at top of loop
2012-09-26 David Mitchellregmatch(): nextchar should always be positive
2012-09-26 David Mitchellregmatch(): consolidate locinput++
2012-09-26 David Mitchellregmatch(): use nextchar where available
2012-09-26 Steve HayStop declaring non-exported externs to non-core XS...
2012-09-26 Paul JohnsonTest for errors requiring .ph files.
2012-09-26 Father ChrysostomosCorrect fm vtable in perlguts.pod
2012-09-26 Father ChrysostomosRestore perly.o build with -DDEBUGGING
2012-09-25 Father ChrysostomosAdd t/test_pl* to MANIFEST
2012-09-25 Brad GilbertMake t/test_pl/tempfile.t produce more diagnostics
2012-09-25 Brad GilbertAdded t/test_pl/tempfile.t
2012-09-25 Brad GilbertRework tempfile() in t/test.pl to use _num_to_alpha()
2012-09-25 Brad GilbertAdded test names to some tests in t/test_pl/_num_to_alpha.t
2012-09-25 Brad GilbertAdded optional char limit to _num_to_alpha() in test.pl
2012-09-25 Brad GilbertAdd _num_to_alpha() to test.pl
2012-09-25 Brad GilbertMove @letters in test.pl earlier
2012-09-25 Jesse Luehrsapparently this actually needs to be regenerated too
2012-09-25 Jesse Luehrsfix regen_perly.pl for bison 2.6
2012-09-25 Father Chrysostomos[perl #56880] Allow v10 as a label or package name
2012-09-25 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.72
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-24 Father Chrysostomos[perl #77094] Stop printf +() from reading past SP
2012-09-24 Father ChrysostomosDon’t crash with existent but undefined &DB::DB
2012-09-24 Father ChrysostomosA better fix for leaking array assignment
2012-09-24 Father ChrysostomosFix C++ build
2012-09-24 Father Chrysostomos[perl #97958] Make reset "" match its docs
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father Chrysostomos[perl #97466] Stop defined from propagating ref cx...
2012-09-23 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.15
2012-09-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.90
2012-09-23 Chris 'BinGOs... Sync versions of Module-CoreList and Exporter in Mainta...
2012-09-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.18
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-23 Father Chrysostomosregexp.h: Correct comment
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-23 Father ChrysostomosDon’t leak deleted iterator when tying hash
2012-09-22 Father ChrysostomosOops. make regen
2012-09-22 Father ChrysostomosAdd a #! line to config_h.SH
2012-09-22 Sawyer Xadd to authors
2012-09-22 Sawyer Xadd shebangs where missing
2012-09-22 Sawyer Xtest for files that have exec bit but no shebang
2012-09-22 Father Chrysostomos[perl #96230] Stop qr// from reusing last pattern
2012-09-22 Father ChrysostomosLet qr.t run from the top level
2012-09-22 Father Chrysostomosqr.t: Load test.pl in BEGIN
2012-09-22 Father Chrysostomoshv.c: comment typo
2012-09-22 H.Merijn BrandAdd #!/bin/sh when re-ordering config_h.SH
2012-09-21 Florian RagwitzWe don't want statistics for every single blead release
2012-09-21 Florian RagwitzThe repository is called perlweb
2012-09-21 Nicholas ClarkRemove a couple of tentacles from MiNT missed by commit...
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-21 Colin KuskieRefactor t/run/switcha.t to use test.pl instead of...
2012-09-20 Steve HayRestore mymalloc build with ithreads
2012-09-20 Father ChrysostomosIncrease $File::Glob::VERSION to 1.18
2012-09-20 Father Chrysostomos[perl #114984] Glob.xs: Extend stack when returning
2012-09-20 Father Chrysostomos[perl #107002] No warnings test for require a::b+1
2012-09-20 Father Chrysostomospp_hot.c: Clean up after the prev commit
2012-09-20 Father Chrysostomos[perl #105922] Allow any string before ->meth
2012-09-20 Ricardo Signes...and we have a 5.17.9 volunteer
2012-09-20 Ricardo Signesrelease schedule updates
2012-09-20 Father Chrysostomos[perl #105924] require 1 << 2
2012-09-20 Nicholas ClarkEliminate the vestigial comment "magical thingies"...
2012-09-20 Nicholas ClarkUse gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD...
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-20 Nicholas ClarkFor backcompat, B::formfeed can use gv_fetchpvs() if...
2012-09-20 Father Chrysostomosop.c: Disentangle apply_attrs_my from apply_attrs
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-09-20 Father Chrysostomosembed.fnc: Remove d flag from cv_clone_into
2012-09-20 Florian RagwitzBump the perl version to 5.17.5
2012-09-20 Florian RagwitzAdd a new perldelta
2012-09-20 Florian RagwitzAdd the 5.17.4 epigraph
2012-09-20 Florian RagwitzFix a few perldelta nits v5.17.4
2012-09-19 Florian RagwitzSpecify what to push in the RMG
2012-09-19 Florian RagwitzAdd 5.17.4 to perlhist
2012-09-19 Florian RagwitzUpdate Module::CoreList for v5.17.4
2012-09-19 Florian RagwitzMake a note of $Module::CoreList::TieHashDelta::VERSION
2012-09-19 Florian RagwitzQuote corelist bugtracker urls
2012-09-19 Florian RagwitzFinalise perldelta
2012-09-19 Florian RagwitzRemove an unused variable
2012-09-19 Florian RagwitzPerldelta up to 3b9aea0
2012-09-19 Steve HayAdd new warning about sleep's limitation on Windows
2012-09-19 Steve HayNote that sleep is emulated on Windows to allow alarm...
2012-09-19 Nicholas ClarkRemove MAD-only debugging code from Perl_newATTRSUB_fla...
2012-09-19 Nicholas ClarkDocument when the early return in Perl_newPROG() is...
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-19 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9131
2012-09-19 Chris 'BinGOs... Sync version, erm, version in Maintainers.pl
2012-09-19 Craig A. Berry[perl #99382] 'stat' call documentation is poorly worded
2012-09-19 Father Chrysostomosembed.fnc: Clarify o comments
next