This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-05-11 Niko TyniFix -Wformat-security issues
2013-05-11 SHIRAKATA Kentaronitpicks
2013-05-10 Ricardo Signesperldelta: no warnings will do no good if you leave...
2013-05-10 Ricardo Signesperldelta: document the experimental smartmatch change
2013-05-10 Ricardo Signesperldelta: add "how to disable" to experimental warnings
2013-05-10 Ricardo Signesperldelta: remove placeholders for module changes
2013-05-10 Andy Dougherty[perl #66604] 64bit compilation Problem on Solaris...
2013-05-10 Andy Dougherty[perl #66604] 64bit compilation Problem on Solaris...
2013-05-10 Chris 'BinGOs... Add repository and bugtracker META to Module-CoreList...
2013-05-10 Ricardo Signesupdate Module::CoreList for v5.18.0
2013-05-10 Ricardo Signesperldelta: acknowledgements
2013-05-09 Karl WilliamsonFix regex /il and /iaa failures for single element...
2013-05-09 David Mitchellfurther tweak SvPV() docs
2013-05-09 Ricardo Signesperldelta: remove some placeholders
2013-05-09 H.Merijn Brandregenerated uconfig
2013-05-09 H.Merijn BrandMore spellchecks
2013-05-09 H.Merijn BrandSpell-checking on meta-units
2013-05-09 H.Merijn Brandmaildomain to support /etc/mailname
2013-05-09 Ricardo Signesperldelta: "single character" is clearer than "length...
2013-05-09 David Mitchellporting/podcheck.t: improve diagnostic
2013-05-09 David Mitchellclarify SvPV* and SvPV_force* docs
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 Ricardo Signesperldelta: update how we talk about COW
2013-05-09 Ricardo Signesperldelta: use v5.x rather than 5.x
2013-05-09 Ricardo Signesperldelta: we suspect no known problems..?
2013-05-09 Ricardo Signesperldelta: typo fix
2013-05-09 Ricardo Signesperldelta: use UTF-8 when we mean UTF-8
2013-05-09 Ricardo Signesperldelta: warn of more platform deprecation
2013-05-09 Ricardo Signesperldelta: correct "new hash function" entry
2013-05-09 Ricardo Signesperldelta: hash ordering may differ, may not
2013-05-09 David Goldenrevise hash overhaul docs
2013-05-09 Ricardo Signesperldelta: drop a reference to a change internal to...
2013-05-09 Ricardo Signesperldelta: remove an inscrutable note, clean up another
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-05-09 Daniel Draganfix threaded NO_TAINT_SUPPORT build errors
2013-05-09 David Mitchelldump.c: avoid compiler warning under -Dmad
2013-05-09 David Mitchelltoke.c/MAD: silence a couple of warnings
2013-05-09 Craig A. BerryMinor touch-ups to VMS section of perldelta.
2013-05-08 Karen Etheridgespelling, punct fixes for perldelta
2013-05-08 Leon TimmermansOfficially deprecate stdio/sfio builds of perl
2013-05-08 Steffen MuellerQuick fixes to Yves' hash randomization documentation
2013-05-08 Karl Williamsonperldelta: Typos, grammar
2013-05-08 Karl WilliamsonChange some perldelta text
2013-05-08 Karl WilliamsonUse 'was' not 'is' to describe fixed regressions
2013-05-08 Ricardo Signesperldelta: mention non-blocking sockets on VMS
2013-05-08 Ricardo Signesperldelta: mention PERL_NO_INLINE_FUNCTIONS in delta
2013-05-08 Ricardo Signesperldelta: use Pod, not asterisks, for emphasis
2013-05-08 Ricardo Signesperldelta: document PERL_PERTURB_KEYS
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2013-05-08 David Mitchelladd various HASH defines to perl -V output
2013-05-08 David MitchellINSTALL: fix a couple of typos
2013-05-08 David Mitchellrelease_managers_guide: fix typo
2013-05-08 David Mitchellbisect-runner.pl: clarify -D,-U,-A args in docs
2013-05-07 Karl Williamsonpod/perldelta: Add in some deprecations; fix a typo
2013-05-07 Dominic Hargreavesbump dist/IO/lib/IO/Handle.pm version to 1.34
2013-05-07 Dominic Hargreaves[perl #117791] Clarify that write does not match the...
2013-05-07 Yves Ortondocument and improve hash algorithm randomization relat...
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2013-05-07 Ricardo Signesremove the 5.17 deltas, update for 5.18
2013-05-07 Ricardo Signesput the perldelta we had been working on in place
2013-05-07 Ricardo Signesupdate perldiag with new warnings
2013-05-07 Ricardo Signesregenerate uconfig.h and META.json
2013-05-07 Ricardo SignesBump version to 5.18.0-RC0
2013-05-07 H.Merijn BrandThe URL for the dist source repo changed
2013-05-07 David MitchellRMG: say that for maint there are two RMG versions
2013-05-07 David MitchellRMG: add note about maint and Module::CoreList
2013-05-07 David MitchellRMG: maint perlhist: change from push to pull
2013-05-07 David MitchellRMG: maint perldeltas: change from push to pull
2013-05-07 David Mitchelladd PERL_NEW_COPY_ON_WRITE to perl -V output
2013-05-07 Yves Ortonhoping this works finally. gcc is too permissive with...
2013-05-07 Yves Ortondocument Hash::Util::hash_traversal_mask()
2013-05-07 Yves Ortonfix build issue with picky compilers
2013-05-07 Steve HayEnsure -DUSE_PERLIO gets into Config's ccflags when...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-05-06 Brad GilbertRemoved confusing reference to new in ties perlfunc...
2013-05-06 David Mitchellimprove unpackstring() API docs
2013-05-06 David MitchellRevert "Update docs to concur with $`,$&,$' changes"
2013-05-06 David Mitchellmake /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
2013-05-06 Robin BarkerUse PTR2IV() instead of casting a pointer to IV, to...
2013-05-06 Nicholas ClarkImprove the logic in regen_perly.pl for manually genera...
2013-05-05 Craig A. BerryFix non-blocking sockets on VMS.
2013-05-05 Ricardo SignesMerge perldelta for 5.18, work from past weeks
2013-05-05 Ricardo Signesperldelta: split change is incompatible
2013-05-05 Smylersperldelta: "corrupts"
2013-05-05 Smylersperldelta: singular agreement
2013-05-05 Smylersperldelta: "no" missing
2013-05-05 Smylersperldelta: unwanted comma removed
2013-05-05 Ricardo Signesperldelta: mark $_ as code in header
2013-05-05 Smylersperldelta: "continuation of"
2013-05-05 Smylersperldelta: fatal error is an error, not a warning
2013-05-05 Smylersperldelta: semicolon there isn't code
2013-05-05 Smylersperldelta: extraneous word removed
2013-05-05 Smylersperldelta: join sentence fragment
2013-05-05 Smylersperldelta: avoid comma splice
2013-05-05 Smylersperldelta: short-circuit cross-reference chain
2013-05-05 Smylersperldelta: DTrace probes as bullet list
2013-05-05 Smylersperldelta: spelling fix
2013-05-05 Smylersperldelta: an env var doesn't do anything itself
2013-05-05 Smylersperldelta: missing parenthetical comma
2013-05-05 Smylersperldelta: "order" is intended word
next