This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
grok_bin_oct_hex: Unroll loop one more iteration
[perl5.git] / ext /
2018-12-12 Tony Cook(perl #133667) documentation improvements for the POSIX...
2018-12-12 Tony Cookwe don't need ext/POSIX/t/math.t +x
2018-12-11 sisyphusmath.t - support C99 math for mingw
2018-12-11 sisyphusPOSIX.xs - support C99 math for mingw
2018-12-07 Petr PísařMake ext/B/t/strict.t test alike to other ones.
2018-12-07 James E KeenanCorrect error message in t/taint.t.
2018-12-05 James E KeenanAdd header-guards to 2 additional files
2018-11-29 Tony Cookmake boot_Win32CORE extern "C" for C++ builds origin/tonyc/cygwin-fixes
2018-11-29 Tony Cookstdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE
2018-11-19 Niko TyniMake Errno_pm.PL compatible with /usr/include/<ARCH...
2018-11-19 David Mitchellext/File-Find: support parallel testing
2018-11-19 David Mitchellext/GDBM_File/t/fatal.t: support parallel testing
2018-11-19 Tony Cook(perl #132147) only test corrupt dbs on archs that...
2018-11-19 Tony Cook(perl #132147) add extra block validation checks
2018-11-19 Tony Cook(perl #132147) don't cache invalid pages
2018-11-19 Tony Cook(perl #132147) add tests for corrupt files from tickets
2018-11-16 Karl Williamsonregcomp.c: Fix up RE_TRACK_PATTERN_OFFSETS
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2018-11-05 Karl Williamsonext/re/t/qr.t: Rmv extraneous Debug statement
2018-11-04 Tony Cook(perl #132147) bump *DBM_File versions
2018-11-04 Tony Cook(perl #132147) add security warnings to the *DBM_File...
2018-11-01 James E KeenanCorrect spelling error
2018-10-18 James E Keenanbasic.t: Provide descriptions for all unit tests
2018-10-17 James E KeenanUse bsd_glob() instead of glob().
2018-10-17 James E KeenanRemove File::Glob::glob() in perl-5.30
2018-10-14 James E KeenanUpdate example of Dump on hashref.
2018-10-06 Matthias BethkePOSIX.pod: Mark cuserid() as obsolete
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-25 James E KeenanRemove B::Debug from core distribution.
2018-09-12 Tony Cook(perl #133510) use quadmath versions of log10, ldexp...
2018-08-09 Tony Cook(perl #133422) handle Off_t smaller than size_t
2018-08-02 sisyphusext/POSIX/t/posix.t - Fix 'strtold works' test
2018-07-19 Karl WilliamsonRevert "Remove some deprecated functions from mathoms.c"
2018-07-05 Karl WilliamsonAPItest: Add comprehensive UTF-8 validity tests
2018-06-29 Karl WilliamsonRemove some deprecated functions from mathoms.c
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-05-24 Daniel Draganfix Mingw GCC C++ build errors PL_inf/PL_nan
2018-04-19 Sergey AleynikovPATCH: [perl #133121] Fix crash in gv_fetchmeth_sv
2018-04-19 Aaron CraneI18N::Langinfo: add a POD link
2018-04-19 Aaron CraneI18N::Langinfo: reword list items
2018-04-19 Aaron CraneI18N::Langinfo: clarify POD with a list
2018-04-19 Aaron CraneI18N::Langinfo: fix POD typo
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'
next