This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-09-29 Yves Ortonremove test define from regen/regcharclass.pl
2012-09-29 Yves Ortonimprove conditional folding logic in regen/regcharclass.pl
2012-09-29 Yves Ortonfix perl #115078, ternary folding logic failure
2012-09-29 Yves Ortonadd a new define for testing perl #115078
2012-09-29 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9133
2012-09-29 James E KeenanAdd one test for ord('').
2012-09-29 Colin KuskieRefactor t/op/chars.t to use test.pl instead of making...
2012-09-28 Aaron Crane[perl #20636] Make h2xs skip #define macros with empty rhs
2012-09-28 Jerry D. HeddenDocument :shared and :unique in attributes.pm
2012-09-28 Steve HayBump $Carp::Heavy::VERSION too to avoid test failure...
2012-09-28 Steve HayRemove option to build without USE_SOCKETS_AS_HANDLES...
2012-09-28 Tony Cookperldelta for ed5044532 and 858e29b9 (Carp)
2012-09-28 Tony Cookbump Carp version to 1.27
2012-09-28 Tony Cookfix -DPERL_GLOBAL_STRUCT build failure introduced in...
2012-09-28 Ricardo Signestodo: strict as warnings
2012-09-28 jkeenanDocument exportable subroutines longmess() and shortmess().
2012-09-27 James E KeenanClarify rationale for consulting L<feature>.
2012-09-27 Dominic HargreavesRevert "Add 5.14.3-RC1 to perlhist"
2012-09-27 Karl Williamsonperlreguts: Fit long verbatim lines to 79 cols
2012-09-27 Karl Williamsonmktables: Mention USourceData in generated pod
2012-09-27 Karl Williamsonmktables: Nits in comments, generated pod
2012-09-27 David Goldenperlpolicy.pod: clarify module deprecation/removal
2012-09-27 Jesse Luehrsmove perlrun to a more prominent place in perl.pod
2012-09-27 Karl WilliamsonUse official Unicode 6.2
2012-09-27 James E KeenanEliminate now superfluous counter.
2012-09-27 Colin KuskieRefactor t/op/lex_assign.t to use test.pl, and not...
2012-09-26 Dominic HargreavesAdd 5.14.3-RC1 to perlhist
2012-09-26 Nicholas ClarkFlush PL_stashcache when assigning a file handle to...
2012-09-26 Nicholas ClarkRestore use of PL_stashcache, the stash name lookup...
2012-09-26 Nicholas Clark-Do now also reports updates and use of PL_stashcache.
2012-09-26 Nicholas ClarkTest the resolution behaviour for file handles and...
2012-09-26 Father ChrysostomosRestore special blocks to working order
2012-09-26 Karl Williamsonperlreapi.pod: Reflow verbatim lines to 79 cols.
2012-09-26 Karl Williamsonporting/podcheck.t: Add test for removed files
2012-09-26 Karl Williamsonpodcheck.t: Return success/failure from ok()
2012-09-26 Karl Williamsonregen podcheck after MPE port removed
2012-09-26 Karl Williamsonregcomp.c: Add a less confusing #define alias
2012-09-26 Karl Williamsonregcomp.c: Properly handle no isblank(), isascii()
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.
next