This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-11-27 Karl Williamsonregcomp.c: Remove another sizing pass relict
2018-11-27 Karl WilliamsonMove isPOWER_OF_2() macro to handy.h
2018-11-27 Karl Williamsonregen/mk_invlists.pl: Generate a new value
2018-11-26 James E KeenanRename local variable to prevent confusion with global
2018-11-26 James E KeenanRename global variable to prevent confusion with local
2018-11-26 Tony Cookperldelta for 404395d24bc8, 640e129d0fc4 and 85d2f7cacba4
2018-11-26 Tony Cook(perl #133659) make an in-place edit successful if...
2018-11-26 Tony Cook(perl #133659) tests for global destruction handling...
2018-11-26 Tony Cook(perl #133659) move argvout cleanup to a new function
2018-11-26 James E KeenanRemove 1 comparison whose result is always the same.
2018-11-26 James E KeenanEliminate empty conditional branch
2018-11-24 James E KeenanAltaVista is no more.
2018-11-24 James E KeenanSplit NAME line on multiple whitespaces
2018-11-23 Dagfinn Ilmari... perlfunc: clarify reset EXPR behaviour
2018-11-21 Karen Etheridgeoops, typo
2018-11-21 Tomasz Konojackioptimize IV -> UV conversions
2018-11-21 David MitchellS_hv_delete_common(): avoid undefined behaviour
2018-11-21 Dominic Hargreaveslgtm.yml: fix erroneous inclusion
2018-11-20 Karen Etheridgeadd entries for Module-CoreList 5.0181220
2018-11-20 Karen Etheridgebump version of released Module-CoreList
2018-11-20 Karen EtheridgeBump the perl version in various places for 5.29.6
2018-11-20 Karen Etheridgenew perldelta for 5.29.6
2018-11-20 Karen Etheridgetick off 5.29.5 release
2018-11-20 Karen Etheridgeepigraph for 5.29.5 release
2018-11-20 Karen Etheridgeadd new release to perlhist v5.29.5
2018-11-20 Karen Etheridgefinalize perldelta for 5.29.5
2018-11-20 Karen EtheridgeRMG tweaks
2018-11-20 Karen Etheridgefix whitespace
2018-11-20 Karen Etheridgeupdate list of customized files
2018-11-20 Karen EtheridgeUpdate Module::Corelist for 5.29.5
2018-11-20 Karen Etheridge5.22 and 5.24 are now outside the regular release window
2018-11-20 Karl Williamsonregcomp.c: Rmv malformed assert()
2018-11-20 David Mitchellt/perf/benchmarks.t: improve do error checks
2018-11-19 Niko TyniMake Errno_pm.PL compatible with /usr/include/<ARCH...
2018-11-19 Tony CookJames Clarke is now a perl author
2018-11-19 James ClarkeAlso work around renameat() kernel bug on GNU/kFreeBSD
2018-11-19 Karl WilliamsonAllow forcing use of POSIX 2008 locale fcns
2018-11-19 Karl Williamsont/harness: Run tests for IO::Zlib sequentially
2018-11-19 Karl WilliamsonPATCH: [perl #133649] fails on OpenBSD-6.4 unthreaded
2018-11-19 Dominic Hargreaveslgtm.yml: work around some incorrect classification
2018-11-19 David Mitchellperlguts: clarify SV types which are scalars
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 David Mitchellautodoc.pl: escape POD
2018-11-19 Chris 'BinGOs... Update Maintainers.pl to match reality
2018-11-19 David Mitchellperldelta for davem's commits
2018-11-19 Tony Cookperldelta for dda4a47798d6
2018-11-19 Tony Cookperldelta for 7d5be4b6, ea9daa76, 109d4d79, 36a4593d...
2018-11-19 Tony Cookperldelta for 191f8909fa4e
2018-11-19 Tony Cook(perl # 132147) improve robustness against corrupt...
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-17 Karl WilliamsonAdd regnode NANYOFM
2018-11-17 Karl Williamsonregexec.c: Fix logic error
2018-11-16 Karl WilliamsonMerge branch 'fixup after regcomp sizing pass removal...
2018-11-16 Karl Williamsonregcomp.c: Simplify early failure returns
2018-11-16 Karl Williamsonregcomp.c: Remove no longer used parameter, and refactor
2018-11-16 Karl Williamsonregcomp.c: Remove now always NULL parameter
2018-11-16 Karl Williamsonregcomp.c: Don't restart parse for /d to /u if no need to
2018-11-16 Karl Williamsonregcomp.c: Don't restart parse for /d to /u if reparsin...
2018-11-16 Karl Williamsonregcomp.c: Don't restart parse now if doing so later
2018-11-16 Karl Williamsonregcomp.c: Swap 'if' branches for readability
2018-11-16 Karl Williamsonregcomp.c: Refactor constructing EXACTish nodes
2018-11-16 Karl Williamsonregcomp.c: Fix up parsing \N{} in a string
2018-11-16 Karl Williamsonregcomp.c: Remove obsolete code
2018-11-16 Karl Williamsonregcomp.c: Comments, white-space, rmv extra parens
2018-11-16 Karl Williamsonregcomp.c: Remove no longer useful code
2018-11-16 Karl WilliamsonFind optimizations for /[[:posix:]]/a
2018-11-16 Karl Williamsonregcomp.c: Add assertion
2018-11-16 Karl Williamsonregcomp.c: Fix up RE_TRACK_PATTERN_OFFSETS
2018-11-16 Karl Williamsonregcomp.c: Avoid some conditionals
2018-11-16 Karl Williamsonregcomp.c: Make sure UTF-8 regex pattern uses /u
2018-11-16 Karl WilliamsonPATCH: [perl #133642] Double free
2018-11-16 Karl Williamsonregcomp.c: Refactor to remove an else and a NOT_REACHED
2018-11-16 Karl Williamsonregcomp.c: calculate variants instead of assuming worst...
2018-11-16 Karl WilliamsonXXX utf8.c: calculate vairants instead of assuming...
2018-11-16 Karl Williamsonregcomp.sym: longj field is a boolean
2018-11-16 Karl Williamsont/re/reg_mesg.t: Add test
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2018-11-16 Karl Williamsonregcomp.h: Delete duplicate macro defn
2018-11-16 Karl Williamsonperl.h: White-space, comment
2018-11-16 Karl Williamsonre/re_tests: Add test
2018-11-16 Karl Williamsonhandy.h: Add some comments
2018-11-16 Karl Williamsonperlrun: Clarify -Dv
2018-11-16 Karl Williamsont/re/pat.t: Add a test
2018-11-15 Dominic Hargreaveslgtm.yml: classify charclass_invlists.h as generated
2018-11-14 James E KeenanAdd ext/File-Find/t to list of badly-behaved test direc...
2018-11-14 Dominic HargreavesEnable LGTM.com integration
2018-11-14 Karl WilliamsonAdd more parallelism to t/harness
2018-11-14 Dan DedrickFix missing build dependency for pods
2018-11-11 Sawyer XAdding Zak for March release
2018-11-10 James E KeenanEnsure same count of tests on different OSes.
2018-11-10 Sawyer XBump Data::Dumper to 2.173 (no real change):
2018-11-05 Karl Williamsonext/re/t/qr.t: Rmv extraneous Debug statement
2018-11-05 David MitchellDon't localise array / hash slice ref assignment
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-02 Tomasz Konojackipp_divide: use modulo instead of multiplication
next