This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Remove improper line
[perl5.git] / ext /
2018-04-17 Daniel Draganfix SEGV in XS::APItest::Backrefs::Comctl32Version()
2018-04-03 David MitchellPOSIX.pm: resolve ambiguous #If
2018-04-01 Karl WilliamsonPATCH: [perl #133405] POSIX.xs: Silence compiler warning
2018-03-27 Dagfinn Ilmari Man... Mark unused dl_unload_all_files() argument
2018-03-27 Dagfinn Ilmari Man... Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXIT
2018-03-22 Karl WilliamsonI18N::Langinfo/t/Langinfo.t: Skip tests on early netbsd
2018-03-21 David Mitchellop_dump(): display PARENT of top-most node
2018-03-19 Todd RinaldoUpdate File::Glob to 1.31 to account for changes in...
2018-03-16 Karl WilliamsonSilence compilter warning
2018-03-12 Karl WilliamsonDon't use duplocale() unless is present
2018-03-12 Karl WilliamsonPOSIX.pod: Fix nit
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl WilliamsonLanginfo: Implement CODESET on Windows
2018-03-12 Karl WilliamsonPATCH: [perl #127288] I18N::Langinfo sets UTF-8 bit
2018-03-12 Karl WilliamsonI18N::Langinfo: fix pod nits
2018-03-12 Karl WilliamsonActually make I18N::Langinfo avail on all platforms
2018-03-12 Karl WilliamsonChange enum names for new locale function parameters
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Store hash return for readability
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Sort some tests
2018-03-06 Daniel DraganFile::Glob bsd_glob.c dont use "loop" as a goto label
2018-03-02 Karl WilliamsonBump version of POSIX.pm to 1.83; warnings to 1.42
2018-03-02 Karl WilliamsonRemove parameter from isSCRIPT_RUN
2018-02-27 David Mitchellext/File-Glob/t/rt131211.t: fix timing issues
2018-02-26 Karl WilliamsonAPItest/t/locale.t: Add detail to test names
2018-02-22 Karl WilliamsonAPItest:locale.t Fix ALT_DIGITS test
2018-02-19 Father ChrysostomosFix two bugs when calling &xsub when @_ has holes
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonPOSIX.xs: Fix localeconv_l()
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
next