summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert "Also adjust t/xsub_h.t to use $^V." part of 4a88c3486c for maintSteve Hay2023-04-101-1/+1
* POSIX.pod: Use proper hyperlinkKarl Williamson2022-05-041-1/+1
* Amiga-Exec/Exec.pm: Fix podKarl Williamson2022-05-041-3/+3
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-8/+8
* re.pm - add notes that the debug output is NOT a "supported API".Yves Orton2022-04-131-2/+18
* gdbm: make sure basic error codes are always definedSergey Poznyakoff2022-04-101-1/+6
* ext/Devel-Peek/t/Peek.t - cater for doubledouble where neededsisyphus2022-04-081-6/+37
* APItest/t/sv_streq.t: Generalize for EBCDICKarl Williamson2022-03-261-7/+7
* Devel::Peek::Peek.t: Simplify EBCDIC handlingKarl Williamson2022-03-261-48/+27
* Devel::Peek::Peek.t: Add missing '\' for EBCDICKarl Williamson2022-03-261-1/+1
* Add tests for increased NV precision in Devel::Peek::DumpTAKAI Kousuke2022-03-091-0/+23
* Rename is{bool,weak} to is_{bool,weak}Paul "LeoNerd" Evans2022-03-071-3/+3
* Add test for the previous commit fixing Perl_my_strtodTAKAI Kousuke2022-03-052-0/+31
* gh19010: simplify and expand inf/nan testsHugo van der Sanden2022-03-041-30/+36
* gh19010: fix returns for Perl_grok_infnanHugo van der Sanden2022-03-041-7/+10
* Make sv_dump() (and Devel::Peek) escape PV contents with hex, not octal.Felipe Gasper2022-03-041-6/+6
* Correct one spelling errorJames E Keenan2022-03-022-59/+59
* Fix UTF8_IS_REPLACEMENT() and add testsKarl Williamson2022-03-013-1/+17
* 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