This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dist/: bump $VERSION as needed
[perl5.git] / ext /
2016-07-26 Tony Cook(perl #127834) bump versions of modules in dists we...
2016-07-26 Tony Cook(perl #127834) remove . from the end of @INC if complex...
2016-06-23 Craig A. Berrysvpeek.t: $? is localized now.
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-21 David MitchellPerlIO-encoding/t/fallback.t: test for warning
2016-06-21 Salvador FandinoFix Encode constant name usage: WARN_ON_ERROR --> WARN_...
2016-06-20 Dan CollinsRemove references to USENET from ext/
2016-06-17 David Mitchellbetter document Miniperl.pm, (mini)perlmain.c
2016-06-17 Ed Avisdocs: clarify flag constants in File::Glob
2016-06-14 David MitchellAPItest.xs: silence compiler warning
2016-06-13 David MitchellPOSIX.xs: avoid "defined but not used" warning
2016-06-06 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.82
2016-06-06 Father ChrysostomosAdd intro_my to XS::APItest::lexical_import
2016-05-28 Dominic Hargreavesext/POSIX/t/sigaction.t: Skip uid and pid tests on...
2016-05-26 Karl Williamsonext/VMS-DCLsym/DCLsym.pm: Fix missing pod reference
2016-05-26 Karl WilliamsonDevel::Peek: Fix a couple of pod glitches
2016-05-25 Karl WilliamsonPod::Functions/Functions_pm.PL: Fix pod error
2016-05-21 Father ChrysostomosIncrease $Opcode::VERSION to 1.35
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-16 Aaron CranePOSIX: test that all subroutines are exported
2016-05-16 Aaron CranePOSIX: delete the L_tmpnam and L_tmpname symbols
2016-05-16 Aaron CranePOSIX: add new :sys_socket_h export tag with missing...
2016-05-16 Aaron CranePOSIX: add new :netdb_h tag with missing EAI_* symbols
2016-05-16 Aaron CranePOSIX: add lround() to the :math_h_c99 export tag
2016-05-13 Karl WilliamsonPOSIX.pod: Fix grammar
2016-05-12 Jarkko HietaniemiCroak on unimplemented already at import time
2016-05-12 Jarkko HietaniemiRemove the deprecated POSIX::tmpnam as unsafe
2016-05-12 Jarkko HietaniemiSort the %replacement and %reimpl
2016-05-11 Chad GranumUpdate to the latest Test-Simple cpan dist
2016-05-10 David Mitchellload-module.t: re-indent and add some comments.
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-05-09 Karl WilliamsonPOSIX.pod: Add some caveats about strcoll(), strxfrm()
2016-05-09 Karl Williamsonext/B/t/OptreeCheck.pm: Escape literal pattern '{'
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-04-26 Aristotle PagaltzisDocument exports policy within POSIX
2016-04-26 Aristotle PagaltzisCorrect lround situation comment in POSIX
2016-04-08 Karl WilliamsonStrengthen cautions about locale use with threads
2016-04-02 Aaron CraneExport lround() from POSIX
2016-03-27 Jarkko HietaniemiODBM_File version bump
2016-03-27 Jarkko Hietaniemi[perl #127751] error building ODBM_File on Windows...
2016-03-18 David Mitchellfix up dtrace compile/link for Solaris
2016-03-12 David MitchellAPItest.xs silence compiler warning
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-11 Steve HayExport Winsock error constants from POSIX.pm
2016-03-11 Steve HayExport Winsock error constants from Errno.pm
2016-03-04 Karl WilliamsonPOSIX.xs: Avoid a leak in setlocale()
2016-02-27 Lukas Maiperlfunc overhaul
2016-02-24 Daniel Dragansilence warning in Win32CORE
2016-02-14 Craig A. BerryDynaLoader shouldn't use mod2fname when finding .bs...
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2016-02-08 Todd RinaldoDocument broken SvSTASH for %version:: in B's test...
2016-02-07 Jarkko HietaniemiPOSIX version bump.
2016-02-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
2016-02-07 Jarkko HietaniemiPOSIX: Check fds against negatives.
2016-02-07 Jarkko HietaniemiPOSIX: Check signal numbers against negatives.
2016-02-07 Jarkko HietaniemiXS-APItest: Length cannot be negative.
2016-02-07 Jarkko HietaniemiODBM_File: Avoid TOCTOU and using negative returns.
2016-02-04 Jarkko HietaniemiOpenBSD does not do si_uid with sigaction().
2016-02-04 Jarkko HietaniemiPOSIX version bump.
2016-02-04 Jarkko HietaniemiWe're against contractions.
2016-02-04 Jarkko HietaniemiOddly placed unused decls for fma() and the gamma funcs.
2016-02-03 David MitchellMULTICALL *shouldn't* clear savestack
2016-02-03 David MitchelldMULTICALL: remove unused vars
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David MitchellMULTICALL should clear scope after each call
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David MitchellAPItest.xs: fixup clone_with_stack()
2016-02-03 David Mitchellpp_leavesub: reset SP in void context
2016-02-03 David Mitchellrestore PL_tmps_floor on exit
2016-02-03 David Mitchellpp_leaveeval: reset stack in VOID context
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2016-01-31 Lukas MaiPerlIO::encoding: explicitly cast char * to STDCHAR *
2016-01-29 Dagfinn Ilmari Man... Skip SA_SIGINFO uid/pid test on POSIX-deficient OS...
2016-01-28 Karl Williamsonext/POSIX/lib/POSIX.pod: Make verbatim line fit in...
2016-01-27 Daniel Draganfix link failure of APItest.dll on VC 6
2016-01-26 Tony CookRevert "[perl #126632] more diagnostics"
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2016-01-26 Dagfinn Ilmari Man... Add SA_SIGINFO 'code' constants to POSIX
2016-01-25 Tony Cook[perl #126632] more diagnostics
2016-01-25 Dagfinn Ilmari Man... [perl #121351] Remove non-doio.c uses of PL_statbuf
2016-01-25 Tony Cook[perl #126632] improve diagnostics for the comctl32...
2016-01-25 Tony Cookbump $XS::APItest::VERSION
2016-01-25 Daniel DraganXS DLLs shouldn't have comctl32.dll manifest in them...
2016-01-19 Todd RinaldoRemove B::Section from B.pm
2016-01-11 Tony Cookavoid invalid memory access in MapPath[AW]
2015-12-28 Lukas MaiFile::Find: update POD/comments
2015-12-26 Karl WilliamsonAPItest.xs: Silence compiler warning on 32-bit machines
2015-12-06 Karl WilliamsonAPItest: Add tests for valid_utf8_to_uvchr
2015-11-30 David MitchellEliminate PerlIOMmap_close()
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsonext/XS-APItest/t/utf8.t: Change variable names for...
2015-11-25 Karl WilliamsonOutput appropriately dire warning for high code points
2015-11-25 Karl Williamsonext/XS-APItest: Add tests for uvchr_to_utf8()
2015-11-25 Karl WilliamsonXS-APItest/utf8.t: Add a bunch more tests
2015-11-25 Tony Cookfix an else nesting error from the last set of DynaLoad...
2015-11-24 David MitchellSDBM_File: specify the prototyping behaviour
2015-11-24 David MitchellOpcode.xs: silence compiler warning
next