This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-03-26 Karl Williamsonperl5299delta: Fixes from errata
2019-03-26 Tom Wyantperl5299delta: Clarify variable-length lookbehind entry
2019-03-26 David Mitchellfix CvFILE() leak in Perl_newMYSUB()
2019-03-26 David Mitchellavoid leak with local $h{foo}, $a[n]
2019-03-26 David Mitchellfix leak in package name lookup
2019-03-25 David Mitchellfix a leak with indented heredocs
2019-03-25 David Mitchellreformat S_scan_heredoc()
2019-03-25 David MitchellS_scan_heredoc(): add cosmetic braces
2019-03-25 David Mitchellfix leak with local ${^WARNING_BITS} = ...
2019-03-25 Karl WilliamsonIt's an error if any component of \p{user-defined}...
2019-03-25 Karl Williamsonregcomp.c: Fix comment
2019-03-25 David Mitchellavoid leak assigning regexp to non-COW string
2019-03-25 David Mitchellfix leak in BEGIN { threads->new(...) }
2019-03-25 David Mitchellfix leak in cloned regexes.
2019-03-25 Niko TyniFix POSIX::mblen mbstate_t initialization on threaded...
2019-03-23 Karl WilliamsonPATCH: [perl #132928] Save some bytes
2019-03-23 Karl Williamsonperldelta: Add errata for 5.29.9 perldelta
2019-03-23 Karl Williamsonreg_mesg.t: Add missing '#' comment indicator
2019-03-23 Karl WilliamsonPATCH: [perl #132851] Empty /(?)/
2019-03-22 Karl WilliamsonPATCH: [perl #133984] Failure in lookbehind
2019-03-22 Karl WilliamsonPATCH: [perl #133889] Assertion failure
2019-03-21 Karl Williamsonhandy.h: Change some macros to use new inRANGE
2019-03-21 Karl WilliamsonGeneralize macro and move to handy.h
2019-03-21 Karl WilliamsonPATCH: [perl #133880] assertion failure
2019-03-21 Karl Williamsonlocale.c: White-space, comment only
2019-03-21 Karl Williamsonlocale.c: Don't try to recreate the LC_ALL C locale
2019-03-21 Karl WilliamsonAdd, improve some debugging stmts for -DL (locales)
2019-03-21 Karl Williamsonperldelta: Rmv extraneous =back
2019-03-21 Zak B. ElepUpdate Module::CoreList for 5.29.10
2019-03-21 Zak B. ElepBump the perl version in various places for 5.29.10
2019-03-21 Zak B. ElepNew perldelta for 5.29.10
2019-03-21 Zak B. ElepTick off 5.29.9!
2019-03-21 Zak B. ElepEpigraph for 5.29.9
2019-03-20 Zak B. ElepEnsure autogenerated files for Devel::PPPort are up... v5.29.9
2019-03-20 Zak B. ElepAdd myself to AUTHORS
2019-03-20 Zak B. ElepAdd 5.29.9 release to pod/perlhist
2019-03-20 Zak B. ElepUpdate perldelta for 5.29.9 release
2019-03-20 Zak B. ElepUpdate Module::CoreList for 5.29.9
2019-03-20 Zak B. ElepFix $JSON::PP::Boolean::VERSION
2019-03-20 Zak B. ElepPorting/Maintainers.pl: vutil.c is CUSTOMIZED once...
2019-03-20 Karl WilliamsonAdd common UTF-8 first byte to ANYOFH regnodes
2019-03-19 Nicolas RBump Devel::PPPort to keep in sync with CPAN
2019-03-19 Karl WilliamsonPATCH: [perl #133937] Assertion failure
2019-03-19 Karl Williamsondquote.c: Prevent possible out-of-bounds read
2019-03-19 Karl WilliamsonChange error wording for empty \x{}
2019-03-19 Karl WilliamsonChange error wording for \o{}
2019-03-19 Karl WilliamsonMerge branch 'safer' into blead
2019-03-19 Karl Williamsonregexec.c: Use safe UTF8SKIP
2019-03-19 Karl Williamsonregexec.c: Use safer utf8_hop
2019-03-19 Karl Williamsonregcomp.c: Use safer utf8_hop
2019-03-19 Karl Williamsonregcomp.c: Use safe UTF8SKIP
2019-03-19 Karl Williamsonpp_ctl.c: Use safe UTF8SKIP
2019-03-19 Karl Williamsonpp_pack.c: Use safe UTF8SKIP
2019-03-19 Karl Williamsonpp.c: Use safer utf8_hop
2019-03-19 Karl Williamsonregexec.c: Add comments
2019-03-19 Karl Williamsonpp.c, pp_sys.c: Use DO_UTF8 instead of its expansion
2019-03-19 David Mitchellop_free() remove redundant !kid test
2019-03-19 David Mitchellhandle scope error in qr/\(?{/
2019-03-18 Karl WilliamsonMerge branch 'vlb' into blead
2019-03-18 Karl Williamsonregexec.c: White-space only
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-18 Karl Williamsonregexec.c: regmatch(): Add pushing eol
2019-03-18 Karl Williamsonregexec.c: restrict match to substring in regmatch()
2019-03-18 Karl Williamsonregexec.c: Add parameter to static fcn
2019-03-18 Karl WilliamsonAdd warning category for variable length lookbehind
2019-03-18 Karl Williamsonregexec.c: Rmv unnecessary assigns
2019-03-18 Karl Williamsonregexec.c: Delete unused macro
2019-03-18 Karl Williamsonregexec.c: Comment fixes, additions
2019-03-18 Karl Williamsonregexec.c: Move macro defns, comments adjacent to fcn
2019-03-18 Karl Williamsonperlre: Link technique for variable length lookbehind
2019-03-18 Dagfinn Ilmari... perlvar: improve POD markup for $-[n] example
2019-03-18 David Mitchellfix paren buffer leak in (?|...)
2019-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
2019-03-18 Karl Williamsonregcomp.c: Use mnemonic for flag parameter
2019-03-16 Karl Williamsonperlre: Consistent casing and spelling of VERB args
2019-03-16 Craig A. Berryrealclean unidatafiles on VMS the same way as elsewhere.
2019-03-15 Karl Williamsoninline.h: Improve comment
2019-03-15 Karl Williamsonutf8_length() Add two UNLIKELY()s
2019-03-15 Karl WilliamsonS_multiconcat() Use faster variant counting
2019-03-15 Karl Williamsontoke.c: lex_stuff_pvn() Use faster UTF-8 variant count
2019-03-14 Karl Williamsont/re/pat.t: Add test for [perl #133933]
2019-03-14 Karl Williamsonregcomp.c: Add assertions
2019-03-14 Karl WilliamsonAdd more checking for regnode offset overflowing
2019-03-14 Karl Williamsonregnodes.h, perldebguts: Shorten some descriptions
2019-03-14 Karl WilliamsonAny Common digit set can match in any script
2019-03-14 Karl WilliamsonPATCH: [perl #133921] Segfaults in regcomp.c
2019-03-14 Karl Williamsont/re/pat.t: Rmv stray semi-colon
2019-03-14 Karl WilliamsonPATCH: [perl #133871] heap-buffer-overflow in S_reginsert
2019-03-14 Karl Williamsonregcomp.c: Create macro, add comments
2019-03-14 Karl Williamsonregcomp.c: Rmv unused variable
2019-03-14 Karl Williamsont/re/pat.t: Outdent 2 lines
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2019-03-14 Karl Williamsonregcomp.c: White-space, comments only
2019-03-14 Karl Williamsontoke.c: Allow \N{} handling fcn to be used elsewhere...
2019-03-14 Karl Williamsontoke.c: Add wrapper function
2019-03-14 Karl Williamsontoke.c: Change API of static function
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-03-13 Karl Williamsonregcomp.h: Rmv obsolete references to 'swash'
2019-03-13 Karl Williamsonregexec.c: We know the end ptr; don't need to recalc
2019-03-13 Karl Williamsonregexec.c: Add assertion
next