This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2019-10-25 Tom HukinsFix a broken link
2019-10-25 Max MaischeinUpdate URLs to be https://
2019-10-24 Tony Cookensure locale_name_on_entry isn't clobbered
2019-10-24 Karl Williamsonperlguts: Document UTF8f format
2019-10-24 Karl Williamsonperlguts: Update info about e.g. UVuf
2019-10-24 Karl WilliamsonAUTHORS: Ichinose Shogo was in wrong-way-round
2019-10-24 Karl Williamsonregcomp.c: Code for qr/(?[...]) handle restart
2019-10-24 Ichinose Shogoupdate perljp
2019-10-24 Karl WilliamsonAdd Shogo Ichinose to AUTHORS
2019-10-24 Dan BookUpdate perlgit and perlhack to reference GitHub pull...
2019-10-24 Paul "LeoNerd... Move keywords from a regexp to a qw() list
2019-10-24 Dan BookAssign names to subsections in perlref to improve linka...
2019-10-23 Dave CrossBe clearer about taint's effect on @INC.
2019-10-23 Dave CrossFix taint mode @INC documentation
2019-10-23 Nicolas RSpeedup Travis CI: stop smoking on Darwin
2019-10-23 Graham Knopadd git commit info into archive exports to allow build...
2019-10-23 Dagfinn Ilmari... Link directly to the right perlrun section everywhere...
2019-10-23 Karl Williamsonregcomp.c: Create fail-safe for reading out of bounds
2019-10-23 Dagfinn Ilmari... Link directly to the -M section of perlrun from perlfun...
2019-10-22 Dan Bookperlretut - missing quote in example
2019-10-22 Karl WilliamsonPATCH: #17196, Assertion failure in /l pattern
2019-10-22 James E Keenanperldelta for 10934390253ed18c48f144735ad3c6a508caabc1
2019-10-22 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.36
2019-10-21 Max MaischeinFix Johan Vromans CPAN URL
2019-10-21 Max MaischeinUpdate URL for Weebls Stuff
2019-10-21 Max MaischeinImport dead URLs from my last analysis
2019-10-21 Max MaischeinFix y2038 project homepage
2019-10-21 Dagfinn Ilmari... Fully spell out "subroutine" and "variable"
2019-10-21 Aaron Crane[MERGE] Factor out Perl_yylex() into a bunch of smaller...
2019-10-21 Aaron Cranetoke.c: factor out static yyl_my()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_eol()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_do()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_foreach()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_require()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_croak_unrecognised()
next