summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump $PerlIO::via::VERSIONTony Cook2019-08-081-1/+1
* PerlIO::Via: check arg is non-NULL before using it.Tony Cook2019-08-071-2/+2
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-223-2/+89
* bump $File::Find::VERSIONTony Cook2019-07-221-1/+1
* File-Find/t/find.t: reindent after adding a SKIP blockTony Cook2019-07-221-38/+38
* writing to the root directory requires elevated privilegesTony Cook2019-07-221-1/+4
* PerlIO-encoding/t/encoding.t: improve test skipDavid Mitchell2019-07-111-5/+2
* Correct typo in POSIX.podJames E Keenan2019-07-101-1/+1
* (perl #134177) add G_RETHROW flag to eval_sv()Tony Cook2019-07-082-2/+26
* Fix "it it" typosDagfinn Ilmari Mannsåker2019-07-043-4/+4
* (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