summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* B::Concise - private flags may store the argument countRichard Leach2022-07-181-1/+6
* Add `newAVav()` and `newAVhv()`Paul "LeoNerd" Evans2022-07-132-0/+63
* Finish changing offset to hopKarl Williamson2022-07-101-2/+2
* APItest: Change comments/variable namesKarl Williamson2022-07-102-5/+4
* goto(&xs_sub): provide correct caller contextDavid Mitchell2022-07-062-1/+11
* Neaten the PADNAME flag constantsPaul "LeoNerd" Evans2022-07-053-3/+3
* Add builtin::is_taintedJames Raspass2022-07-051-16/+8
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-022-2/+2
* Change !! to cBOOL() in dist/ext modulesKarl Williamson2022-06-203-3/+3
* define POSIX:: constants from limits.h when building with mingwSidney Markowitz2022-06-171-0/+3
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-3/+3
* Revert "Do per-word hop back"Karl Williamson2022-06-141-3/+0
* Do per-word hop backKarl Williamson2022-06-141-0/+3
* Remove support for UltrixKarl Williamson2022-06-104-10/+3
* POSIX.xs: White-space onlyKarl Williamson2022-06-091-27/+28
* POSIX.xs: Use macro to reduce complexityKarl Williamson2022-06-092-25/+31
* use Off_t for file offsets in sdbm.cTony Cook2022-06-092-4/+9
* Opcode.xs now uses PL_op_name and PL_op_desc directlyNicholas Clark2022-06-081-4/+4
* opset_len in Opcode.xs is a constant, so should be a static constNicholas Clark2022-06-082-19/+13
* opt.t: Fix count of tests to be skippedJames E Keenan2022-06-061-1/+1
* bump $GDBM_File::VERSIONTony Cook2022-06-031-1/+1
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-032-2/+7
* APItest.xs: flush output in test_bool_internals_funcLeon Timmermans2022-05-301-0/+1
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-17/+1
* B:: Use proper hyperlink in podKarl Williamson2022-05-271-1/+1
* Extra B::PADNAME helpers: GEN and IsUndefNicolas R2022-05-272-1/+17
* Add B helpers to check if the Sv is a booleanNicolas R2022-05-273-4/+113
* XS-APItest - add tests for new API calls and for bool internalsYves Orton2022-05-274-2/+107
* 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