summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* z/OS ASCII Enablement: Manage untagged header errno.h by copy & tagMike Fulton2022-01-181-2/+6
* Pod::Html: improve all testsMichiel Beijen2022-01-0419-62/+61
* Hash::Util::FieldHash: improve test suiteMichiel Beijen2022-01-048-89/+52
* Replace bareword filehandle with a lexical scalar:Sawyer X2021-12-281-9/+11
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-2/+0
* use is_deeply instead of eq_ Test::More functionsMichiel Beijen2021-12-244-48/+48
* Add last-resort implementation for POSIX::FLT_ROUNDS.TAKAI Kousuke2021-12-242-1/+72
* POSIX: FLT_ROUNDS is now an XS function rather than a constantTAKAI Kousuke2021-12-243-4/+25
* Bump version number of ext/POSIXKarl Williamson2021-12-241-1/+1
* Use builtin::reftype in ext/Paul "LeoNerd" Evans2021-12-142-4/+4
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-082-11/+6
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-083-3/+2
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-081-0/+1
* Add builtin:: funcs for handling weakrefsPaul "LeoNerd" Evans2021-12-041-0/+1
* Direct optree implementations of builtin:: functionsPaul "LeoNerd" Evans2021-12-011-1/+3
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-023-5/+4
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-027-13/+10
* bump $GDBM_File::VERSIONTony Cook2021-11-021-1/+1
* gdbm: Define error codes; provide the global $gdbm_errno variable.Sergey Poznyakoff2021-11-023-11/+284
* Fix the build and tests when NODEFAULT_SHAREKEYS is definedNicholas Clark2021-10-202-0/+9
* B::Concise now handles n-at-a-time for.Nicholas Clark2021-10-152-3/+134
* Tests for existing for loop optrees.Nicholas Clark2021-10-151-0/+186
* GDBM_File: Implement crash-tolerance and export/import functions.Sergey Poznyakoff2021-10-145-58/+659
* Rename HE_SVSLOT to HE_ARENA_ROOT_IXNicholas Clark2021-10-112-4/+4
* Better email address for Perl 5 PortersJames E Keenan2021-10-091-1/+1
* Send bug reports to GitHubJames E Keenan2021-10-091-7/+6
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-0813-65/+30
* Nothing changed in SIGINFO for OpenBSD 7.0Andrew Hewus Fresh2021-09-211-1/+1
* Update comment in POSIX::import()Olaf Alders2021-09-201-2/+2
* ext/B/t/o.t shouldn't generate the same test module each run.Nicholas Clark2021-09-162-34/+15
* Remove all "configured without perlio" test SKIPs from ext/PerlIO-*Nicholas Clark2021-09-165-22/+3
* Remove former SKIP blocks in ext/B/t/concise.t and re-indentNicholas Clark2021-09-161-204/+200
* Remove all "configured without perlio" test SKIPs from ext/BNicholas Clark2021-09-1614-88/+6
* Avoid a use-after-free deleting 8-bit keys from stashesNicholas Clark2021-09-161-0/+19
* Test SvIsBOOL() using XS::APItestPaul "LeoNerd" Evans2021-09-153-0/+91
* test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+15
* bump $XS::Typemap::VERSIONTony Cook2021-09-131-1/+1
* test and fix using T_SV as an OUTPUT parameterTony Cook2021-09-133-1/+13
* Add SvIsBOOL() macro to test for SVs being boolean-intentPaul "LeoNerd" Evans2021-09-105-4/+28
* APItest.xs: remove unneeded SvPV_force_nolen()David Mitchell2021-09-101-2/+0
* Test Devel::Peek with tied hashesNicholas Clark2021-09-031-1/+33
* Exercise Pod::Html::Util::html_escape on Title elementJames E Keenan2021-09-012-3/+3
* Test that mg_copy is called only when expected.Nicholas Clark2021-08-282-3/+72
* Unicode tests should be in XS::APItest, not XS::APItest::Magic.Nicholas Clark2021-08-281-9/+2
* Use new sv_setrv_noinc() in Devel::PeekPaul "LeoNerd" Evans2021-08-252-4/+2
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+2
* Hash::Util::FieldHash fix_trigger can pre-size the hash before use.Nicholas Clark2021-08-232-3/+3