This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-04-19 David Mitchellupdate Porting/deparse-skips.txt
2019-04-19 David MitchellDeparse: mark "$a[0]\[1]" TODO
2019-04-19 David Mitchellext/File-Glob/t/rt131211.t: fix timing issues #2
2019-04-18 Karen Etheridgeupgrade Module-Metadata to 1.000036
2019-04-18 Karl Williamsonintrpvar.h: Add emphasis to comment
2019-04-18 Karl Williamsonext/I18N-Langinfo/Langinfo.pm: Fix comments
2019-04-18 Karen EtheridgeRevert "ignore new temp dirs"
2019-04-18 Karen Etheridgeignore new temp dirs
2019-04-18 Karen Etheridgeupgrade Module-Metadata to 1.000035
2019-04-17 David MitchellRevert "skip leaky Storable tests"
2019-04-17 David Mitchells/safefree()/Safefree() in a few places
2019-04-17 Karl Williamsonmktables: Silence warning
2019-04-17 Tony Cookfree pseen in the magic free code
2019-04-16 David Mitchellfix leak when $LANG unset
2019-04-16 David Mitchellfix locale leaks on utf8 strings
2019-04-16 David Mitchellfix locale leak on zero-length strings
2019-04-16 Tony Cookhandle an ASAN specific section name parsing nm output... origin/tonyc/libperl-asan
2019-04-15 Karl Williamsonext/POSIX/t/mb.t: Fix osvers= syntax checking
2019-04-15 Karl WilliamsonPATCH: [perl #133945] Perl_strtod failures
2019-04-15 Karl WilliamsonPATCH: [perl #134034] Assert fail in pattern match
2019-04-15 Karl WilliamsonPATCH: [perl #134029] Fail assert in pattern wildcard
2019-04-15 David Mitchellskip leaky Storable tests
2019-04-15 Tony CookDan Book is now a perl AUTHOR
2019-04-15 Dan Bookmodernize Exporter usage in perlmod module template
2019-04-15 Tony Cookperldelta for 05fed879afad, 15f67d146cf1, 0a4d1779402e
2019-04-14 Tony Cook(perl #133951) fallback to the built-in getcwd if we can
2019-04-14 Tony Cook(perl #133951) add Internals::getcwd
2019-04-14 Tony Cook(perl #133951) don't write an invalid lib/buildcustomize.pl
2019-04-14 Karl WilliamsonPOSIX/t/mb.t: Skip test on early HP-UX
2019-04-14 Karl WilliamsonPATCH: [perl #133997] Assert fail with script runs
2019-04-13 Karl Williamsonembed.fnc: Add comment
2019-04-13 Karl WilliamsonMake a few parse fcns accessible to B::Hooks::Parser
2019-04-13 Karl WilliamsonMerge branch 'minitest' into blead
2019-04-13 Karl Williamsont/op/lc.t: Fix bareword warning
2019-04-13 Karl Williamsont/loc_tools.pl: No setlocale when no locales
2019-04-13 Karl Williamsont/loc_tools.pl: miniperl can't use locale handling
2019-04-13 Karl Williamsont/op/magic.t: Fix skip count
2019-04-13 Karl WilliamsonReinstate and fix failing POSIX mb.t test
2019-04-13 Karl WilliamsonPATCH: [perl #134004] BBC breaks Unicode::CharWidth
2019-04-13 Karl Williamsonregcomp.c: Move code into a function
2019-04-12 Karl Williamsonperlfunc: Clarify
2019-04-12 Karl Williamsonsv.c: Silence some warnings
2019-04-12 Karl WilliamsonMerge branch 'warnings' into blead
2019-04-12 Karl Williamsonpp.c: Silence some MS VC warnings
2019-04-12 Karl Williamsonregcomp.c: Silence some MS VC warnings
2019-04-12 Karl Williamsonsv.c: Silence some MS VC warnings
2019-04-12 Karl Williamsonpp_hot.c: Silence some MS VC warnings
2019-04-12 David Mitchellwarnings.t: skip some leaky tests
2019-04-12 David Mitchellfix leak in Perl_coresub_op()
2019-04-12 David MitchellAvoid leak/crash calling CORE::foo()
2019-04-12 David Mitchellfix leak in do { ... } while 0
2019-04-12 David MitchellPerl_newLISTOP() allocate OP_PUSHMARK safely
2019-04-12 James E KeenanRevert "ext/POSIX/t/mb.t: Add test for MB_CUR_MAX"
2019-04-10 Tomasz Konojackiwin32/Makefile: minor cleanup
2019-04-10 Karl Williamsonmktables: Generalize handling of [perl #133979]
2019-04-10 Karl WilliamsonPATCH: [perl #133992] Assertion failure in scan_const
2019-04-10 Karl Williamsontoke.c: Add assertion
2019-04-10 Karl Williamsontoke.c: White-space only
2019-04-10 Karl Williamsontoke.c: Streamline a case
2019-04-10 Karl Williamsontoke.c: Change names of two variables
2019-04-10 Karl Williamsontoke.c: Use local variable instead of global
2019-04-10 Karl Williamsont/re/pat.t: Silence 'wide char' warning
2019-04-10 Karl WilliamsonPATCH: [perl #133999] Assertion failure in regex match
2019-04-10 Karl WilliamsonPATCH: [perl #133995], Assertion failure in regmatch
2019-04-09 Karl Williamsonregcomp.c: White space only
2019-04-09 Karl WilliamsonPATCH: [perl #133998] regcomp assertion failure
2019-04-09 Steve HayAdd support for VS2019 (Visual C++ 14.2)
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Add test for MB_CUR_MAX
2019-04-09 Karl WilliamsonMake POSIX::mblen() slightly safer
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Use actual expected char len
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Generalize for EBCDIC
2019-04-08 Unicode ConsortiumPreliminary Unicode 12.1
2019-04-08 Brian GreenfieldSpelling correction in documentation.
2019-04-07 Karl Williamsonmktables: White-space only
2019-04-07 Karl WilliamsonPATCH: [perl #133979] uniprops02 failing on Windows
2019-04-06 Tomasz Konojackiimplement diagnostics ignore/restore macros for Visual C++
2019-04-05 Karl WilliamsonPATCH: [perl #133988], Assertion failure
2019-04-05 Karl WilliamsonPATCH: [perl #133896] Assertion failure
2019-04-05 Karl Williamsonregcomp.c: Change name of variable
2019-04-05 Karl Williamsonregcomp.c: Consolidate code
2019-04-05 Karl Williamsonporting/diag.t: Allow nested =item's
2019-04-05 Karen Etheridgefix typo
2019-04-05 Steve Hay5.28.2 should arrive this month
2019-04-05 Steve HayAdd epigraph for 5.28.2-RC1
2019-04-05 Steve Hay5.28.2-RC1 today
2019-04-05 David Mitchellfixup to 'change LABEL type from pval to opval'
2019-04-05 David Mitchellparser: change LABEL type from pval to opval
2019-04-04 Karl WilliamsonDefine $d_has_C_UTF8 in Windows config files
2019-04-04 Karl WilliamsonPartial patch for [perl #133970] Roman::Unicode broken
2019-04-04 Steve HayRevert part of commit b6125dfcd017e2dd18dacdce91a6e0714...
2019-04-04 Karl Williamsonmktables: Turn off DEBUG
2019-04-04 Karl WilliamsonSilence some compiler warnings
2019-04-04 David Mitchellfix leak in Perl_vload_module()
2019-04-04 Karl Williamsont/charset_tools.pl: Add comments
2019-04-04 Karl Williamsonnewlocale() has a problem in openbsd
2019-04-04 Karl Williamsonnumeric.c: Change formal parameter to be const
2019-04-03 Karl WilliamsonPATCH: [perl #133978] BBC breaks Jcode
2019-04-03 David MitchellAvoid leaks in Perl_custom_op_get_field()
2019-04-03 David Mitchellfix leak in Devel-PPPort
2019-04-03 David MitchellData::Dumper - avoid leak on croak
next