This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-11-07 Karl Williamsondoop.c, op.c: White-space only
2019-11-07 Karl Williamsonop.c: Indent some code
2019-11-07 Karl Williamsontoke.c: comment, White-space only
2019-11-07 Karl WilliamsonAllow core to work with code points above IV_MAX
2019-11-07 Karl WilliamsonMove some static fcns from regcomp.c to invlist_inline.h
2019-11-07 Karl Williamsonregcomp.c: Change name of static function.
2019-11-07 Karl Williamsoninvlist_inline.h: White space only
2019-11-07 Karl Williamsoninvlist_inline.h: Restrict files symbols are in
2019-11-06 Chris 'BinGOs... Update IO-Compress to CPAN version 2.089
2019-11-06 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.089
2019-11-06 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.089
2019-11-06 Tony Cookprevent a race between name-based stat and an open...
2019-11-05 Yves Ortonadd defensive parens
2019-11-05 Yves Ortonrework U8TOxx_LE macros to force unsigned access
2019-11-05 Matt TurnerFix the UTO*_LE macros
2019-11-05 Steve PetersRemove compiler in .travis.yml
2019-11-05 Karl Williamsonperlop.pod: Slight clarification
2019-11-05 Karl Williamsontoke.c: comment changes
2019-11-05 Karl Williamsongv.c: SVf needs to be surrounded by spaces
2019-11-05 Dagfinn Ilmari... Remove unused `key` and `orig_keyword` parameters from...
2019-11-05 Dagfinn Ilmari... Rename `tmp` local to `key` in `yyl_keylookup`
2019-11-05 Dagfinn Ilmari... Remove unused `key` parameter from `yyl_just_a_word`
2019-11-05 David Mitchellt/re/speed.t: increase timeout
2019-11-04 Tony Cookenforce strict for barewords in multiconcat
2019-11-04 Sergey AleynikovDoc: fix sv_setsv_cow reference
2019-11-04 Nicolas RS_gv_fetchmeth_internal fix STRLEN warning
2019-11-04 Aaron Crane[MERGE] Even smaller toke
2019-11-04 Aaron Craneperldelta for recent toke.c refactoring 17241/head
2019-11-04 Aaron Cranetoke.c: const-ify formbrack parameters
2019-11-04 Aaron Cranetoke.c: replace recursive calls to yyl_try() with goto
2019-11-04 Aaron Cranetoke.c: delete unused bof parameters
2019-11-04 Aaron Cranetoke.c: don't pass around a copy of PL_parser->saw_infi...
2019-11-04 Aaron Cranetoke.c: remove some spurious orig_keyword uses
2019-11-04 Aaron Cranetoke.c: remove formbrack argument from yyl_try()
2019-11-04 Aaron Cranetoke.c: delete weird initial_state arg to yyl_try()
2019-11-04 Aaron Cranetoke.c: factor out static yyl_keylookup()
2019-11-04 Aaron Cranetoke.c: factor out static yyl_key_core() and yyl_word_o...
2019-11-04 Aaron Cranetoke.c: bundle some yyl_just_a_word() params into a...
2019-11-04 Aaron Cranetoke.c: factor out static yyl_just_a_word()
2019-11-04 Aaron Cranetoke.c: stop passing around several needless local...
2019-11-04 Aaron Cranetoke.c: factor out static yyl_strictwarn_bareword()
2019-11-04 Aaron Cranetoke.c: remove the really_sub goto label
2019-11-04 Aaron Cranetoke.c: factor out static yyl_constant_op()
2019-11-04 Aaron Cranetoke.c: factor out static yyl_safe_bareword()
2019-11-04 Aaron Cranetoke.c: fold some initialisations into the correspondin...
2019-11-04 Aaron Cranetoke.c: factor out static yyl_fatcomma()
2019-11-04 Aaron Cranetoke.c: factor out static yyl_fake_eof()
2019-11-04 Matt TurnerFix copy-and-paste mistake in U8TO64_LE
2019-11-03 Sergey AleynikovFactor out common code from sv_derived_from_* subs...
2019-11-03 James E KeenanCorrections: one grammatical; one POD formatting
2019-11-03 Karl Williamsonop.h: Remove obsolete #define
2019-11-03 Karl Williamsontoke.c: Fix bug tr/// upgrading to UTF-8 in middle
2019-11-03 Karl Williamsonmathoms.c,utf8.c: Update to use UTF8_CHK_SKIP
2019-11-03 Karl WilliamsonPATCH: Character class code broke MSWin32 compilation
2019-11-03 Max MaischeinFix typo
2019-11-03 Max MaischeinAnd silence some silly examples.
2019-11-03 Max MaischeinAdd explicit list of supported Perl versions and URL...
2019-11-03 Tony Cooka template for vulnerability announcements
2019-11-03 Karl WilliamsonInversion lists are SvPOK
2019-11-02 Nicholas ClarkOn OP_READLINE, OPf_SPECIAL is set for <<>>, clear...
2019-11-02 Karen EtheridgeUpdate perlfaq to CPAN version 5.20191102
2019-11-02 Tony Cookignore $^H{feature/bits'} when deparsing
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
2019-11-01 Karl Williamsonperl.c: Remove obsolete comment
2019-11-01 Karl WilliamsonConsolidate uses of PERL_SMALL_MACRO_BUFFER
2019-11-01 Karl Williamsonperldelta for removing experimental status
2019-11-01 Karl Williamsonperlreref: alpha assertions are valid in (COND)
2019-11-01 Karl WilliamsonAccept experimental script_run feature
2019-11-01 Karl WilliamsonAccept experimental alpha_assertions feature
2019-11-01 Karl Williamsonperlexperiment: Was missing vlb
2019-11-01 Karl Williamsonperlexperiment: Remove Unicode in EBCDIC
2019-10-31 Tony Cookfix panic caused by printf with %n with utf8 length...
2019-10-30 Tony Cookadd ${^FEATURE_BITS} to perlvar.pod
2019-10-30 Tony Cookremove now unneeded FEATURE_IS_ENABLED()
2019-10-30 Tony CookFaster feature checks
2019-10-30 Chris 'BinGOs... Make me as doing the business for 20th November
2019-10-30 Richard LeachMention Termux in README.android
2019-10-30 Tomasz Konojackiremove CONSERVATIVE and LIBERAL
2019-10-30 Tomasz Konojackiuse PTR2nat() instead of casting pointers to unsigned...
2019-10-30 Karl WilliamsonChange the names of some regnodes
2019-10-30 Karl Williamsonregcomp.c: Comments, white-space only
2019-10-30 Karl Williamsonregcomp.c: Avoid reparsing a node
2019-10-29 Todd RinaldoDummy commit to test perl5-changes notifications
2019-10-29 Hauke DTie::StdHandle::BINMODE: handle layer argument
2019-10-28 Tony Cookfix the type of orig_keyword to match the only caller
2019-10-28 Tony Cookreinstate the [perl #129069] fix reverted by f190a1be6aa
2019-10-28 Steve HayUpgrade Scalar-List-Utils from version 1.52 to 1.53
2019-10-28 Steve HayUpgrade Pod::Simple from version 3.39 to 3.40
2019-10-28 Steve HayUpgrade Math::BigInt from version 1.999817 to 1.999818
2019-10-27 Tomasz Konojackiwin32: separate $Config{ccflags} and $Config{optimize}
2019-10-27 Steve HayAdd epigraph for 5.30.1-RC1
2019-10-27 Steve Hay5.30.1-RC1 today
2019-10-27 Steve HayUpdate release schedule
2019-10-26 Karl WilliamsonPATCH: [perl 134335], gh115,Assert fail in regmatch
2019-10-26 Karl Williamsonperlguts: Fix up UTF8fARG docs
2019-10-26 Karl WilliamsonFix up apidoc entries for isFOO_utf8()
2019-10-26 Karl WilliamsonNote that UTF8f and UTF8fARG are now documented
2019-10-25 Craig A. Berryvoid functions don't need to indicate lack of return
2019-10-25 Dan Bookperlretut - Missing semicolon in example
2019-10-25 E. ChorobaDocument the SIG handler behaviour for weird hook values
next