This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2018-10-20 Karl Williamsonregcomp.c: Add macro for warnings output
2018-10-20 Karl Williamsonregcomp.c: Defer setting the OP variant of a regnode
2018-10-20 Karl Williamsonregcomp.c: Defer setting regnode operand
2018-10-20 Karl Williamsonregcomp.c: Defer setting flags of a regnode
2018-10-20 Karl Williamsonregcomp.c: Move some declarations
2018-10-20 Karl Williamsonregcomp.c: Add some const's to static fcn
2018-10-20 Karl Williamsonregcomp.c: Use an equivalent 'if' condition
2018-10-20 Karl Williamsonregcomp.c: Reorder 'if' clauses
2018-10-20 Karl Williamsonregcomp.c: Rmv unnecessary else
2018-10-20 Karl Williamsonregcomp.c: Use SvREFCNT_inc_NN()
2018-10-20 Karl Williamsonregcomp.c: Use an equivalent 'if' condition
2018-10-20 Karl Williamsonregcomp.c: Combine expression into a macro
2018-10-20 Karl Williamsonregcomp.c: Split variable into two
2018-10-20 Karl WilliamsonConsolidate code into a single macro
2018-10-20 Karl Williamsonregcomp.c: Omit warning if error about to be raised
2018-10-20 Karl Williamsonregcomp.c: Add ability to not warn during substitute...
2018-10-20 Karl Williamsonregcomp.c: Generalize conditions to output warnings
2018-10-20 Karl Williamsonregcomp.c: Move some more code to earlier
2018-10-20 Karl Williamsonregcomp.c: Move some code to earlier
2018-10-20 Karl Williamsonregcomp.c: Consolidate 2nd pass for warnings
2018-10-20 Karl Williamsonregcomp.c: Add macro for warning experimental features
2018-10-20 Karl Williamsonregcomp.c: Put common code in a macro
2018-10-20 Karl Williamsonregcomp.c: Rename macro and label
2018-10-20 Karl Williamsonregcomp.c: Use another macro consistently
2018-10-20 Karl Williamsonregcomp.c: Use name consistently
2018-10-20 Karl Williamsonregcomp.c: Use regnode offsets during parsing
2018-10-20 Karl Williamsonregcomp.sym: Add lengths for ANYOF nodes
2018-10-20 Karl Williamsonregcomp.h: Swap struct vs typedef
2018-10-20 Karl Williamsonregcomp.c: Generate new regnode for /[[:posix:]]/l
2018-10-20 Karl Williamsonregcomp.sym: Add node type ANYOF_POSIXL
2018-10-20 Karl Williamsonregcomp.h: Add some macros
2018-10-20 Karl Williamsonregcomp.h: Remove unused macros
2018-10-20 Karl Williamsonregcomp.c: White-space, comment only
2018-10-20 Karl Williamsonregcomp.h: White-space, comments only
2018-10-20 Karl Williamsonregcomp.c: Add conversion macros and use them
2018-10-20 Karl Williamsonregcomp.c: Change macro formal parameter name
2018-10-20 Karl Williamsonregcomp.c: Use pre-existing macro
2018-10-20 Karl Williamsonregcomp.c: Rename macros; reword some panic messages
next