This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Document Perlacos and similar
[perl5.git] / ext /
2020-11-10 Nicolas RAdd a few helpers to B for INVLIST
2020-11-05 Tony Cookdragonfly BSD sets errno incorrectly for terminal contr...
2020-11-05 Nicolas RCatch errors earlier in Devel-Peek/t/Peek.t
2020-11-04 Scott BakerBump the version
2020-11-04 Scott BakerFix a failing test
2020-11-04 Scott BakerFix some tests for Pod2HTML
2020-11-04 Scott BakerLeave tabstops at 8
2020-11-04 Scott BakerUse Text::Tabs to convert tabs to spaces instead
2020-11-04 Scott BakerChange wording on source of code
2020-11-04 Scott BakerMake pod2html remove whitespace from literal blocks
2020-11-03 Tony Cookext/POSIX/t/sysconf.t: only unlink the fifo if we have...
2020-11-03 Tony Cookext/POSIX/t/posix.t: 0ee0b3d1 added 'use warnings'...
2020-11-03 Dan Bookadd versions to POSIX features
2020-10-31 Karl WilliamsonFix up delimcpy_no_escape()
2020-10-31 Karl WilliamsonRewrite delimcpy to use memchr and Copy, not per-byte
2020-10-31 Karl WilliamsonAdd API test for delimcpy()
2020-10-30 Karl Williamsonext/POSIX/t/posix.t: use 'warnings'
2020-10-19 James E Keenansysconf.t: close() takes filehandle, not file descriptor
2020-10-16 Karl Williamsonext/B/Makefile.PL: #define can have interior white...
2020-10-05 Todd RinaldoMake Exporter strict and warnings compliant
2020-10-04 Karl Williamsonmro.xs: Fix compiler warning
2020-10-03 Samanta NavarroFix typos
2020-09-29 Karl WilliamsonErrno: Bump version
2020-09-29 Thibault DUPONCHELLEFix build on Haiku beta, set correct Haiku usrinc and...
2020-09-27 Karl WilliamsonAPItest.xs: Silence compiler warning
2020-09-25 Sawyer XRemove Parrot reference
2020-09-25 Sawyer XLast bits of Perl 6 -> Raku
2020-09-25 Hugo van der SandenAdd missing aTHX_
2020-09-25 Hugo van der SandenAdd re::optimization()
2020-09-25 Hugo van der Sandenreorder re.pm docs
2020-09-14 Nicolas RFix Win32 errors from Errno
2020-09-10 John LightseyMake security warnings in the Safe and Opcode modules...
2020-08-28 Tony Cookdocument PerlIO::scalar's behavior for read-only scalars
2020-08-20 Karl WilliamsonTypemap.xs: Convert to use av_count()
2020-08-20 Karl Williamsonmro.xs: Convert to use av_count()
2020-08-20 Karl WilliamsonAPItest.xs: Convert to use av_count()
2020-08-20 Karl WilliamsonHash-Util-FieldHash: Convert to use av_count()
2020-08-10 Dagfinn Ilmari Man... B: Remove 5005threads vestiges from tests
2020-08-04 ☢ ℕicolas ℝXS-APItest: use PERL_VERSION_GE helper
2020-08-04 ☢ ℕicolas ℝHash-Util: use PERL_VERSION_LT macro
2020-08-04 Dagfinn Ilmari Man... Widen the feature bundle hint mask to 4 bits
2020-07-30 Ivan BaidakouComply old C-standart
2020-07-30 Ivan BaidakouTry to fix for MSVC
2020-07-30 Ivan BaidakouCorrect my_rpeep example in perlguts
2020-07-30 Tony Cookavoid using C99/C11 functions that NetBSD doesn't define
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-18 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix a couple tests
2020-07-18 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix comment misstat...
2020-07-18 Karl Williamsonext/XS-APItest/t/hv_macro.t: Generalize for EBCDIC
2020-07-18 Karl Williamsonext/File-Glob/t/basic.t: Check error returns
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-07-18 Karl WilliamsonXS-APItest: Silence a compiler warning
2020-07-17 James E Keenancorrupt.t: Correct spelling error
2020-06-07 Karl WilliamsonAPItest/t/utf16_to_utf8.t: Skip on EBCDIC
2020-06-07 Karl WilliamsonAPItest/t/svpv.t: Generalize for EBCDIC
2020-05-30 Sawyer XPartially reinstate "Perl 6" instead of Raku for mro...
2020-05-30 H.Merijn BrandPerl 6 -> Raku where appropriate
2020-05-25 Peter John AcklamAdd quadmath to list of libraries.
2020-05-24 Sawyer XFinally, bump version of File-Glob 17801/head
2020-05-23 Sawyer XFix File::Glob test:
2020-05-23 Sawyer XRemove File::Glob::glob() entirely
2020-05-23 Sergiy Borodychupdate POSIX POD to indicate that 'to(lower|upper)...
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-05-22 Dagfinn Ilmari Man... B: Remove duplicate check for split op in walkoptree.t
2020-04-11 Dominic HargreavesFix edge case test failure in ext/POSIX/t/mb.t
2020-04-02 sisyphusext/XS-APItest/APItest.xs - make allowances for big...
2020-04-02 Karl WilliamsonAPItest.pm: Bump version to 1.09
2020-03-30 ZeframEliminate build-time warning
2020-03-19 Karl WilliamsonFile-Glob/bsd_glob.c: use PerlEnv_getenv()
2020-03-18 Karl WilliamsonPOSIX.xs: Never pass NULL to ctermid()
2020-03-16 Karl WilliamsonDynaloader: Add, fix comments
2020-03-13 Nicolas RBump IPC-Open3 versions to fix cmp_version.t
2020-03-13 Dan BookIPC::Open2 and IPC::Open3 documentation updates
2020-03-13 Nicolas RAdd strict and warnings to some .PL files
2020-03-13 Zeframchained comparisons
2020-03-11 Karl Williamsonuse re qw(debug foo) should warn
2020-03-11 Karl Williamsonext/re/re.pm: Fix up setting debug option defaults
2020-03-05 Karl WilliamsonAllow wildcard pattern debugging
2020-03-04 Tony Cookbump $XS::APItest::VERSION
2020-03-04 Tony CookAPItest: get a compile-time warning if IVdf doesn't...
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen: Make length parameter optional
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-12 Karl WilliamsonRemove claimed support for mbstowcs, wcstombc
2020-02-11 Marc GreenReword pod2html crossref err msgs; show only if $verbose
2020-02-04 Yves OrtonB::perlstring - add support for \e (Fix #17526)
2020-01-24 Yves OrtonXS-APItest: add tests for U8TO64_LE() and other hashing...
2020-01-23 Karl Williamsonpv_uni_display: Use common fcn; \b mnemonic
2020-01-23 Karl WilliamsonWarn on too high a code point if portable warn enabled
2020-01-06 Tony Cookerror check the calls to sigaddset in POSIX::SigSet...
2020-01-04 Karl Williamsonutf8.c: Change parameter types of internal fcns
2020-01-02 David MitchellOP_MULTIDEREF: avoid trailing null aux byte
2019-12-30 Slaven RezicUpdate documentation for hash_seed()
2019-12-29 Karl WilliamsonPOSIX.xs: Fix typo displayed when fcn doesn't exist
2019-12-25 David MitchellAPItest.xs: fix subsignature test
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify strtod() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify setlocale() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify localeconv() text
next