This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-07-13 Aaron Craneregen/regcharclass.pl: avoid autoderef feature
2015-07-13 Aaron CranePorting/corelist.pl: avoid autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-12 Craig A. Berrychdir.t fix-up for VMS.
2015-07-12 Karen EtheridgeDocument $OLD_PERL_VERSION's history
2015-07-12 Craig A. BerryUse CRTL getlogin and getlogin_r on VMS.
2015-07-10 James E KeenanModule::CoreList->find_version(): refactor for testability.
2015-07-10 James E KeenanClarify that deprecated_in() returns a perl version.
2015-07-09 Craig A. BerryRemove obsolete __GNUC__isms under vms/.
2015-07-09 Craig A. BerryDon't create zero-length filename on VMS in Typemap.t
2015-07-09 Daniel Draganimprove debugging of padlist API
2015-07-08 Karl Williamsonperldelta: Fix typo
2015-07-08 Daniel Draganall SV inheriter types have DEBUG_LEAKING_SCALARS data...
2015-07-08 Daniel Dragandont report a $@ exception with uninitialized $!'s...
2015-07-08 Daniel Draganfix #124181 double free/refcnt problems in IO types...
2015-07-08 Daniel Draganadd test that fails for #124181 to Typemap.t
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-07-06 H.Merijn BrandRegenerate Configure after backports and small fixes
2015-07-06 H.Merijn Brandfix variable name in case of unknown NAN
2015-07-06 H.Merijn BrandCreate try.c afresh for pointersize test
2015-07-06 Rafael Garcia... Some nits in perlsub
2015-07-04 Jarkko Hietaniemiperldelta for the shift work.
2015-07-04 Herbert Breunungperlcommunity.pod updates
2015-07-04 Ricardo Signesrestore the perldelta changes moved from perl5230delta
2015-07-04 Ricardo Signesremove things added to v5.23.0 delta but meant for...
2015-07-04 Ricardo Signesbelatedly set up delta for 5.23.1
2015-07-04 Jarkko HietaniemiFix skip count for non-fchdir like win32.
2015-07-03 Jarkko HietaniemiTest the warnings.
2015-07-03 Jarkko HietaniemiSuperfluous null ptr test warnings by clang 3.7
2015-07-03 Jarkko Hietaniemigcc 5.1.0 thinks RETVAL might end up unset.
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-07-03 Craig A. Berryperldelta entry for 054a3baf7ca16fe.
2015-07-03 Craig A. BerryRemove gettimeofday() workarounds for VMS in util.c.
2015-07-01 Steve HayVarious corrections to Porting/Maintainers.pl
2015-06-30 Steve HayUpgrade Encode from version 2.73 to 2.75
2015-06-30 Steve HayUpgrade Socket from version 2.019 to 2.020
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove SvRELEASE_IVX
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-28 Jarkko Hietaniemibop.t -w clean
2015-06-28 Jarkko HietaniemiDocument the new shift behaviors.
2015-06-28 Jarkko HietaniemiExplicitly mention that even negative shiftees become...
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
2015-06-28 Craig A. BerryRequire v7.3-2 or later for VMS builds.
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-27 Karl WilliamsonPorting/bisect-runner.pl: Wrap pod lines to 79 cols
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-27 Jarkko HietaniemiMissing breaks.
2015-06-27 Jarkko HietaniemiCannot truncate to negative size.
2015-06-27 Jarkko Hietaniemimkdir() mode is unsigned.
2015-06-27 Jarkko Hietaniemigid_t signedness.
2015-06-27 Jarkko Hietaniemiself cannot be NULL here because PerlIO_push() will...
2015-06-27 Jarkko Hietaniemiassert(arg) before derefing it since it can be NULL.
2015-06-27 Jarkko Hietaniemiassert(cSVOPo) before derefing it.
2015-06-27 Jarkko Hietaniemiassert(key) before it is derefed.
2015-06-27 Jarkko Hietaniemiassert(perinterp_sv) before sv_setiv() derefs NULL.
2015-06-27 Jarkko HietaniemiCheck success of store().
2015-06-27 Jarkko HietaniemiThere is no SSize_t_size.
2015-06-27 Jarkko HietaniemiIf IVSIZE == LONGSIZE, long cannot be beyond IV_MIN...
2015-06-27 Jarkko Hietaniemilseek() SEEK_SET pos may not be negative
2015-06-27 Jarkko Hietanieminl_langinfo code can be negative.
2015-06-27 Jarkko Hietaniemistrtol and strtoul base should be [2, 36] or zero.
2015-06-27 Jarkko Hietaniemishmat id can be invalid.
2015-06-27 Jarkko Hietaniemimsgrcv id can be invalid.
2015-06-27 Jarkko Hietaniemimsgsnd id can be invalid.
2015-06-27 Jarkko Hietaniemitcsetattr optional_actions can be invalid.
2015-06-27 Jarkko Hietaniemitcsetattr fd can be bad.
2015-06-27 Jarkko Hietaniemidup2 fds can be bad.
2015-06-27 Jarkko Hietaniemitcdrain fd can be bad.
2015-06-27 Jarkko Hietaniemitcflush/tcflow/tcsendbreak fd/action can be bad.
2015-06-27 Jarkko Hietaniemilseek fd can be bad.
2015-06-27 Jarkko HietaniemiImpossible for entry to be NULL at this point.
2015-06-27 Jarkko HietaniemiHaving both assert() and if () for maxlen is redundant.
2015-06-27 Jarkko HietaniemiCannot do much if putc fails in debug output.
2015-06-27 Jarkko Hietaniemimg_find can return NULL.
2015-06-27 Jarkko HietaniemiPossible NULL cxt derefs.
2015-06-27 Jarkko Hietaniemisizeof * and sizeof ** not necessarily the same.
2015-06-27 Jarkko Hietaniemifileno might return negative.
2015-06-27 Jarkko Hietaniemisleep() with negative argument makes no sense.
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-26 Craig A. BerryUpdate File::Spec advice in perlport.
2015-06-26 Craig A. BerryFix Pod::Simple tests that use catdir on non-directories.
2015-06-26 Craig A. BerryCorrect t/op/chdir.t test count following b4929cb48878.
2015-06-26 Craig A. BerryCorrect errno value in vms/vms.c's home-grown chdir.
2015-06-26 Craig A. BerryRemove unused variables from t/op/chdir.t.
2015-06-26 Max MaischeinAdd a direct link to perldelta in the release announcement
2015-06-24 David Mitchellmake Encode compile under -pedantic
2015-06-24 Jarkko HietaniemiMake the LoTR quote of reentr.c formatted more like...
2015-06-24 David Mitchellfix si_names context debugging names
2015-06-24 David Mitchellfix harmless(ish) thinko in pp_return
2015-06-23 Chas. Owensfix punctuation in Tolkien quote in regexec.c
2015-06-22 Ricardo Signesdo not try printing undef
2015-06-22 Chris 'BinGOs... Update autodie to CPAN version 2.28
2015-06-22 Chris 'BinGOs... Update Getopt-Long to CPAN version 2.47
2015-06-22 Leon TimmermansRespect hashbangs containing perl6
2015-06-22 Rafael Garcia... Increase the maximal size of the string displayed in...
2015-06-22 Chris 'BinGOs... These be the versions on CPAN now, ye scurvy dogs.
next