summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c,re.pm: Remove "offsets" debugging codeYves Orton2022-02-183-44/+4
* Document Hash::Util::hash_value($string, $seed)Christopher Yeleighton2022-02-171-7/+19
* POSIX.pod: wording fix in the description of testing NaN-nessTAKAI Kousuke2022-02-151-1/+1
* POSIX.pod: add link and small example for the description for NaN-ness testTAKAI Kousuke2022-02-151-2/+3
* POSIX.pod: NaN-ness should be able to be tested by "=="TAKAI Kousuke2022-02-151-1/+1
* Also document and unit-test the correct handling of UTF-8Paul "LeoNerd" Evans2022-01-271-2/+16
* Slight tidying of testsPaul "LeoNerd" Evans2022-01-272-6/+8
* Create sv_streq() API family, as a stringy copy of the sv_numeq() onesPaul "LeoNerd" Evans2022-01-272-0/+43
* Have sv_numeq() respect == overloading unless the SV_SKIP_OVERLOAD flag is pa...Paul "LeoNerd" Evans2022-01-262-2/+16
* Initial implementation of sv_numeq() and _flags() variantPaul "LeoNerd" Evans2022-01-264-1/+33
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-2/+4
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-254-0/+4
* Add ceil & floor to builtinJames Raspass2022-01-241-2/+3
* 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