This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2018-11-01 Tony Cook(perl #127606) adjust dependency paths on installation...
2018-11-01 James E KeenanCorrect spelling error
2018-11-01 David Cantrellperlfunc: highlight -X behaviour on dangling symlinks
2018-11-01 Tony Cookbump $File::Spec::*::VERSION
2018-11-01 Tony Cookprevent t/Functions.t from warning on undefined values...
2018-10-31 James E KeenanHandle OSes where filesystems can be mounted with ...
2018-10-31 Karl WilliamsonPATCH: [perl #133620] heap buffer overflow
2018-10-30 James E KeenanMove subroutine definition to end of file.
2018-10-30 James E KeenanRegularize indents within subroutine definition.
2018-10-30 James E KeenanFully encapsulate check_utime_result()
2018-10-30 James E KeenanRemove code commented out since March 2002.
2018-10-30 James E KeenanRepeatedly hard-coding an integer is a mistake.
2018-10-30 James E KeenanMake descriptions more self-documenting
2018-10-30 James E KeenanAdd notes so it's easier to see where we are in test...
2018-10-30 James E KeenanUse t/test.pl's note() function
2018-10-30 H.Merijn BrandAdd minix hints to MANIFEST
2018-10-30 H.Merijn BrandAdd initial support for Minix3
2018-10-29 PaliDefine also Perl's calloc() macro
2018-10-29 James E KeenanNote locales available and those used in tests.
2018-10-28 Phil Pearl... remove extra 'be' in perlre pod
2018-10-23 Dagfinn Ilmari... Cast away const from AIX' accessx() path argument
2018-10-22 Tony Cook(perl #133604) fix binmode on Win32 :crlf layers origin/tonyc/133604-crlf-binmode-utf8
2018-10-22 Tony Cook(perl #133604) test for binmode removing :utf8
2018-10-21 Tony Cook(perl #133604) skip a new test on Win32 that fails...
2018-10-20 Tony CookUsing #ifdef inside macro arguments confuses VC++ 2008
2018-10-20 Aaron CraneBump version of Module::CoreList in Maintainers.pl
2018-10-20 Aaron CraneBump the Perl version for 5.29.5
2018-10-20 Aaron CraneCreate new perldelta for 5.29.5-to-be
2018-10-20 Aaron CraneTick off 5.29.4 release
2018-10-20 Aaron CraneEpigraph for 5.29.4 release
2018-10-20 Aaron CraneMerge branch 'release-5.29.4' into blead
2018-10-20 Aaron CraneFinalize perldelta for 5.29.4 v5.29.4
2018-10-20 Aaron CraneUpdate Module::Corelist for 5.29.4
2018-10-20 Karl WilliamsonMerge branch 'remove sizing pass' into blead
2018-10-20 Karl Williamsonperldelta
2018-10-20 Karl Williamsonregcomp.c: White space only
2018-10-20 Karl WilliamsonRemove references to passes from regex compiler
2018-10-20 Karl WilliamsonRemove sizing pass from regular expression compiler
2018-10-20 Karl Williamsonregcomp.c: Avoid potential NULL ptr dereference
2018-10-20 Karl Williamsonregcomp.c: Test that code block exists before cleaning
2018-10-20 Karl Williamsonregcomp.c: Extract code into a function
2018-10-20 Karl Williamsonregcomp.c: Test for having /u earlier for \p{}
2018-10-20 Karl Williamsonregcomp.c: Remove variable in favor of struct element
2018-10-20 Karl Williamsonregcomp.c: Move fcn call out of loop
2018-10-20 Karl Williamsonregcomp.c: Extract code into a function
2018-10-20 Karl Williamsonregcomp.c: Consolidate checks for warnings fatality
next