summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-163-80/+0
* un-TODO pl_check.t and remove io/handle.tTony Cook2019-12-121-5/+1
* provide a test for the PL_check mis-behaviourTony Cook2019-12-123-0/+84
* APItest.xs: Increase versionPali2019-12-101-1/+1
* APItest.xs: Fix compile warning: format ‘%d’ expects argument of type ‘...Pali2019-12-101-1/+1
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-1/+2
* ext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDICKarl Williamson2019-12-071-20/+27
* ext/XS-APItest/t/utf8_warn_base.pl: Don't recalculate valueKarl Williamson2019-12-071-4/+3
* ext/XS-APItest/t/utf8_warn_base.pl: Fix comment typosKarl Williamson2019-12-071-3/+2
* move the implementation of %-, %+ into coreTony Cook2019-12-042-138/+4
* POSIX/t/time.t: Reset LC_CTYPE to CKarl Williamson2019-11-271-3/+11
* fix POSIX.xs under VMSDavid Mitchell2019-11-191-6/+11
* declare perl core's sig handler as 1-argDavid Mitchell2019-11-181-1/+0
* POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-182-15/+40
* ext/DynaLoader/dl_aix.xs: Use isDIGIT macroKarl Williamson2019-11-112-2/+2
* Fix a broken linkTom Hukins2019-10-251-20/+4
* APItest: Remove use of macros about to be removedKarl Williamson2019-09-292-98/+73
* fix leak in APItest.xsDavid Mitchell2019-09-251-4/+4
* XS-APItest/t/subsignature.t: remove debugging codeDavid Mitchell2019-09-251-1/+0
* put signature ops in their own subtree.David Mitchell2019-09-233-4/+12
* OP_ARGCHECK: use custom aux structDavid Mitchell2019-09-232-12/+20
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-237-45/+45
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-207-45/+45
* set VOID on OP_ENTERDavid Mitchell2019-09-197-45/+45
* bump $XS::APItest::VERSIONTony Cook2019-09-021-1/+1
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-022-1/+60
* Add ability to dump pre-optimized compiled patternKarl Williamson2019-08-261-11/+17
* ext/re/re.pm: Clarify pod slightlyKarl Williamson2019-08-261-2/+2
* ext/re/re.pm: White-space only, bump versionKarl Williamson2019-08-261-24/+25
* Make find.t work on VMS by trimming trailing dots.Craig A. Berry2019-08-251-2/+6
* I18N::Langinfo: Add doc headingKarl Williamson2019-08-201-1/+3
* 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