This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PathTools/Cwd.xs: define SYSNAME/SYSNAME_LEN for OS390 only
[perl5.git] / ext /
2022-06-21 Karl WilliamsonChange !! to cBOOL() in dist/ext modules
2022-06-17 Sidney Markowitzdefine POSIX:: constants from limits.h when building...
2022-06-16 Karl WilliamsonRegularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
2022-06-14 Karl WilliamsonRevert "Do per-word hop back"
2022-06-14 Karl WilliamsonDo per-word hop back
2022-06-10 Karl WilliamsonRemove support for Ultrix
2022-06-09 Karl WilliamsonPOSIX.xs: White-space only
2022-06-09 Karl WilliamsonPOSIX.xs: Use macro to reduce complexity
2022-06-08 Tony Cookuse Off_t for file offsets in sdbm.c
2022-06-08 Nicholas ClarkOpcode.xs now uses PL_op_name and PL_op_desc directly
2022-06-08 Nicholas Clarkopset_len in Opcode.xs is a constant, so should be...
2022-06-06 James E Keenanopt.t: Fix count of tests to be skipped
2022-06-03 Tony Cookbump $GDBM_File::VERSION
2022-06-03 Tony CookGDBM_File: fix fetching mmapsize
2022-05-30 Leon TimmermansAPItest.xs: flush output in test_bool_internals_func
2022-05-28 Tomasz Konojackimake PERL_USE_SAFE_PUTENV the default and the only...
2022-05-28 Karl WilliamsonB:: Use proper hyperlink in pod
2022-05-28 Nicolas RExtra B::PADNAME helpers: GEN and IsUndef
2022-05-28 Nicolas RAdd B helpers to check if the Sv is a boolean
2022-05-28 Yves OrtonXS-APItest - add tests for new API calls and for bool...
2022-05-04 Karl WilliamsonPOSIX.pod: Use proper hyperlink
2022-05-04 Karl WilliamsonAmiga-Exec/Exec.pm: Fix pod
2022-04-16 David Mitchellfor my ($x) ...: fix handling of degenerate 1-var
2022-04-13 Yves Ortonre.pm - add notes that the debug output is NOT a "suppo...
2022-04-10 Sergey Poznyakoffgdbm: make sure basic error codes are always defined
2022-04-08 sisyphusext/Devel-Peek/t/Peek.t - cater for doubledouble where...
2022-03-27 Karl WilliamsonAPItest/t/sv_streq.t: Generalize for EBCDIC
2022-03-26 Karl WilliamsonDevel::Peek::Peek.t: Simplify EBCDIC handling
2022-03-26 Karl WilliamsonDevel::Peek::Peek.t: Add missing '\' for EBCDIC
2022-03-09 TAKAI KousukeAdd tests for increased NV precision in Devel::Peek...
2022-03-07 Paul "LeoNerd" EvansRename is{bool,weak} to is_{bool,weak}
2022-03-05 TAKAI KousukeAdd test for the previous commit fixing Perl_my_strtod
2022-03-04 Hugo van der Sandengh19010: simplify and expand inf/nan tests
2022-03-04 Hugo van der Sandengh19010: fix returns for Perl_grok_infnan
2022-03-04 Felipe GasperMake sv_dump() (and Devel::Peek) escape PV contents...
2022-03-02 James E KeenanCorrect one spelling error
2022-03-01 Karl WilliamsonFix UTF8_IS_REPLACEMENT() and add tests
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
2022-02-18 Christopher YeleightonDocument Hash::Util::hash_value($string, $seed)
2022-02-15 TAKAI KousukePOSIX.pod: wording fix in the description of testing...
2022-02-15 TAKAI KousukePOSIX.pod: add link and small example for the descripti...
2022-02-15 TAKAI KousukePOSIX.pod: NaN-ness should be able to be tested by...
2022-01-27 Paul "LeoNerd" EvansAlso document and unit-test the correct handling of...
2022-01-27 Paul "LeoNerd" EvansSlight tidying of tests
2022-01-27 Paul "LeoNerd" EvansCreate sv_streq() API family, as a stringy copy of...
2022-01-26 Paul "LeoNerd" EvansHave sv_numeq() respect == overloading unless the SV_SK...
2022-01-26 Paul "LeoNerd" EvansInitial implementation of sv_numeq() and _flags() variant
2022-01-25 Paul "LeoNerd" EvansFix bundled .pm files for experimental::builtin warnings
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2022-01-24 James RaspassAdd ceil & floor to builtin
2022-01-18 Mike Fultonz/OS ASCII Enablement: Manage untagged header errno...
2022-01-04 Michiel BeijenPod::Html: improve all tests
2022-01-04 Michiel BeijenHash::Util::FieldHash: improve test suite
2021-12-28 Sawyer XReplace bareword filehandle with a lexical scalar:
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-24 Michiel Beijenuse is_deeply instead of eq_ Test::More functions
2021-12-24 TAKAI KousukeAdd last-resort implementation for POSIX::FLT_ROUNDS.
2021-12-24 TAKAI KousukePOSIX: FLT_ROUNDS is now an XS function rather than...
2021-12-24 Karl WilliamsonBump version number of ext/POSIX
2021-12-14 Paul "LeoNerd" EvansUse builtin::reftype in ext/
2021-12-08 Paul "LeoNerd" EvansUse builtin::reftype/refaddr in .t files
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in .t files in lib/ + ext/
2021-12-08 Paul "LeoNerd" EvansAdd builtin::blessed, refaddr and reftype
2021-12-04 Paul "LeoNerd" EvansAdd builtin:: funcs for handling weakrefs
2021-12-01 Paul "LeoNerd" EvansDirect optree implementations of builtin:: functions
2021-11-02 Dagfinn Ilmari Man... Remove AT&T UWIN support
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-11-01 Tony Cookbump $GDBM_File::VERSION
2021-11-01 Sergey Poznyakoffgdbm: Define error codes; provide the global $gdbm_errn...
2021-10-20 Nicholas ClarkFix the build and tests when NODEFAULT_SHAREKEYS is...
2021-10-15 Nicholas ClarkB::Concise now handles n-at-a-time for.
2021-10-15 Nicholas ClarkTests for existing for loop optrees.
2021-10-14 Sergey PoznyakoffGDBM_File: Implement crash-tolerance and export/import...
2021-10-11 Nicholas ClarkRename HE_SVSLOT to HE_ARENA_ROOT_IX
2021-10-09 James E KeenanBetter email address for Perl 5 Porters 19180/head
2021-10-09 James E KeenanSend bug reports to GitHub
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-21 Andrew Hewus FreshNothing changed in SIGINFO for OpenBSD 7.0
2021-09-20 Olaf AldersUpdate comment in POSIX::import()
2021-09-16 Nicholas Clarkext/B/t/o.t shouldn't generate the same test module...
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
2021-09-16 Nicholas ClarkRemove former SKIP blocks in ext/B/t/concise.t and...
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
2021-09-16 Nicholas ClarkAvoid a use-after-free deleting 8-bit keys from stashes
2021-09-15 Paul "LeoNerd" EvansTest SvIsBOOL() using XS::APItest
2021-09-13 Tony Cooktest and fix using T_CVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_AVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_HVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_SVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cookbump $XS::Typemap::VERSION
2021-09-13 Tony Cooktest and fix using T_SV as an OUTPUT parameter
2021-09-10 Paul "LeoNerd" EvansAdd SvIsBOOL() macro to test for SVs being boolean...
2021-09-10 David MitchellAPItest.xs: remove unneeded SvPV_force_nolen()
2021-09-03 Nicholas ClarkTest Devel::Peek with tied hashes
2021-09-01 James E KeenanExercise Pod::Html::Util::html_escape on Title element 19093/head
2021-08-28 Nicholas ClarkTest that mg_copy is called only when expected. 19089/head
2021-08-28 Nicholas ClarkUnicode tests should be in XS::APItest, not XS::APItest...
2021-08-25 Paul "LeoNerd" EvansUse new sv_setrv_noinc() in Devel::Peek
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-23 Nicholas ClarkHash::Util::FieldHash fix_trigger can pre-size the...
next