This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change name of regnode for clarity
[perl5.git] / ext /
2018-02-17 Karl WilliamsonAPItest: Add U8* typemap, and use it
2018-02-16 Zeframdon't clobber file bytes in :encoding layer
2018-02-14 James E KeenanUpdate link in documentation.
2018-02-09 Karl WilliamsonAPItest: Fix C++ compiles
2018-02-08 Karl WilliamsonAPItest: Correct parameter sign
2018-02-07 Karl WilliamsonAdd uvchr_to_utf8_flags_msgs()
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl: Clarify some comments
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl: Move a variable outside...
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl; Fix 'ok' tests
2018-02-05 Karl WilliamsonAPItest: Add tests for utf8_to_bytes()
2018-02-05 Karl WilliamsonAPItest:t/utf8_setup.pl: Display printables as themselves
2018-01-31 Karl WilliamsonPOSIX::localconv(): Prefer localeconv_l()
2018-01-31 Karl WilliamsonPOSIX.xs: Add mutex around localeconv()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrtowc() over mbtowc()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrlen() over mblen()
2018-01-31 Karl WilliamsonPOSIX::localeconv() Use new fcn; avoid recalcs
2018-01-31 Karl WilliamsonPOSIX.xs: White space only
2018-01-31 Karl WilliamsonPOSIX.xs: Keep locale change to minimum span
2018-01-31 Karl WilliamsonPOSIX::strftime: Add better fallback about UTF-8
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2018-01-31 Karl WilliamsonTeach perl about more locale categories
2018-01-31 Karl WilliamsonPerl_langinfo: Teach about YESSTR and NOSTR
2018-01-31 Karl WilliamsonAPItest/t/locale.t: Add some tests
2018-01-30 Karl WilliamsonAPItest/APItest.xs: Simplify mappings
2018-01-30 Karl WilliamsonAPItest/t/utf8_warn_base.pl: White-space only
2018-01-30 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Improve diagnostics
2018-01-30 Karl WilliamsonAdd utf8n_to_uvchr_msgs()
2018-01-25 Tony Cookbump $Errno::VERSION
2018-01-25 George HartzellTypo: 'at alia' should be 'et alia'
2018-01-22 Karl WilliamsonAllow space for NUL is UTF-8 array decls
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-07 Peter John AcklamFacilitate building with quadmath on Cygwin.
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-28 Karl WilliamsonFix Pod::Html for EBCDIC
2017-12-21 Zeframfix up faulty perl embeddings
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframshow modern usage for {XS,Dyna}Loader
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-16 Zeframretry gdbm_open() upon block size error
2017-12-15 Zeframdocument GDBM_File's delete vs each conflict
2017-12-14 Zeframfix links in generated HTML documentation
2017-12-13 Zeframautomatic titling in Pod::Html
2017-12-12 Karl WilliamsonAdd variant_under_utf8_count() core function
2017-12-12 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-12 Karl WilliamsonAPItest/t/handy_base.pl: Avoid uninitialized warning
2017-12-11 Father ChrysostomosAPItest.xs: shenanigans to avoid warnings
2017-12-11 Father ChrysostomosAvoid newGVgen in default typemap
2017-12-09 Karl WilliamsonAPItest/t/utf8.t: Simplify some tests
2017-12-08 Karl WilliamsonAPItest/t/utf8.t: Clarify a couple of test names
2017-12-06 Zeframdocument hostname(@args) deprecation
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 David MitchellPOSIX.xs: remove unused variable
2017-11-28 Zeframavoid gratuitous given/when in test
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2017-11-27 Karl WilliamsonAPItest: Add ability to test API fcn utf8_length()
2017-11-27 Karl WilliamsonAPItest: Initialize parameter
2017-11-26 Karl WilliamsonPOSIX.xs: Convert to use is_utf8_non_invariant_string()
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframregularise "when"
2017-11-19 Karen Etheridgefix other pod versions that had become out of date...
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-17 Father ChrysostomosSuppress warning in XS-APItest’s sniscow.t
2017-11-16 Karl WilliamsonI18N::Langinfo: Add note to pod
2017-11-15 Nicolas RDynaLoader simplify parsing option rule
2017-11-15 Karl WilliamsonPOSIX.pod: Add cautions about locale use
2017-11-14 David Mitchellfix ext/B/t/optree_specials.t
2017-11-14 Zeframrip out Perl version portability from B
2017-11-14 Zeframin B::Concise, show RV target better
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-11 Lukas Maitest wrap_keyword_plugin (RT #132413)
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-10 Craig A. BerryMake VMS::Stdio declare PERL_EXT.
2017-11-09 Karl WilliamsonPOSIX.xs is PERL_EXT
2017-11-09 Karl WilliamsonBump version of B/t/OptreeCheck to 0.16
2017-11-09 Karl WilliamsonBump version of B/O.pm to 1.03
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-09 Karl WilliamsonPOSIX.xs: Move constant tests out of loop
2017-11-08 Todd Rinaldoext/B/t/strict.t: Assure B.pm and O.pm pass strict...
2017-11-08 Todd RinaldoFix warnings (used once) for O.pm
2017-11-08 Todd RinaldoFix warnings (used once) for B.pm
2017-11-08 Todd RinaldoRemove unnecessary module loads from B and O
2017-11-06 Karl Williamsonext/attributes/attributes.xs is PERL_EXT
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-03 J. Nick KostonAvoid unique REGCOMP in dynaloader
next