This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-11-27 Father ChrysostomosFix up Peek.t to account for preceding commits
2012-11-27 Father Chrysostomosperl.h: Mention PERL_SAWAMPERSAND in perl -V output
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-27 Father ChrysostomosEnable PERL_NEW_COPY_ON_WRITE by default
2012-11-27 Father ChrysostomosAllow COW with magical and blessed scalars (among others)
2012-11-27 Father ChrysostomosMin string length for COW
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-27 Matthew Horsfall... Fix comment referencing pp_iterinit (should be pp_enter...
2012-11-26 Karl Williamsonregexec.c: White space only; no code changes
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-26 Craig A. BerryConsider /... a directory component with EFS on VMS.
2012-11-26 Father ChrysostomosAdd Bob Ernst to AUTHORS
2012-11-26 Father ChrysostomosMove a CAN_COW_MASK comment from sv.c to sv.h
2012-11-26 Father ChrysostomosMissing dependency in XS::APItest’s Makefile
2012-11-26 Father ChrysostomosStop cv-to-glob assignment redef warnings from leaking
2012-11-26 Bob ErnstAdd descriptions to tests for exp.t
2012-11-26 Bob ErnstAdd descriptions to tests for fh.t
2012-11-26 Bob ErnstAdded descriptions to tests in reverse.t
2012-11-26 Bob ErnstAdd descriptions to tests for int.t
2012-11-25 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.059
2012-11-25 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.059
2012-11-25 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.74
2012-11-25 Craig A. BerryBump Term::ReadLine version.
2012-11-25 Craig A. BerryAdd Sven Strickroth to AUTHORS.
2012-11-25 Craig A. BerryRational findConsole dispatch for Term::ReadLine.
2012-11-25 Sven Strickroth(msys) perl readline creates sys$command files w/o...
2012-11-25 Karl Williamsonpp_hot.c: Comment typo, white-space only
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-25 Karl Williamsonperlhack: Add note to not use "register" declarations
2012-11-25 Matthew Horsfall... RT-23180 - If we skip matching in pp_match for any...
2012-11-25 Craig A. BerryClarify reporting of .DIR extension on VMS.
2012-11-25 Craig A. BerryHandle invalid directory spec with EFS in pathify_dirspec.
2012-11-24 Father ChrysostomosIncrease $Module::CoreList::VERSION to 2.79
2012-11-24 Alexandr CiorniiErrno was added in 5.5, not in 5.5.4
2012-11-24 Karl WilliamsonRequest is_utf8_char_slow() be inlined
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-24 Yves OrtonAdd "buzzhash16" - a random hash function
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father Chrysostomosperldiag: Correct wording of ‘Using just the first...
2012-11-24 Father Chrysostomosperldiag: Add cat to ‘Using just the first char...’
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father Chrysostomosop.c: Factor common ‘existing sub’ logic into static...
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-24 Father ChrysostomosPrevent double frees with lexical constants
2012-11-24 Father Chrysostomosop.c:newATTRSUB: Change an if condition to an else
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-24 Yves Ortonprevent memory exhaustion from hash attacks
2012-11-24 Daniel DraganSvPVXtrue single eval->multiple eval
2012-11-24 Father ChrysostomosStop toke.c:S_scan_const from leaking
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-23 Father Chrysostomossv.c:S_curse: move assertions to make them useful
2012-11-23 Father Chrysostomossv.c:S_curse: remove unnecessary null check
2012-11-23 Father Chrysostomossvleak.t: To-do tests for fatal warnings and some synta...
2012-11-23 Daniel Draganremove an EXTEND from XS_re_regexp_pattern
2012-11-23 Nicholas ClarkSuperFastHash needs to define PERL_HASH_SEED_BYTES...
2012-11-23 Nicholas ClarkThe size of PL_hash_seed depends on the chosen hash...
2012-11-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.94
2012-11-23 bulk88 (via RT)av_exists: dont make a mortal never to use it
2012-11-23 l.mai@web.deFix typo in perl5120delta
2012-11-23 Daniel DraganReduce scope of SP in Perl_eval_pv
2012-11-23 Craig A. BerryPreserve the case of t/lib/vmsfspec.t.
2012-11-22 Karl Williamsonpodcheck.t: Was always giving failure under -regen
2012-11-22 Chris 'BinGOs... Update with Module-CoreList-2.78
2012-11-22 Nicholas ClarkSkip the test for fork's undef return if ulimit -u...
2012-11-22 Nicholas ClarkBump $XS::Typemap::VERSION after previous commit.
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-11-22 Craig A. BerryBetter pass-through handling for tovmsspec.
2012-11-21 Yves Ortonprevious patch forgot to bump the version on Locale...
2012-11-21 Yves Ortonfix hash order dependency bug in Local-Maketext/t/09_co...
2012-11-21 Yves OrtonRemove improper use of each() in B::walksymtable and...
2012-11-21 David Mitchellregmatch(): silence OpenWatcom compiler warnings
2012-11-21 Father Chrysostomossv.c: Remove aTHX from croak_no_modify call
2012-11-21 Father ChrysostomosFix double free with stashes blessed into each other
2012-11-21 Daniel Draganrefactor pp_stringify and pp_and
2012-11-21 Yves Ortonfix a hash order dependency in cpan/List-Util tests
2012-11-21 Father Chrysostomosperlhack: better word
2012-11-21 Father ChrysostomosAdd assertions to S_curse in sv.c
2012-11-21 Father Chrysostomosscope.c: Remove XXX tmp comment from SAVEt_FREEOP
2012-11-21 Father ChrysostomosRevert "Revert "8c34e50dc slowed down detruction with...
2012-11-21 Father Chrysostomos[perl #115830] Fix crash by not copying DESTROY cache
2012-11-21 Father Chrysostomossv.c: obsolete comment
2012-11-21 Father ChrysostomosMention do_curse in alloc section of sv.c apidocs
2012-11-21 Father ChrysostomosFix panic/crash with sort { $not_num } and fatal warnings
2012-11-21 Father Chrysostomosperldiag: Correct entry about sort sub and single values
2012-11-21 Ricardo Signesbump version to 5.17.7
2012-11-21 Ricardo Signesadd perldelta for 5.17.7
2012-11-21 Ricardo Signeswrap some very long lines in verbatim blocks
2012-11-21 Ricardo Signesuse verbatim paragraphs for verse epigraphs
2012-11-21 Ricardo Signesadd the v5.17.6 epigraph
2012-11-20 Ricardo Signesupdate perlhist and release schedule v5.17.6
2012-11-20 Ricardo Signesupdate Module-CoreList
2012-11-20 Ricardo Signesclean up and finalize the perldelta
2012-11-20 Ricardo Signesstart cleaning up perldelta for 5.17.6
2012-11-20 Nicholas ClarkThe MurmurHash3 code can use the existing perl.h #defin...
2012-11-20 Karl Williamsonperldelta.pod: Nits
2012-11-20 Craig A. Berryperldelta for VMS case preservation features.
2012-11-20 Steve HayAdd perldelta for 517bb5c6f8
2012-11-20 Yves Ortonrefine
2012-11-20 Yves Ortonadd more perldelta changes about hash patch
next