This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-11-08 Dan BookLink to more useful section of perlop from readpipe
2019-11-08 Dan Bookperlop - Make "STRING" section heading consistent
2019-11-07 Karl Williamsonperlguts: Revise pod of UTF8f
2019-11-07 Karl WilliamsonSilence some compiler warnings
2019-11-07 Karl WilliamsonMerge branch 'Remove swashes from core' into blead
2019-11-07 Karl WilliamsonRemove lib/unicore/Heavy.pl
2019-11-07 Karl WilliamsonUCD.pm: Remove 'none' from swash
2019-11-07 Karl WilliamsonRemove utf8_heavy.pl
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-07 Karl Williamsonop.c: Remove no-longer used function
2019-11-07 Karl Williamsonhandy.h: Change references to swashes
2019-11-07 Karl WilliamsonPorting/todo.pod: Rmv reference to fixing swashes
2019-11-07 Karl WilliamsonUnTODO some tests fixed by the previous commit
2019-11-07 Karl WilliamsonReimplement tr/// without swashes
2019-11-07 Karl Williamsonintrpvar.h: Add variable for use in tr///
2019-11-07 Karl Williamsonop.c: Add debugging dump function
2019-11-07 Karl Williamsonop.h: Add synonyms for some tr/// values
2019-11-07 Karl WilliamsonChange names of some OPpTRANS flags
2019-11-07 Karl Williamsondoop.c: Refactor do_trans_complex()
2019-11-07 Karl Williamsont/op/tr.t: Add tests, incl. a TODO
2019-11-07 Karl Williamsondoop.c: Change name of variable
2019-11-07 Karl Williamsondoop.c: Change out-of-bounds value
2019-11-07 Karl Williamsondoop.c: Add, revise comments
2019-11-07 Karl Williamsonop.c: Simplify expression.
2019-11-07 Karl Williamsonregen/ebcdic.pl: Add tables that partition by UTF-8...
2019-11-07 Karl Williamsonop.c, doop.c Use mnemonics instead of numeric values
2019-11-07 Karl Williamsondoop.c: Add a parameter to a few fcns
2019-11-07 Karl WilliamsonChange macro name in tr/// code
2019-11-07 Karl Williamsonop.c: Comments only
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
next