summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* (perl #134193) allow %{^CAPTURE} to work when @{^CAPTURE} comes firstTony Cook2019-06-191-0/+3
* %{^CAPTURE_ALL} was intended to be an alias for %-; make it so.Vickenty Fesunov2019-06-193-5/+13
* Revert "Fix edge case test failure in ext/POSIX/t/mb.t"James E Keenan2019-06-081-6/+2
* Fix edge case test failure in ext/POSIX/t/mb.tDominic Hargreaves2019-06-071-2/+6
* (perl #134175) tests for eval_pv rethrowing objectsTony Cook2019-06-051-2/+5
* Prevent hostname() from accepting argumentsJames E Keenan2019-06-042-14/+9
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-282-2/+2
* POSIX.xs: Add NOTREACHED to silence cygwin compilerKarl Williamson2019-05-241-0/+1
* posix_bumpKarl Williamson2019-05-241-1/+1
* ext/POSIX/t/posix.t: Fix undefined C behavior in testsisyphus2019-04-281-1/+2
* ext/POSIX/t/posix.t: Fix typo in test namesisyphus2019-04-281-1/+1
* bump Typemap.pm versionDavid Mitchell2019-04-271-1/+1
* Typemap.xs: avoid leakDavid Mitchell2019-04-271-3/+3
* ext/File-Glob/t/rt131211.t: simplify timingDavid Mitchell2019-04-231-7/+3
* POSIX.xs: Use new inRANGE macroKarl Williamson2019-04-201-2/+2
* ext/POSIX/t/mb.t: Skip a test on early HP-UXKarl Williamson2019-04-191-2/+2
* ext/POSIX/t/posix.t: Clarify testsKarl Williamson2019-04-191-5/+6
* Check that perl and POSIX::strtod assign same valuesisyphus2019-04-191-3/+51
* ext/File-Glob/t/rt131211.t: fix timing issues #2David Mitchell2019-04-191-1/+1
* ext/I18N-Langinfo/Langinfo.pm: Fix commentsKarl Williamson2019-04-181-3/+3
* ext/POSIX/t/mb.t: Fix osvers= syntax checkingKarl Williamson2019-04-151-1/+1
* POSIX/t/mb.t: Skip test on early HP-UXKarl Williamson2019-04-141-0/+6
* Reinstate and fix failing POSIX mb.t testKarl Williamson2019-04-131-4/+8
* Revert "ext/POSIX/t/mb.t: Add test for MB_CUR_MAX"James E Keenan2019-04-121-6/+4
* ext/POSIX/t/mb.t: Add test for MB_CUR_MAXKarl Williamson2019-04-091-4/+6
* Make POSIX::mblen() slightly saferKarl Williamson2019-04-091-0/+5
* ext/POSIX/t/mb.t: Use actual expected char lenKarl Williamson2019-04-091-2/+2
* ext/POSIX/t/mb.t: Generalize for EBCDICKarl Williamson2019-04-091-1/+4
* Fix POSIX::mblen mbstate_t initialization on threaded perls with glibcNiko Tyni2019-03-243-2/+49
* there is no sv_catpvfn()Tony Cook2019-03-141-1/+1
* bump $PerlIO::encoding::VERSIONTony Cook2019-02-251-1/+1
* (perl #131683) enable warnings for the block that tests for warningsTony Cook2019-02-251-0/+1
* PerlIO::encoding: Use Encode::ONLY_PRAGMA_WARNINGS in fallback by defaultPali2019-02-251-1/+1
* get MakeMaker to play under PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-2/+7
* ext/SDBM_File/sdbm.c: don't include INTERN.hDavid Mitchell2019-02-191-1/+0
* ext/POSIX: Fix compilation errorKarl Williamson2019-02-062-2/+3
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-255-11/+3
* find.t: Use temporary testing directory for all blocks of tests.James E Keenan2019-01-231-46/+56
* Provide defined value for $TODO only where test should not run.James E Keenan2019-01-201-10/+9
* Provide defined value for $TODO only where test is still failing.James E Keenan2019-01-201-3/+5
* bump $File::Find::VERSIONTony Cook2018-12-201-1/+1
* File::Find: set $Is_Win32 and $Is_VMS variablesTomasz Konojacki2018-12-201-2/+2
* (perl #133673) disable the File::Find nlink optimization by defaultTony Cook2018-12-171-31/+9
* Avoid "Use of uninitialized value $res in numeric eq (==)" warningJames E Keenan2018-12-151-1/+1
* Correct spelling error in 'skip' messageJames E Keenan2018-12-151-1/+1
* ext/GDBM_File/t/fatal.t: handle non-fatalityDavid Mitchell2018-12-141-9/+26
* (perl #133667) documentation improvements for the POSIX moduleTony Cook2018-12-121-2/+5
* we don't need ext/POSIX/t/math.t +xTony Cook2018-12-121-0/+0
* math.t - support C99 math for mingwsisyphus2018-12-111-1/+6
* POSIX.xs - support C99 math for mingwsisyphus2018-12-111-1/+1