This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl WilliamsonMake new_numeric() static
2018-02-18 Karl Williamsonvutil.c: Revise locale version handling
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl Williamsonperldelta for dTHX_DEBUGGING
2018-02-18 Karl Williamsonlocale.c: Add critical section
2018-02-18 Karl Williamsonlocale.c: Generalize errno handling
2018-02-18 Karl Williamsonlocale.c: Change some DEBUG_L to DEBUG_Lv
2018-02-18 Karl Williamsonlocale.c: Suppress some compiler warnings
2018-02-18 Karl Williamsonperlapi: Add a caution about Perl_langinfo()
2018-02-18 Karl Williamsonlocale.c: Add debugging info
2018-02-18 Karl WilliamsonAdd ${^SAFE_LOCALES}
2018-02-18 Karl WilliamsonAdd information to warning msgs
2018-02-18 Karl Williamsonlocale.c: Add comments, clarify others
2018-02-18 Karl Williamsonlocale.c: White-space only
2018-02-18 Karl Williamsonlocale.c: Check for anomalies in UTF-8 locales
2018-02-18 Karl Williamsonlocale.c: Rmv unnecessary locale toggle
2018-02-18 Karl Williamsonperl.h: Add dTHX_DEBUGGING
2018-02-18 Karl WilliamsonExtUtils::ParseXS/lib/perlxs.pod: Nits
2018-02-18 Karl Williamsonmakedef.pl: Use all #ifdefs to decide
2018-02-18 Karl WilliamsonUse proper #define to see if need PLnumeric underlying_obj
2018-02-18 Karl Williamsonperl.h Move some #defines
2018-02-18 Karl WilliamsonRevise when POSIX 2008 ops on FreeBSD
2018-02-18 Karl WilliamsonPOSIX.xs: Fix localeconv_l()
2018-02-18 Karl Williamsonregcomp.c: Add cast to avoid compiler warning
2018-02-18 James E KeenanUpdate dist/if/Changes to current version in blead.
2018-02-17 Sawyer XAdd MANIFEST to PathTools
2018-02-17 Sawyer XReflect what I think are the correct changesets for...
2018-02-17 Zeframdefine NEED_croak_xs_usage in PathTools
2018-02-17 James E KeenanAdd ABSTRACT, LICENSE, AUTHOR, etc. elements.
2018-02-17 James E KeenanEnsure that all tests in t/cwd.t have descriptions.
2018-02-17 James E KeenanProvide .gitignore for PathTools distribution.
2018-02-17 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.32
2018-02-17 Karl WilliamsonChange name of regnode for clarity
2018-02-17 Karl WilliamsonAPItest: Add U8* typemap, and use it
2018-02-16 Craig A. BerryNo list open on VMS as yet.
2018-02-16 Zeframdon't clobber file bytes in :encoding layer
2018-02-16 Steve HayFix gcc/dmake build on Windows
2018-02-16 Karl Williamsonutf8.c: Silence compiler warnings
2018-02-15 Zeframavoid vivifying UNIVERSAL::isa:: in Carp
2018-02-15 PaliExtUtils::ParseXS::Eval: Fix variable name ALIAS in...
2018-02-15 James E KeenanCorrect typo: agreement in tense.
2018-02-15 Tony Cookperldelta for b6811f8d3a5c
2018-02-15 Tony Cook[perl #121028] avoid creating a shell process
2018-02-14 Chris 'BinGOs... Update IPC-Cmd to CPAN version 1.00
2018-02-14 James E KeenanUpdate link in documentation.
2018-02-14 Craig A. BerryConstruct Limit.pm dependency with File::Spec.
2018-02-14 Craig A. BerryVMS does have wchar.h.
2018-02-12 Karl Williamsonregcomp.c: Under/i segregate folding vs non-folding...
2018-02-12 Steve HayUpgrade Encode from version 2.94 to 2.96
2018-02-12 Tony Cook(perl #127743) remove the no longer needed stacksize_in.h
2018-02-12 Tony Cook(perl #132849) try to disable core files when deliberat...
2018-02-12 Karl Williamsonpodcheck.t: Recognize more forms of core files
2018-02-12 Tony Cookbump $warnings::VERSION
2018-02-11 Father ChrysostomosTest for _at_level functions with fh
2018-02-11 Slaven Rezićwarnings: Omit handle when $. is 0
2018-02-11 Craig A. BerryDon't export PL_underlying_numeric_obj if it doesn...
2018-02-10 Karl Williamsonpodcheck.t: Skip core files in all directories
2018-02-10 Karl Williamsonpodcheck.t: Skip core files
2018-02-09 Karl WilliamsonAPItest: Fix C++ compiles
2018-02-08 Karl WilliamsonAPItest: Correct parameter sign
2018-02-08 Steve HayUpgrade Time::HiRes from version 1.9752 to 1.9753
2018-02-08 Steve HayUpgrade Test-Simple from version 1.302120 to 1.302122
2018-02-08 Steve HayUpgrade bignum from version 0.47 to 0.49
2018-02-08 Karl Williamsonutil.c: Fix typo in comment
2018-02-08 Tony Cook(perl #127743) merge Storable work to date
2018-02-08 Tony Cookbump $Storable::VERSION to 3.06
2018-02-08 Tony Cook(perl #127743) update Changes
2018-02-08 Tony Cook(perl #127743) re-work recursion limit handling
2018-02-08 Tony Cook(perl #50608) add experimental regular expression support
2018-02-08 Tony Cook(perl #127743) fix dependencies for Storable.pm
2018-02-08 Tony Cook(perl #25933) always rethrow exceptions thrown through...
2018-02-08 Tony Cook(perl #127743) improve performance in -DDEBUGGING builds
2018-02-08 Tony Cook(perl #131136) clear padding before writing long doubles
2018-02-08 Tony Cook(perl #118551) an empty string from _freeze() now suppl...
2018-02-08 Tony Cook(perl #127743) ensure gzip/gzip are available before...
2018-02-08 Tony Cook(perl #127743) support for >= 4GB data from hooks
2018-02-08 Tony Cook(perl #131999) treat a 32-bit hook data size as unsigned
2018-02-08 Tony Cook(perl #131990) treat the length for LSCALAR, LUTF8STR...
2018-02-08 Tony Cookwe only need 64-bit object support with 64-bit pointer...
2018-02-08 Tony Cookfix various 32-bit issues:
2018-02-08 Tony Cook(perl #127743) read the hash's flags for large SX_FLAG_...
2018-02-08 Tony Cook(perl #127743) we should only handle SX_LOBJECT ops...
2018-02-08 Tony Cook(perl #127743) fix network order read/write of large...
2018-02-08 Tony Cook(perl #127743) fixes for READ_U64()
2018-02-08 Tony Cook(perl #127743) fix some -DDEBUGGING build issues
2018-02-08 Tony Cook(perl #127743) limit the number of extra refs returned...
2018-02-08 Tony Cook(perl #127743) fix large object ids in hook sequences
2018-02-08 Tony Cook(perl #127743) update PERL_TEST_MEMORY requirements...
2018-02-08 Tony Cook(perl #127743) fix two problems with large object ids
2018-02-08 Tony Cook(perl #127743) correct some types for Win32
2018-02-08 Reini UrbanStorable 3.05_13: safe defaults
2018-02-08 Reini UrbanStorable: Analyze #304
2018-02-08 Reini UrbanStorable: cygwin64 MAX_DEPTH /2
2018-02-08 Reini UrbanStorable: Need more stack reserve on cygwin also
2018-02-08 Reini UrbanStorable: fix cygwin stack probing
2018-02-08 Reini UrbanStorable: Update to 3.05_12
2018-02-08 Reini UrbanStorable: fix stacksize with shared libcperl
2018-02-08 Reini UrbanStorable: fix wrong fake_tag check
2018-02-08 Reini UrbanStorable: memory leak
next