This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-06-14 Matthew HorsfallAdd perldelta entry try/catch deparsing fix - 846e32ebef 18875/head
2021-06-14 Matthew HorsfallB::Deparse: Handle try/catch when catch has an ENTER...
2021-06-14 Hugo van der Sandenregcomp.c: comments
2021-06-14 Karl Williamsonregcomp.c: White-space only
2021-06-13 Ricardo Signesperlgov: re-alphabetize the name list
2021-06-13 Ricardo Signesuse cpan.org, not ftp.funet.fi, to check the CPAN 18883/head
2021-06-13 Ricardo SignesCPAN mirror list: stop building one
2021-06-13 James E Keenanperldelta entry for 52f0602 (IO upgrade)
2021-06-13 James E Keenanperldelta entry for 1c1bafd (Unicode-Collate upgrade)
2021-06-13 Max MaischeinUpdate Socket from CPAN to 2.032
2021-06-12 Karl WilliamsonConfigure: apply recent metaconfig changes
2021-06-12 Karl WilliamsonConfigure changes for HAS_NON_INT_BITFIELDS
2021-06-12 Karl Williamsonregcomp.c: Fix typo in comment
2021-06-12 Karl Williamsonregcomp.h: Clarify comment
2021-06-11 Nicholas ClarkAdd -Werror=vla by default. C99 variable-length arrays...
2021-06-10 Dave LambleyAdd missing quotes to IO::Socket::INET example
2021-06-10 James E KeenanSkip tests of CORE::Dump on FreeBSD 18850/head
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-06-09 Tony Cookavoid a prototype warning assigning \&getcwd to *cwd
2021-06-09 Tony Cookdon't fallback to simple pwd
2021-06-09 Tony Cookremove code that assuming finding pwd on the path is...
2021-06-09 Tony Cookprevent undefined behaviour at a language level while...
2021-06-08 Scott BakerSimply the uc() and lc() documentation for novices
2021-06-06 Tomoyuki SadahiroSynch with CPAN version 1.30
2021-06-06 James E KeenanObituary for Spider Boardman
2021-06-02 Scott BakerAdd some examples to the glob() documentation
2021-06-01 Leon TimmermansCall magic on all elements on %SIG delocalization
2021-06-01 Leon TimmermansCorrectly call delete magic on all hash magic
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-06-01 Hugo van der Sandengh18770: stop scanning for substrs after *COMMIT
2021-05-31 Karl Williamsonregcomp.c: white-space; comments
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-05-31 Karl Williamsonregcomp.c: Extract code from a too-large-function
2021-05-31 Karl Williamsonperl5340delta: Clarify /x{,3}/
2021-05-31 Karl Williamsonperluniprops: Remove references to Unicode::Unihan
2021-05-31 Ricardo SignesPorting/docs-team-charter.pod: the docs team charter
2021-05-31 Hugo van der Sanden[gh 17847] data->pos_delta should stick at infinity
2021-05-31 Hugo van der Sanden[gh 17847] avoid overflow on delta in study_chunk
2021-05-31 Hugo van der Sanden[gh 17847] Include data->pos_delta in #if'd-out diagnostic
2021-05-31 Hugo van der Sandengh18842: fix a pair of sprintf format warnings
2021-05-31 James E KeenanImprove grammar
2021-05-31 積丹尼 Dan JacobsonAdd difference between <=> and cmp example
2021-05-31 Matthew Horsfallperlhacktips: Add callgrind profiling documentation
2021-05-31 Karl WilliamsonBump feature.pm Version to 1.66
2021-05-31 H.Merijn BrandSync Configure with META/DIST : >&4 changes and a typo
2021-05-31 Felipe GasperClarify descriptions of unicode_eval and evalbytes.
2021-05-31 Hugo van der Sandengh17824: zero curlocales[]
2021-05-30 Karl WilliamsonRefactor UTF_START_MARK()
2021-05-29 Tomasz KonojackiThe previous commit wasn't meant to be pushed
2021-05-29 Tomasz Konojackissh
2021-05-29 Karl WilliamsonUTF8_IS_NEXT_CHAR_DOWNGRADEABLE() check before deref
2021-05-29 Chris 'BinGOs' Wil... Happy World Digestive Health Day
2021-05-29 Dan Bookperlcommunity - add a webchat link for Libera.Chat...
2021-05-28 Karl Williamsonutf8.h: Simplify UNICODE_IS_SURROGATE()
2021-05-28 Karl Williamsonutf8.h: Use inRANGE for UNICODE_IS_32_CONTIGUOUS_NONCHARS
2021-05-28 Karl Williamsonutf8.h: Refactor UNICODE_IS_NONCHAR()
2021-05-28 Karl Williamsonregexec.c: Move parameter cast into macro
2021-05-28 Karl Williamsoninline.h: Clarify comment
2021-05-28 Karl Williamsonregcomp.h: Fix typos in comments
2021-05-28 Karl Williamsonregexec.c: Replace code with equivlent inline fcn
2021-05-28 Karl Williamsonperl.h: Fix typo in comment
2021-05-28 Karen EtheridgeVulnerabilities in cpan/ modules still affect perl...
2021-05-28 Karl WilliamsonisUTF8_CHAR() Check ptr before dereferencing
2021-05-26 Tony Cookremove MSVC100/vcexpress2010 from CI, at least for now
2021-05-26 Richard LeachPerl_clear_defarray - array does not actually need... hv/clear_defarray
2021-05-26 Richard LeachPerl_clear_defarray: faster array creation via new...
2021-05-26 Richard LeachAdd Perl_av_new_alloc() function and newAV_alloc_x...
2021-05-26 Nicholas ClarkData::Dumper 2.180 was released on 2021-05-26.
2021-05-25 Richard Leachperldelta.pod: entry for 2583ef6 (undef = ) 18817/head
2021-05-25 Richard LeachMake scalar assignment to undef a compile time error
2021-05-25 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-05-25 Nicholas ClarkRestore the explicit Data::Dumper Makefile.PL
2021-05-25 Tony Cookperldelta for 76d2194af, 73a0855d2ec, 8f432bc3ba
2021-05-25 Tony CookFile::Copy: compare inode numbers as strings
2021-05-24 Todd RinaldoUpdate version from CPAN to 0.9929
2021-05-24 Leon TimmermansMake use open :std push layers without any munging
2021-05-24 Leon TimmermansDo not cache utf8 offsets for non-canonical lengths
2021-05-24 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-05-24 Nicholas Clark5.8.1 provides all of isASCII, isPRINT, isALPHA and...
2021-05-24 Nicholas ClarkDumper.xs can use more emulation functions from ppport.h
2021-05-24 Max MaischeinUpdate Maintainers.PL with experimental version info...
2021-05-24 Tony Cookmark test modules (found in ext/*/t/) as no_index
2021-05-24 Tony Cookupdate PathTools changes for the inode comparison change
2021-05-24 Tony Cookbump PathTools to 3.81
2021-05-24 Tony CookPathTools: compare inode numbers as strings
2021-05-24 Tony Cookfix utime() to set $!/errno when called on a closed...
2021-05-24 Tony Cookupdate dist/PathTools/Changes
2021-05-23 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-05-23 Nicholas ClarkEliminate $WANT, inline &SKIP_TEST into &TEST_BOTH...
2021-05-23 Nicholas ClarkConvert all the Data::Dumper "numbers" and "strings...
2021-05-23 Nicholas ClarkConvert the tests for Dumpxs in list context and B...
2021-05-23 Nicholas ClarkConvert the test for blessed overloaded blobs to TEST_BOTH.
2021-05-23 Nicholas ClarkTEST_BOTH now handles DumperX/Dumper tests.
2021-05-23 Nicholas ClarkAdd TEST_BOTH and SKIP_BOTH to dumper.t to remove a...
2021-05-23 Nicholas ClarkBetter pure-Perl fallback output for v-strings.
2021-05-23 Nicholas ClarkCorrect Data::Dumper test case for when no Data::Dumper...
2021-05-23 Nicholas ClarkConvert dumper.t to Test::More.
2021-05-23 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-05-23 Nicholas ClarkRemove Data::Dumper::_sortkeys(), which was only needed...
2021-05-23 Nicholas ClarkData::Dumper's minimum Perl version is now v5.8.1,...
next