This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-02-19 Tony Cooktest for error set on socket() failure origin/tonyc/socket-error
2019-02-19 Tomasz Konojackiwin32/win32sck.c: better socket() error handling
2019-02-19 David Mitchell[MERGE] fix PERL_GLOBAL_STRUCT builds
2019-02-19 David Mitchellmerge two versions of Perl_my_cxt_init
2019-02-19 David MitchellPerl_my_cxt_init: remove unnecessary code
2019-02-19 David Mitchellharmonise two versions of Perl_my_cxt_init
2019-02-19 David Mitchellperlvars.h: remove #ifdef DEBUGGING
2019-02-19 David MitchellPERL_GLOBAL_STRUCT: remove static var from sv.c
2019-02-19 David Mitchellget MakeMaker to play under PERL_GLOBAL_STRUCT
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-19 David MitchellPerl_my_cxt_init: fix potential race condition
2019-02-19 David MitchellPL_InBitmap: fix with -DPERL_GLOBAL_STRUCT_PRIVATE
2019-02-19 David Mitchellfoo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATE
2019-02-19 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix some const strings
2019-02-19 David Mitchellregcomp.c: don't include INTERN.h
2019-02-19 David Mitchellext/SDBM_File/sdbm.c: don't include INTERN.h
2019-02-19 David Mitchellvutil.c: build under PERL_GLOBAL_STRUCT_PRIVATE
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2019-02-19 David Mitchellre/user_prop_race_thr.t: reduce timeout
2019-02-18 Nicolas RUpdate Time-HiRes Changes for 1.9760
2019-02-18 Sawyer XUpdate releaser managers
2019-02-18 Aristotle Pagaltzisdeprecate: bump $VERSION to 0.04
2019-02-17 Aristotle Pagaltzisdeprecate: expand the documentation
2019-02-17 Aristotle Pagaltzisprepare next patch
2019-02-17 Aristotle Pagaltzisdeprecate: fix POD heading level
2019-02-17 Karl Williamsonmktables: Omit unnecessary duplicates
2019-02-16 Karl Williamsonperldelta: perldelta for previous commit
2019-02-16 Karl Williamsonmalloc.c: Limit malloc size to PTRDIFF_MAX
2019-02-16 Karl Williamsonregcomp.c: Don't interate a loop needlessly
2019-02-16 Karl Williamsonperldelta for previous commi
2019-02-16 Karl WilliamsonPATCH: [perl #133770] null pointer dereference in S_reg...
2019-02-16 Karl WilliamsonPATCH: [perl #133767] Assertion failure
2019-02-15 James E KeenanJakub Wilk is now a Perl author.
2019-02-15 Jakub Wilkperlthrtut: Fix POD formatting
2019-02-15 Dagfinn Ilmari... Use STATIC_ASSERT_STMT for checking compile-time invariants
2019-02-15 Karl WilliamsonMerge branch 'incore' into blead
2019-02-15 Karl WilliamsonRemove relics of regex swash use
2019-02-15 Karl WilliamsonUse mnemonics for array indices
2019-02-15 Karl Williamsonregcomp.c: Arrays no longer need PL_sv_undef placeholders
2019-02-15 Karl Williamsonregcomp.c: Simplify args passing for ANYOF nodes
2019-02-15 Karl WilliamsonAdd .t for testing user-defined \p{} races
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Make sure sub called only...
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Add tests
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Test that can have nested...
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Add some stress
2019-02-15 Karl Williamsont/op/taint.t: Add test
2019-02-15 Karl Williamsonregcomp.c: Add some potential code that's #ifdef'd out
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2019-02-15 Karl WilliamsonAdd global hash to handle \p{user-defined}
2019-02-15 Karl WilliamsonAdd mutex for dealing with qr/\p{user-defined}/
2019-02-15 Karl Williamsonregcomp.c: Add/reword some comments/white-space
2019-02-15 Karl Williamsonregcomp.c: Change variable name
2019-02-14 Nicolas Rperldelta prep setup for v5.29.8
2019-02-14 Nicolas Rperldelta module changes from ext,lib
2019-02-14 Nicolas RUpdate Modules section for perldelta for 5.29.8
2019-02-14 Nicolas RUpdate JSON-PP to CPAN version 4.00
2019-02-14 Nicolas Rt/porting/manifest.t add line number
2019-02-14 Nicolas RNet::Ping 501_ping_icmpv6.t: disable sudo test
2019-02-14 Nicolas RUpdate Net::Ping to upstream version 2.71
2019-02-14 Chris 'BinGOs... Update Test-Simple to CPAN version 1.302162
2019-02-13 Nicolas RUpdate Module-Load to CPAN version 0.34
2019-02-13 Karl Williamsonperlrecharclass: Note many fewer xdigits than digts
2019-02-13 Karl Williamsonperlrecharclass: Rmv obsolete RFC
2019-02-13 Karl Williamsonperlrecharclass: Clarify
2019-02-13 Tony Cook(perl #133660) add test for goto &sub in overload leaking
2019-02-10 Andreas Koenigperlsyn.pod: correct typo in doc
2019-02-06 Karl Williamsonmakedef.pl: Fix to work with -DNO_LOCALE config opt
2019-02-06 Karl Williamsonlocale.c: Fix compilation error
2019-02-06 Karl Williamsont/loc_tools.pl: C.UTF-8 is a likely locale
2019-02-06 Karl Williamsonext/POSIX: Fix compilation error
2019-02-05 Karl WilliamsonMerge branch 'turkic locale handling' into blead
2019-02-05 Karl WilliamsonDocs for new Turkic UTF-8 locale support
2019-02-05 Karl Williamsonlocale.c: Add detection of Turkic UTF-8 locales
2019-02-05 Karl Williamsonregcomp.c: White-space only
2019-02-05 Karl WilliamsonAdd Turkish locale handling to /i pattern matching
2019-02-05 Karl Williamsonpp.c: White-space only
2019-02-05 Karl Williamsonpp.c: Add handling for Turkish locales for uc() etc
2019-02-05 Karl Williamsont/op/lc.t: Add tests for Turkish locales
2019-02-05 Karl WilliamsonAdd .t to test Turkic locale folding
2019-02-05 Karl Williamsont/re/fold_grind.pl: Enhance to deal with Turkic rules
2019-02-05 Karl Williamsont/loc_tools.pl: Add functions to find Turkic UTF-8...
2019-02-05 Karl Williamsonutf8.c: Add functions for Turkic locale case changing
2019-02-05 Karl WilliamsonAdd variable for if the current UTF-8 locale is Turkic
2019-02-05 Karl Williamsonregcomp.c: Under /l any < 256 char can match any other
2019-02-05 Karl Williamsonregen/regcharclass.pl: Remove obsolete macro
2019-02-05 Karl Williamsonregen/mk_invlists.pl: Create new inversion list
2019-02-05 Karl Williamsonmktables: Make Turkic 'I' chars problematic
2019-02-05 Karl Williamsonsv_utf8_upgrade_flags_grow(): Alloc extra byte if empty
2019-02-05 Karl Williamsonregcomp.c: Clarify comment
2019-02-05 Karl Williamsonpp.c: Clarify comment
2019-02-05 David Mitchell[MERGE] various overload fixups
2019-02-05 David MitchellAvoid leak in multiconcat with overloading.
2019-02-05 David MitchellPerl_try_amagic_un/bin re-indent
2019-02-05 David MitchellEliminate AMGf_set flag
2019-02-05 David MitchellPerl_try_amagic_bin(): eliminate dATARGET
2019-02-05 David MitchellEliminate SvPADMY tests from overload code
2019-02-05 David MitchellEliminate opASSIGN macro usage from core
2019-02-05 Tony Cook(perl #133824) fix threading builds
2019-02-05 Karl Williamsonregen/unicode_constants.pl: generate UTF-8 for U+307
2019-02-05 Karl Williamsont/loc_tools.pl: Add fcn to return all UTF-8 locales
next