This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Time::HiRes disable a flapping test for CI
[perl5.git] / ext /
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-11 Lukas Maitest wrap_keyword_plugin (RT #132413)
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-10 Craig A. BerryMake VMS::Stdio declare PERL_EXT.
2017-11-09 Karl WilliamsonPOSIX.xs is PERL_EXT
2017-11-09 Karl WilliamsonBump version of B/t/OptreeCheck to 0.16
2017-11-09 Karl WilliamsonBump version of B/O.pm to 1.03
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-09 Karl WilliamsonPOSIX.xs: Move constant tests out of loop
2017-11-08 Todd Rinaldoext/B/t/strict.t: Assure B.pm and O.pm pass strict...
2017-11-08 Todd RinaldoFix warnings (used once) for O.pm
2017-11-08 Todd RinaldoFix warnings (used once) for B.pm
2017-11-08 Todd RinaldoRemove unnecessary module loads from B and O
2017-11-06 Karl Williamsonext/attributes/attributes.xs is PERL_EXT
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-03 J. Nick KostonAvoid unique REGCOMP in dynaloader
2017-11-01 Karl WilliamsonAPItest.xs: Omit unused variable
2017-10-31 David Mitchellfix ext/B/t/optree_samples.t
2017-10-31 Father ChrysostomosMake get_cv cope with subrefs
2017-10-31 Father ChrysostomosBasic tests for get_cvn_flags
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-29 Dagfinn Ilmari Man... Clarify comments around deprecated attributes
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-24 Karl WilliamsonDynaLoader: Use strlcpy instead of strcpy
2017-10-23 Dagfinn Ilmari Man... Avoid loading .bs files twice when using XSLoader
2017-10-23 Father ChrysostomosIncrease $B::VERSION to 1.71
2017-10-23 Father ChrysostomosB::walksymtable: clear cached methods
2017-10-22 Lukas MaiODBM_File: avoid "flags set but not used" warning
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
2017-10-16 Tony Cook[perl #124349] deprecation warning on hostname() with...
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-10-15 James E KeenanDocument that POSIX::abs, ::alarm, ::atan2, ::chdir...
2017-10-14 Lukas Maidelete unused file from SDBM_File
2017-10-14 Lukas Maiget rid of "implicit fallthrough" warnings in SDBM_File
2017-10-14 Lukas MaiSDBM_File: tabs -> spaces
2017-10-14 Aaron CraneDelete unused files from ext/SDBM_File
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2017-10-09 Father ChrysostomosIncrease B::Xref::VERSION to 1.07
2017-10-09 Father ChrysostomosFix B::Xref to handle sub refs
2017-10-08 Father ChrysostomosB: Really remove unused var
2017-10-08 Father ChrysostomosIncrease B::Concise::VERSION to 1.002
2017-10-08 Father ChrysostomosMake B::Concise handle subrefs in stashes
2017-10-08 Father ChrysostomosUnbreak gv_fetchmeth_sv
2017-10-08 Father ChrysostomosIncrease $B::VERSION to 1.70
2017-10-08 Father ChrysostomosB.pm: Remove unused var
2017-09-26 James E KeenanDocument that POSIX::localtime needs explicit argument.
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-09-18 Karl WilliamsonAPItest/t/locale.t: Fix to not show failures on OpenBsd
2017-09-10 Karl WilliamsonI18N-Langinfo: Use new fcn Perl_langinfo()
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-09-10 Karl WilliamsonI18N-Langinfo/t/Langinfo.t: Reinstate tests, modernize
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-08-30 Neil BowersDrop VMS::stdio compatibility shim
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2017-08-12 Craig A. BerryUse temp files with extensions in rt131211.t on VMS.
2017-08-12 Craig A. BerryFix missing break in tovmsspec.
2017-08-09 Karl Williamsonutf8.c: EBCDIC fix
2017-08-08 Zeframtest cv_[gs]et_call_checker_flags()
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-08-06 Karl Williamsonutf8_to_uvchr() EBCDIC fix
2017-08-04 David Mitchellsv_dump(): display regex LEN and LV-as-RX regexp
2017-07-31 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Fix broken tests
2017-07-31 Karl WilliamsonAPItest/t/utf8.t: Fix broken test on EBCDIC
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David Mitchellmake B.pm, Concise.pm support PL_sv_zero
2017-07-25 Dagfinn Ilmari Man... Revert B::Debug removal
2017-07-25 James E KeenanRemove B::Debug from core distribution.
2017-07-16 Lukas MaiPerlIO::scalar: check invariant at compile time
2017-07-16 Lukas MaiOpcode: check invariant at compile time
2017-07-16 Karl Williamsonext/File-Glob/t/rt131211.t: Fix typo
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-07-15 Karl WilliamsonFix File::Glob/t/rt131211.t
2017-07-14 Karl WilliamsonFile-Glob/t/rt131211.t: skip when File::Glob not used
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Properly handle extremely high code...
2017-07-13 Karl Williamsonrm APItest/t/utf8_malformed.t
2017-07-13 Karl WilliamsonMove test to utf8_warn_base.pl
2017-07-13 Karl WilliamsonAPItest/t/utf8_malformed.t: Remove 2 redundant tests
2017-07-13 Karl WilliamsonAPItest/t/utf8_warn_base.pl: White-space only
next