This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Perl-OSType to CPAN version 1.008
[perl5.git] / ext /
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2015-01-27 Tony CookPerlIO::scalar write() at large file position
2015-01-26 Daniel Draganfactor out a dXSTARG in B::
2015-01-25 Craig A. BerryDodge warning with STATIC_ASSERT_STMT, VMS C++.
2015-01-22 David Mitchellbump attributes.pm version
2015-01-22 Craig A. BerryFix SDBM_File clean target after ac0e53cd2e.
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-22 Tony Cookfix SDBM_File builds using gcc on Win32
2015-01-20 Jarkko HietaniemiNotes on NaN structure, for future generation/extraction.
2015-01-20 Father ChrysostomosDocument :const
2015-01-20 Father Chrysostomosattributes.xs: Remove dVAR
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-20 Tony Cookavoid a build issue with non-threaded Win32 builds
2015-01-18 Daniel Draganremove multi-eval problem from File::Glob
2015-01-18 James E KeenanFixes for Pod-HTML tests after Pod-Simple update
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-13 Ed JSimplify ext/SDBM_File layout and build
2015-01-10 Steve HayBump $VERSION following previous commit
2015-01-10 Steve HayRevert "fix attributes memcmp without len<6 (asan catch)"
2015-01-10 Karl WilliamsonPOSIX.pod: Various nits, typos, clarifications
2015-01-07 Karl WilliamsonFix broken ext/POSIX/t/wrappers.t on Windows
2015-01-07 Karl WilliamsonPATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7
2015-01-07 Karl WilliamsonAdd test case for [perl #123171]
2015-01-06 Daniel Draganconst a PERLIO vtable in PerlIO::encoding
2015-01-05 Father Chrysostomosb.t: Fix test sequence numbers
2015-01-05 Daniel Draganfix test fail on unthreaded perl
2015-01-05 Daniel Draganconst the custom op struct in Devel::Peek
2015-01-05 Daniel Draganmake B psuedofork safe
2015-01-04 Daniel Draganconst a table in B
2014-12-31 David MitchellFile::Glob: avoid qsort() on no entries
2014-12-28 Matthew HorsfallBump re.pm version for changes
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-12-28 Matthew Horsfall... Fixes to make test pass for regexp nocapture bit addition.
2014-12-25 Yves Ortonfixups to make the porting tests happy
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
2014-12-24 Steve HayFix compilation errors in DynaLoader.c with MinGW/gcc...
2014-12-23 Father ChrysostomosIncrease $B::VERSION to 1.55
2014-12-23 Father ChrysostomosSome B pad tests
2014-12-23 Father ChrysostomosAdd id and outid methods to B::PADLIST
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-21 Father ChrysostomosIncrease $Opcode::VERSION to 1.31
2014-12-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.49
2014-12-21 Father ChrysostomosIncrease $arybase::VERSION to 0.10
2014-12-21 Father ChrysostomosIncrease $VMS::DCLsym::VERSION to 1.06
2014-12-21 Father ChrysostomosRemove bogus ST(0) assignment from DCLsym.xs
2014-12-21 Father ChrysostomosRemove bogus GIMME check from DCLsym.xs
2014-12-21 Father ChrysostomosUse GIMME_V in POSIX
2014-12-21 Father ChrysostomosUse GIMME_V in Opcode
2014-12-21 Father ChrysostomosPropagate context properly in Safe->reval
2014-12-21 Father ChrysostomosUse GIMME_V in arybase
2014-12-20 Tony CookPerlIO::scalar: skip the 4GB seek test if off_t is...
2014-12-20 Father Chrysostomos[perl #123458] list cx re::regexp_pattern($nonre)
2014-12-19 David MitchellODBM: fix a compiler warning.
2014-12-19 David MitchellNDBM: silence 'unused var' warnings x 2
2014-12-19 David MitchellB.xs: remove redundant assignment
2014-12-18 Tony Cookfix PerlIO::scalar get_cnt when the file position is...
2014-12-17 Tony Cookdon't allow a negative file position on a PerlIO::scala...
2014-12-17 Tony Cook[perl #123443] avoid overflowing got into a negative...
2014-12-17 Craig A. BerryClean up VMS includes in ext/Errno/Errno_pm.PL.
2014-12-17 Craig A. BerryObsolete workaround in ext/SDBM_File/sdbm/Makefile.PL.
2014-12-15 Father ChrysostomosAdd B::REGEXP::compflags
2014-12-15 Father ChrysostomosB.pm: Document that OP_NULL may be B::COP
2014-12-15 Father ChrysostomosB.pm: Capitalise B::* Methods consistently
2014-12-14 Karl WilliamsonPATCH: [perl #23171] Bleadperl breaks ZEFRAM/Hash-SharedMem
2014-12-13 Father ChrysostomosUse STATIC_ASSERT in B::PADNAME::FLAGS
2014-12-12 David MitchellXS-Typemap/t/Typemap.t: avoid close warnings
2014-12-12 David MitchellSys/Hostname.xs: add prototyping behaviour
2014-12-12 Father ChrysostomosB::PADNAMELIST::REFCNT can be an ALIAS
2014-12-12 Father ChrysostomosSquash some B::PADNAME methods together
2014-12-12 Daniel DraganSvREFCNT_dec_NN in SDBM
2014-12-11 Karl WilliamsonPerlIO::encoding:fallback.t: properly skip tests
2014-12-10 Father ChrysostomosEviscerate concise-xs.t
2014-12-10 Jarkko HietaniemiIf no strtoul, the args are unused.
2014-12-08 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.20
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-08 Father Chrysostomos[perl #94484] Custom ops trip assertions in new*OP
2014-12-07 Jarkko HietaniemiMake it explicit that truncation is fine.
2014-12-07 Father Chrysostomosoptree_varinit.t fix-ups
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father Chrysostomosoptree_misc.t fixups
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-07 David Mitchellext/B/Makefile.PL: spot hex defines
2014-12-07 Father ChrysostomosIncrease $arybase::VERSION to 0.09
2014-12-07 Jarkko HietaniemiInitialize ab_op_info before use.
2014-12-06 Jarkko HietaniemiIf no lchown, not using the args.
2014-12-06 Father ChrysostomosIncrease $NDBM_File::VERSION to 1.14
2014-12-06 Father ChrysostomosIncrease $mro::VERSION to 1.17
2014-12-06 Jarkko HietaniemiInitialize possibly uninitialized.
2014-12-06 Jarkko HietaniemiUnused expression + variable.
2014-12-06 Jarkko HietaniemiSome versions of gcc -Wextra are too paranoid about...
2014-12-06 Jarkko HietaniemiPOSIX math potentially unused vars.
2014-12-06 Jarkko HietaniemiPOSIX nan: declaring s always potentially unused.
2014-12-06 Jarkko HietaniemiUnused hv_store() result.
2014-12-06 Jarkko HietaniemiUnused var.
2014-12-04 Craig A. BerryUnescape directory portion of path in unixify.
2014-12-03 Father Chrysostomos[perl #40565] Fix localisation in pseudo-fork
2014-12-03 David MitchellStop test suite filling /tmp
next