This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Rmv duplicate strlen()
[perl5.git] / ext /
2024-01-02 Karl Williamsonlocale.c: Fix bug in getting langinfo(CRNCYSTR)
2024-01-02 Karl WilliamsonI18N-Langinfo/t/Langinfo.t: Use like()
2024-01-01 James E KeenanFile-Glob: exercise GLOB_MARK, GLOB_NOCHECK, etc.
2023-12-07 Lukas MaiFcntl: export O_TMPFILE on request (Linux specific)
2023-12-04 David MitchellHash-Util-FieldHash: fixup test on PERL_RC_STACK
2023-11-27 Lukas Maire: fix wording in documentation
2023-11-21 Steve HayRevert "Also adjust t/xsub_h.t to use $^V." part of...
2023-11-08 Tony Cookbump $POSIX::VERSION
2023-11-08 Tony CookPOSIX: MSVC defines all of these
2023-11-08 Tony CookPOSIX: the fallback copysign() doesn't handle NaNs
2023-11-08 Tony Cookext/POSIX/t/math.t: don't assume the sign of NaN
2023-10-21 Elvin Aslanov`File-Find`: Minor test/docs improvements
2023-10-11 Lukas MaiPOSIX: fix mktime on 32-bit platforms with large time_t
2023-10-10 Tony Cookbigmem/stack.t: skip if we're not using SSize_t mark
2023-10-09 Leon TimmermansMake *id_t types in POSIX integer types
2023-10-09 Leon TimmermansRemove unnecessary typemaps from POSIX
2023-10-09 Leon TimmermansFix T_SIGNO and T_FD to work with any variable name
2023-09-25 James E KeenanAvoid build-time warning
2023-09-25 Tony Cook64-bit stack: call_sv mark and return value handling
2023-09-25 Tony Cook64-bit stack: eval_sv() mark and argument count handling
2023-09-25 Tony Cook64-bit stack: ensure XS sees the large parameter lists
2023-09-25 Tony CookRevert "[perl #89544] Non-eval closures don’t need...
2023-09-23 Lukas Maifix PERL_VERSION_LE (for all x: x should be <= x)
2023-09-03 Tony CookXS-APItest/t/call.t: prevent noise introduced by G_USEH...
2023-09-02 David Mitchellpp_multiconcat(): use PADTMPs for magic stuff
2023-08-31 Tony Cookeval_sv: add a G_USEHINTS flag
2023-08-20 Karl WilliamsonPOSIX: time.t: Add missing arg to shift
2023-08-17 Karl WilliamsonPOSIX/t/time.t: Remove TODO
2023-08-17 Karl Williamsonext/POSIX/t/time.t: Fix to work on crippled boxes
2023-08-17 Karl Williamsontime.t: Add more strftime tests
2023-08-17 Karl WilliamsonPOSIX/t/time.t: Remove no longer necessary code
2023-08-17 Karl WilliamsonImplement sv_strftime_tm and sv_strftime_ints
2023-08-16 David Mitchellsupport RC XS subs: add CVf_XS_RCSTACK flag
2023-08-16 David MitchellEliminate PERL_XXX_TMP_NORC
2023-08-16 David MitchellXS::APItest::clone_with_stack(); check SI RC state
2023-08-16 David Mitchelladd tests for XSPP_wrapped() macro
2023-08-16 David Mitchellmake RC-stack-aware: ext/XS-APItest/
2023-08-16 David Mitchellmake RC-stack-aware: Devel::Peek::Dump()
2023-08-16 David Mitchellext/Devel-Peek/t/Peek.t: fixup top refcount
2023-08-14 Karl Williamsonstrftime: Always restore LC_CTYPE locale
2023-08-09 Dagfinn Ilmari Man... Add boolean cast to ndbm_EXISTS
2023-08-04 James E KeenanCustomize Pod::Html::Util::anchorify()
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-08-01 Tony CookPerlIO::via: sanity check READ method return value
2023-07-26 Dagfinn Ilmari Man... Remove microperl
2023-07-25 Leon TimmermansMove PerlIO::scalar into core
2023-07-24 Karl Williamsonlocale.c: Refactor S_get_category_index()
2023-07-24 Karl Williamsonlocale.c: Check for illegal input category
2023-07-10 Karl WilliamsonXS-APItest/t/locale.t: White space only
2023-07-10 Karl WilliamsonXS-APItest/t/locale.t: Skip tests if pre-req not met
2023-07-04 Tony Cookbump $POSIX::VERSION
2023-07-04 Lukas MaiPOSIX: fix compiler warnings on windows
2023-07-03 Tony CookErrno: also escape osvers
2023-05-24 Tony Cookbump $DynaLoader::VERSION and $Time::HiRes::VERSION
2023-05-24 Tony Cookdl_win32.xs: can't assign literal to "char *"
2023-05-01 Karl WilliamsonRemove my_strftime8()
2023-04-29 Yves Ortonext/SDBM_File/ - replace "define\t" with "define "
2023-04-29 Yves Ortonext/File-Glob/ - replace "define\t" with "define "
2023-04-02 Yves Ortontest infra - Under -DNO_TAINT_SUPPORT skip tests that...
2023-03-18 Yves Ortonscope.c - add mortal_destructor_sv() and mortal_svfunc_x()
2023-03-04 Karl WilliamsonFix my_strftime() upper space limit
2023-03-01 Karl WilliamsonPOSIX.pod: Remove obsolete C89 reference
2023-03-01 Karl WilliamsonPOSIX.xs: Silence compiler warning
2023-02-28 David Mitchellext/XS-APItest/t/magic.t: simplify recent test
2023-02-28 David MitchellXS::APItest::test_EXTEND(): fixups
2023-02-25 Yves OrtonAPITest.xs - silence build warning under 32 bit clang
2023-02-19 Yves Ortonmro.xs - silence maybe-uninitialized warning on gcc 12
2023-02-10 Paul "LeoNerd" EvansAccept field VAR = EXPR on field vars
2023-02-10 Paul "LeoNerd" EvansInitial attack at pod/perlclass.pod
2023-02-10 Paul "LeoNerd" EvansCreate a specific SV type for object instances
2023-02-10 Paul "LeoNerd" EvansInitial attack at basic 'class' feature
2023-02-10 Yves OrtonFile-Find - set up tempdir early and test that we can...
2023-02-08 Paul "LeoNerd" Evanspod/perlmroapi.pod - document linear MRO function retur...
2023-01-31 Yves OrtonFile-Find/t - rework tempdir creation and cleanup
2023-01-23 Yves Ortondump.c - dump new regexp fields properly
2023-01-20 David CantrellExport S_ISLNK and S_ISSOCK from POSIX.pm
2023-01-15 Yves Ortonregexec.c - fix memory leak in EVAL.
2023-01-13 Karl WilliamsonPOSIX.pod: Clarify mbtowc(), wctomb() pod
2023-01-09 Tony CookFile::Find: handle \ in symbolic links on Win32
2023-01-09 Yves Ortonregcomp.pl - fixup intflags debug data to handle gaps...
2023-01-09 Yves Ortonav.c - av_store() do the refcount dance around magic...
2023-01-06 Karl WilliamsonFix mojibake in POSIX::strftime()
2023-01-06 Karl Williamsonperlapi,POSIX.pod: Note problematic behavior with strft...
2023-01-04 Yves OrtonFile-Find/t - use File::Temp to create a private test...
2023-01-04 Yves OrtonFile-Find/t/taint.t - do not use rel2abs after we have...
2022-12-30 Yves OrtonXS-APItest/t/locale.t - deal with indented values properly
2022-12-29 Andrew RuthvenPOSIX::fmax - Correct the variable used in example
2022-12-26 Yves Ortonext/FileCache/t/ - fixup paralleism issues in tests
2022-12-22 Yves Ortonsv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX...
2022-12-22 Yves Ortongv.c - rename amagic_find() to amagic_applies()
2022-12-20 Karl WilliamsonAddress GH #20571
2022-12-20 Karl WilliamsonFix broken API: sync_locale()
2022-12-20 Karl WilliamsonAdd testing global locale switching; Todo #20565
2022-12-20 Karl WilliamsonAPI-test:locale.t: Look for a comma radix locale
2022-12-19 Paul "LeoNerd" EvansDefine OP_HELEMEXISTSOR, a handy LOGOP shortcut for...
2022-12-17 Paul "LeoNerd" EvansFile/Glob.xs: Idempotent setting of PL_opfreehook ...
2022-12-09 Yves Ortonregcomp.c - decompose into smaller files
2022-12-07 Karl Williamsonutf8_hop forwards Change continuation start behavior
2022-12-07 Karl WilliamsonAPItest: Generalize hop test for EBCDIC
2022-12-06 Karl Williamsonlocales: Add LC_NAME capabilities
next