This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add RM for 5.31.5
[perl5.git] / ext /
2019-09-29 Karl WilliamsonAPItest: Remove use of macros about to be removed
2019-09-25 David Mitchellfix leak in APItest.xs
2019-09-25 David MitchellXS-APItest/t/subsignature.t: remove debugging code
2019-09-23 David Mitchellput signature ops in their own subtree.
2019-09-23 David MitchellOP_ARGCHECK: use custom aux struct
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchellset VOID on OP_ENTER
2019-09-02 Tony Cookbump $XS::APItest::VERSION
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-08-26 Karl WilliamsonAdd ability to dump pre-optimized compiled pattern
2019-08-26 Karl Williamsonext/re/re.pm: Clarify pod slightly
2019-08-26 Karl Williamsonext/re/re.pm: White-space only, bump version
2019-08-25 Craig A. BerryMake find.t work on VMS by trimming trailing dots.
2019-08-20 Karl WilliamsonI18N::Langinfo: Add doc heading
2019-08-08 Tony Cookbump $PerlIO::via::VERSION
2019-08-07 Tony CookPerlIO::Via: check arg is non-NULL before using it.
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-22 Tony Cookbump $File::Find::VERSION
2019-07-22 Tony CookFile-Find/t/find.t: reindent after adding a SKIP block origin/tonyc/134295-win32-blocks
2019-07-22 Tony Cookwriting to the root directory requires elevated privileges
2019-07-11 David MitchellPerlIO-encoding/t/encoding.t: improve test skip
2019-07-10 James E KeenanCorrect typo in POSIX.pod
2019-07-08 Tony Cook(perl #134177) add G_RETHROW flag to eval_sv()
2019-07-04 Dagfinn Ilmari Man... Fix "it it" typos
2019-06-19 Tony Cook(perl #134193) allow %{^CAPTURE} to work when @{^CAPTUR...
2019-06-19 Vickenty Fesunov%{^CAPTURE_ALL} was intended to be an alias for %-...
2019-06-08 James E KeenanRevert "Fix edge case test failure in ext/POSIX/t/mb.t" origin/jkeenan/134182-xyz
2019-06-07 Dominic HargreavesFix edge case test failure in ext/POSIX/t/mb.t
2019-06-05 Tony Cook(perl #134175) tests for eval_pv rethrowing objects
2019-06-05 James E KeenanPrevent hostname() from accepting arguments
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-05-24 Karl WilliamsonPOSIX.xs: Add NOTREACHED to silence cygwin compiler
2019-05-24 Karl Williamsonposix_bump
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix undefined C behavior in test
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix typo in test name
2019-04-27 David Mitchellbump Typemap.pm version
2019-04-27 David MitchellTypemap.xs: avoid leak
2019-04-23 David Mitchellext/File-Glob/t/rt131211.t: simplify timing
2019-04-20 Karl WilliamsonPOSIX.xs: Use new inRANGE macro
2019-04-19 Karl Williamsonext/POSIX/t/mb.t: Skip a test on early HP-UX
2019-04-19 Karl Williamsonext/POSIX/t/posix.t: Clarify tests
2019-04-19 sisyphusCheck that perl and POSIX::strtod assign same value
2019-04-19 David Mitchellext/File-Glob/t/rt131211.t: fix timing issues #2
2019-04-18 Karl Williamsonext/I18N-Langinfo/Langinfo.pm: Fix comments
2019-04-15 Karl Williamsonext/POSIX/t/mb.t: Fix osvers= syntax checking
2019-04-14 Karl WilliamsonPOSIX/t/mb.t: Skip test on early HP-UX
2019-04-13 Karl WilliamsonReinstate and fix failing POSIX mb.t test
2019-04-12 James E KeenanRevert "ext/POSIX/t/mb.t: Add test for MB_CUR_MAX"
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Add test for MB_CUR_MAX
2019-04-09 Karl WilliamsonMake POSIX::mblen() slightly safer
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Use actual expected char len
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Generalize for EBCDIC
2019-03-25 Niko TyniFix POSIX::mblen mbstate_t initialization on threaded...
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-02-25 Tony Cookbump $PerlIO::encoding::VERSION
2019-02-25 Tony Cook(perl #131683) enable warnings for the block that tests...
2019-02-24 PaliPerlIO::encoding: Use Encode::ONLY_PRAGMA_WARNINGS...
2019-02-19 David Mitchellget MakeMaker to play under PERL_GLOBAL_STRUCT
2019-02-19 David Mitchellext/SDBM_File/sdbm.c: don't include INTERN.h
2019-02-06 Karl Williamsonext/POSIX: Fix compilation error
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2019-01-23 James E Keenanfind.t: Use temporary testing directory for all blocks...
2019-01-20 James E KeenanProvide defined value for $TODO only where test should...
2019-01-20 James E KeenanProvide defined value for $TODO only where test is...
2018-12-19 Tony Cookbump $File::Find::VERSION
2018-12-19 Tomasz KonojackiFile::Find: set $Is_Win32 and $Is_VMS variables
2018-12-16 Tony Cook(perl #133673) disable the File::Find nlink optimizatio...
2018-12-15 James E KeenanAvoid "Use of uninitialized value $res in numeric eq...
2018-12-15 James E KeenanCorrect spelling error in 'skip' message
2018-12-14 David Mitchellext/GDBM_File/t/fatal.t: handle non-fatality
2018-12-12 Tony Cook(perl #133667) documentation improvements for the POSIX...
2018-12-12 Tony Cookwe don't need ext/POSIX/t/math.t +x
2018-12-11 sisyphusmath.t - support C99 math for mingw
2018-12-11 sisyphusPOSIX.xs - support C99 math for mingw
2018-12-07 Petr PísařMake ext/B/t/strict.t test alike to other ones.
2018-12-07 James E KeenanCorrect error message in t/taint.t.
2018-12-05 James E KeenanAdd header-guards to 2 additional files
2018-11-29 Tony Cookmake boot_Win32CORE extern "C" for C++ builds origin/tonyc/cygwin-fixes
2018-11-29 Tony Cookstdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE
2018-11-19 Niko TyniMake Errno_pm.PL compatible with /usr/include/<ARCH...
2018-11-19 David Mitchellext/File-Find: support parallel testing
2018-11-19 David Mitchellext/GDBM_File/t/fatal.t: support parallel testing
2018-11-19 Tony Cook(perl #132147) only test corrupt dbs on archs that...
2018-11-19 Tony Cook(perl #132147) add extra block validation checks
2018-11-19 Tony Cook(perl #132147) don't cache invalid pages
2018-11-19 Tony Cook(perl #132147) add tests for corrupt files from tickets
2018-11-16 Karl Williamsonregcomp.c: Fix up RE_TRACK_PATTERN_OFFSETS
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2018-11-05 Karl Williamsonext/re/t/qr.t: Rmv extraneous Debug statement
2018-11-04 Tony Cook(perl #132147) bump *DBM_File versions
2018-11-04 Tony Cook(perl #132147) add security warnings to the *DBM_File...
2018-11-01 James E KeenanCorrect spelling error
2018-10-18 James E Keenanbasic.t: Provide descriptions for all unit tests
2018-10-17 James E KeenanUse bsd_glob() instead of glob().
2018-10-17 James E KeenanRemove File::Glob::glob() in perl-5.30
2018-10-14 James E KeenanUpdate example of Dump on hashref.
2018-10-06 Matthias BethkePOSIX.pod: Mark cuserid() as obsolete
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-25 James E KeenanRemove B::Debug from core distribution.
next