This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-09-20 Tomoyuki SadahiroUnicode-Collate: synch with CPAN version 1.31
2021-09-18 Nicholas ClarkMove all the code that deletes the hash entry into...
2021-09-18 Nicholas ClarkMerge the two `d_flags & G_DISCARD` tests in hv_delete_...
2021-09-18 Nicholas ClarkCall mro_method_changed_in() later in hv_delete_common()
2021-09-18 Nicholas ClarkRemove descriptions of deleted "Panics" from perldiag.pod
2021-09-18 Nicholas ClarkPrefix "unexpected constant lvalue entersub" with ...
2021-09-17 Tomasz Konojackiwin32: regen config_H.(gc|vc)
2021-09-16 Nicholas ClarkTest that for's iterator aliases the iterated list
2021-09-16 Nicholas ClarkAdd strict and warnings to t/op/for.t
2021-09-16 Nicholas Clarkext/B/t/o.t shouldn't generate the same test module...
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
2021-09-16 Nicholas ClarkRemove former SKIP blocks in ext/B/t/concise.t and...
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
2021-09-16 Karl Williamsonutf8.h: Rmv redundant asserts
2021-09-16 James E KeenanMerge branch 'smoke-me/jkeenan/g++10-build-time-warning...
2021-09-16 James E KeenanKeep lines under 80 characters 19132/head
2021-09-16 James E Keenang++10 -Wparentheses build-time warnings
2021-09-16 Nicholas ClarkAvoid a use-after-free deleting 8-bit keys from stashes
2021-09-15 Nicholas ClarkSimplify the code related to prime_env_iter().
2021-09-15 Nicholas ClarkTest that %ENV iteration with prime_env_iter() is consi...
2021-09-15 Paul "LeoNerd... Test SvIsBOOL() using XS::APItest
2021-09-15 Karl Williamsonmktables: Remove relics of removed legacy tables
2021-09-15 Karl Williamsont/re/fold_grind: Add a test case
2021-09-15 Unicode ConsortiumSupport Unicode 14.0
2021-09-15 Karl Williamsonregen/mk_invlists.pl: Add comment
2021-09-15 Karl Williamsonmktables: Split a Line Break equivalence class
2021-09-15 Karl Williamsonmktables: Reorder some comments, white-space
2021-09-15 Karl Williamsonmktables: Rename variable, and hoist calc from loop
2021-09-15 Paul "LeoNerd... Second arg to force_list() is bool, so it should be...
2021-09-13 Tony CookFix OUTLIST handling for EU::ParseXS, and typemap fixes
2021-09-13 Tony CookParseXS: rename $c to $outlist_count
2021-09-13 Tony Cooktest and fix using T_CVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_AVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_HVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cooktest and fix using T_SVREF_REFCOUNT as an output parameter
2021-09-13 Tony Cookbump $XS::Typemap::VERSION
2021-09-13 Tony Cooktest and fix using T_SV as an OUTPUT parameter
2021-09-13 Tony Cookbump $ExtUtils::ParseXS::VERSION
2021-09-13 Tony CookParseXS: always XSprePUSH when producing an output...
2021-09-12 Hugo van der... Check for NULL locale in S_emulate_setlocale
2021-09-12 Nicholas ClarkOn VMS, %ENV in scalar context must call prime_env_iter()
2021-09-11 Paul "LeoNerd... SvIsBOOL's return type of 'bool' must be lowercase...
2021-09-11 James E Keenaninstallhtml: set default podpath to './lib'
2021-09-11 James E KeenanRun installhtml with $|
2021-09-11 Nicholas ClarkFix a leak when copying a STATIC COW SV to a stringified SV
2021-09-10 Paul "LeoNerd... [MERGE] Stable tracking of "boolean intent" across SVs
2021-09-10 Paul "LeoNerd... Add perldelta for stable bool
2021-09-10 Paul "LeoNerd... Add a Scalar::Util::isbool()
2021-09-10 Paul "LeoNerd... Add SvIsBOOL() macro to test for SVs being boolean...
2021-09-10 Paul "LeoNerd... Define a third kind of COW state; STATIC
2021-09-10 Hugo van der... Indentation fix in sv_gets() (whitespace only)
2021-09-10 David MitchellAPItest.xs: remove unneeded SvPV_force_nolen()
2021-09-09 Nicholas ClarkC11 thread local in OpenBSD shared objects is buggy...
2021-09-09 Nicholas ClarkThe different xs_handshake() failures need distinct... 19111/head
2021-09-09 Nicholas Clarkbisect.pl should fall back on makedepend.SH from v5...
2021-09-08 Nicholas ClarkMore tests for assigning to keys %hash
2021-09-08 Nicholas ClarkIn pp_defined assert that the SV is not a hash or array. 19106/head
2021-09-08 Hugo van der... gh19081: perldelta for SIGFPE changes
2021-09-08 Hugo van der... gh19081: add perlipc caveats for "fault"-type signal...
2021-09-08 Hugo van der... gh19081: also deliver SIGFPE in an "unsafe" manner
2021-09-08 Karl WilliamsonEvaluate arg to FITS_IN_8_BITS just once
2021-09-07 Tony CookProbe for C11 thread local storage, and use it for...
2021-09-07 Nicholas ClarkUpdate perldelta with the C11 thread local storage...
2021-09-07 Nicholas Clarkcygwin can't support C11 thread local in shared objects...
2021-09-07 Nicholas ClarkMACH-O can't support C11 thread local in shared objects...
2021-09-07 Nicholas ClarkIf we have thread local storage, use it instead of...
2021-09-07 Nicholas ClarkA Configure test for C11 thread local storage specifice...
2021-09-05 Karl Williamsonutf8.c: Rmv redundnat assigns
2021-09-05 Karl Williamsonutf8.c: White-space, comment only
2021-09-04 David Mitchell[MERGE] fixup TEST -deparse
2021-09-04 David Mitchellremove op/each.t from Porting/deparse-skips.txt
2021-09-04 David Mitchelladd MakeMaker test file to 'TEST -deparse' skips
2021-09-04 David Mitchelladd new autodie test file to 'TEST -deparse' skips
2021-09-04 David Mitchellfix line number of try block
2021-09-03 Nicholas ClarkOnly call S_mro_clean_isarev() if HvTOTALKEYS() is... 19095/head
2021-09-03 Nicholas ClarkUse HvTOTALKEYS() in place of HvARRAY() in various...
2021-09-03 Nicholas ClarkTest Devel::Peek with tied hashes
2021-09-01 James E KeenanExercise Pod::Html::Util::html_escape on Title element 19093/head
2021-09-01 Todd RinaldoFix for undefined warning in IO
2021-09-01 Karl WilliamsonUnicode::UCD: Don't depend on a file current syntax
2021-09-01 Karl WilliamsonUCD.t: Add test
2021-09-01 Karl WilliamsonUnicode::UCD: Fix typo in pod
2021-09-01 Tony Cookdetect struct stat.st_dev's size and signedness, and...
2021-09-01 Karl WilliamsonRemove deprecated Unicode files
2021-08-30 Felipe GasperReword discussion of /d regexp modifier.
2021-08-30 Nicholas ClarkRelease Storable 3.25
2021-08-30 Nicholas ClarkUpdate Storable's ChangeLog.
2021-08-30 Nicholas Clarkstore_hentry() now takes the key as HEK *, instead...
2021-08-30 Nicholas ClarkFix a bug in the recursion depth check in store_lhash().
2021-08-30 Nicholas ClarkMove the call to hv_iterval() out of store_hentry().
2021-08-30 Nicholas ClarkRefactor Storable's store_lhash() to remove some code...
2021-08-30 Nicholas ClarkRemove code in Storable.xs "commented" out with #if 0
2021-08-30 Nicholas ClarkStorable doesn't actually #include ppport.h on blead...
2021-08-30 Nicholas Clarkppport.h now provides SvPVCLEAR, so no need to roll...
2021-08-30 Nicholas ClarkRemove code in Storable that isn't actually needed...
2021-08-30 Nicholas ClarkRemove code in Storable's tests that handles perl ...
2021-08-30 Nicholas ClarkStorable implicitly needs >= v5.6.1, so remove code...
2021-08-28 Nicholas ClarkTest that mg_copy is called only when expected. 19089/head
2021-08-28 Nicholas ClarkUnicode tests should be in XS::APItest, not XS::APItest...
2021-08-27 Nicholas ClarkMove the tied hash FETCH count tests to t/op/tiehash.t
next