This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use safe UTF8SKIP
[perl5.git] / ext /
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-02-25 Tony Cookbump $PerlIO::encoding::VERSION
2019-02-25 Tony Cook(perl #131683) enable warnings for the block that tests...
2019-02-24 PaliPerlIO::encoding: Use Encode::ONLY_PRAGMA_WARNINGS...
2019-02-19 David Mitchellget MakeMaker to play under PERL_GLOBAL_STRUCT
2019-02-19 David Mitchellext/SDBM_File/sdbm.c: don't include INTERN.h
2019-02-06 Karl Williamsonext/POSIX: Fix compilation error
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2019-01-23 James E Keenanfind.t: Use temporary testing directory for all blocks...
2019-01-20 James E KeenanProvide defined value for $TODO only where test should...
2019-01-20 James E KeenanProvide defined value for $TODO only where test is...
2018-12-19 Tony Cookbump $File::Find::VERSION
2018-12-19 Tomasz KonojackiFile::Find: set $Is_Win32 and $Is_VMS variables
2018-12-16 Tony Cook(perl #133673) disable the File::Find nlink optimizatio...
2018-12-15 James E KeenanAvoid "Use of uninitialized value $res in numeric eq...
2018-12-15 James E KeenanCorrect spelling error in 'skip' message
2018-12-14 David Mitchellext/GDBM_File/t/fatal.t: handle non-fatality
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()
next