This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to v5.25.0
[perl5.git] / ext /
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
2015-11-21 Jarkko HietaniemiHash-Util-FieldHash version bump.
2015-11-21 Jarkko HietaniemiHUF_get_trigger0 unused since at least d74d639b
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-16 Mohammed El-Afifihandle empty directory lists in File::Find
2015-11-11 Dagfinn Ilmari Man... Include the error message on IPC::Open3 exec() failure
2015-11-10 Tony Cookfix symbian XS too, missed this when checking over...
2015-11-10 Reini UrbanDynaLoader: extend t/DynaLoader.t to be run from basedi...
2015-11-10 Reini UrbanDynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
2015-11-10 Reini UrbanDynaLoader 1.36 dl_find_symbol add 3rd optional argument
2015-11-09 Karl WilliamsonDevel::Peek: document that uses STDERR
2015-11-02 Daniel Draganremove XSLoader and DynaLoader OS specific code on...
2015-11-02 Daniel Draganremove remains of dl_dld.xs
2015-10-26 Karl WilliamsonXS-APItest:fetch_pad_names.t: Comments, skip message
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-17 Nicholas ClarkReplace 2 strcat()s with strlen() and memcpy() in dl_dl...
2015-10-15 Karl Williamsonext/XS-APItest/t/hash.t: Fix for EBCDIC
2015-10-15 Karl WilliamsonDynaLoader.t: Skip test on z/OS
2015-10-13 David Mitchell[perl #126229] POSIX::strerror() clears $!
2015-10-09 Craig A. Berrybump DynaLoader version to 1.35.
2015-10-09 Jarkko HietaniemiConstant data in .c, not in a .h
2015-10-09 Jarkko HietaniemiDynaLoader.doc was deleted 20 years ago in 3b35bae3
2015-10-08 Vincent PitProperly duplicate PerlIO::encoding objects
2015-10-06 Karl WilliamsonFix ext/File-Glob/t/rt114984.t for -DPERL_EXTERNAL_GLOB
2015-10-02 Doug Belladd tests for XSRETURN* macros
2015-10-02 David Mitchellfix up EXTEND() callers
2015-10-02 David Mitchellmake EXTEND() and stack_grow() safe(r)
2015-09-29 Father ChrysostomosRemove arybase lexical $_ tests
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-29 Father ChrysostomosDisable lexical $_
2015-09-25 Karl WilliamsonMake ext/XS-APItest/t/cophh.t work on EBCDIC
2015-09-18 Karl WilliamsonAdd API tests for utf8.h macros
2015-09-17 Nicolas RRemove legacy/dead code from B
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-16 Andy Broadamigaos4: AmigaOS extensions need no ppport.h since...
2015-09-09 Tony Cookrefine the skip test for the 32-bit x86 ABI brokeness
next