This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2018-02-08 Reini UrbanStorable 3.05_11: croak on sizes read > I32_MAX
2018-02-08 Reini UrbanStorable: simplify last_op_in_netorder
2018-02-08 Reini UrbanStorable: protect from empty retrieve_vstring
2018-02-08 Reini UrbanStorable: protect store_other error buf
2018-02-08 Reini UrbanStorable: Bump to 3.05_10
2018-02-08 Reini UrbanStorable: various core fixups: $PERL,libpth,getcwd
2018-02-08 Reini UrbanStorable: core Makefile.SH support
2018-02-08 Reini UrbanStorable 3.05_09: compute stacksize
2018-02-08 Reini UrbanStorable 3.05_08: adjust MAX_DEPTH
2018-02-08 Reini UrbanStorable 3.05_07: update documentation from CPAN
2018-02-08 Reini UrbanStorable: improve recursion depth check
2018-02-08 Reini UrbanStorable: add testcase for #257
2018-02-08 Reini UrbanFix rurban email address
2018-02-08 Reini UrbanStorable: Update to 3.05_03
2018-02-08 Reini UrbanStorable: Update to 3.05_02
2018-02-08 Reini UrbanStorable: Upgrade to 3.05 from CPAN
2018-02-08 Reini UrbanStorable: re-indent from 8 hard tabs to soft 4
2018-02-08 Reini UrbanStorable: skip LOBJECT on 32bit
2018-02-08 Reini UrbanStorable: fixup huge
2018-02-08 Reini UrbanStorable: protect against classname len overflow
2018-02-08 Reini UrbanStorable 3.04c: fix printf types
2018-02-08 Reini UrbanStorable: Update to 3.02c
2018-02-08 Reini UrbanStorable: fix -Wchar-subscripts
2018-02-08 Reini UrbanStorable 3.01 security: detect CVE-2015-1592
2018-02-08 Reini UrbanStorable: silence cast warnings
2018-02-08 Reini UrbanStorable: comments
2018-02-08 Reini UrbanStorable: throw exception on huge values
2018-02-08 Reini UrbanRelease cperl-5.22.2
2018-02-08 Reini UrbanStorable: fix win32, missing INT32_MAX
2018-02-08 Reini Urbanparser: expand tokenbuf from 256 to 1024
2018-02-08 Reini UrbanStorable 3.00: u64 strings, arrays and hashes >2G
2018-02-08 Aaron CraneStorable: throw exception on huge values
2018-02-08 Reini UrbanStorable: document, reformat and fix for DEBUGGING
2018-02-08 Todd RinaldocPanel Storable 2.53_03: don't bless [security]
2018-02-08 Reini UrbanStorable: bump to 2.53_02
2018-02-07 Yves Ortonfix perl #132630, dont try to fbm match past end of...
2018-02-07 Karl Williamsonperlapi: Rmv nonapplicable text
2018-02-07 Karl Williamsonregcomp.c: Fix comment
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-07 Karl Williamsonutf8.c: Extract code into separate function
2018-02-07 David Mitchellfix tr/// Deparse tests under EBCDIC
2018-02-06 Karl Williamsonlocale.c: Use same form of macro name
2018-02-05 Tony Cookperldelta for bb4e4c3869d9
2018-02-05 Tony Cook(perl #125351) abort parsing if parse errors happen...
2018-02-05 Father Chrysostomos[perl #132799] Fix goto within block within expr
2018-02-05 Karl WilliamsonAPItest: Add tests for utf8_to_bytes()
next