This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-11-08 Karl Williamsonparts/inc/misc: Generalize a test
2019-11-08 Karl WilliamsonBackport toFOO_uvchr()
2019-11-08 Karl WilliamsonBackport isFOO_uvchr()
2019-11-08 Karl Williamsonparts/inc/misc: Change internal macro name
2019-11-08 Karl Williamsonparts/inc/misc: early toFOLD_utf8_safe() is toLOWER
2019-11-08 Karl Williamsonparts/inc/misc: Use hash and loop to generalize code
2019-11-08 Karl WilliamsonBackport UTF8_MAXBYTES_CASE
2019-11-08 Karl Williamsonparts/inc/misc: Fix EBCDIC bug
2019-11-08 Karl Williamsonparts/inc/utf8: Refactor a little for clarity
2019-11-08 Karl WilliamsonCan test isASCII_utf8_safe to earlier
2019-11-08 Karl WilliamsonHACKERS: Update, correct
2019-11-08 Karl WilliamsonGenerate latest apidoc.fnc from blead
2019-11-08 PaliImplement G_RETHROW for eval_sv
2019-11-08 PaliPartially revert 9f84bc0 which broke generating Makefil...
2019-11-08 Nicolas RMake dist generate a fresh PPPort.pm
2019-11-08 Karl WilliamsonBackport toLOWER_utf8_safe and kin
2019-11-08 Karl WilliamsonRegenerate to latest
2019-11-08 Karl WilliamsonPerl 7.0 had a space as being a graphic char
2019-11-08 Karl WilliamsonChange isUTF8_CHAR to use macro, not expansion
2019-11-08 Karl WilliamsonAdd warning about UTF-8 unreliable in early perls
2019-11-08 Karl WilliamsonisPSXSPC() is a synonym for isSPACE
2019-11-08 Karl WilliamsonBackport isFOO_utf8_safe() macros
2019-11-08 Karl WilliamsonAdd tests for NATIVE_TO_LATIN1, vice-versa
2019-11-08 Karl WilliamsonFix isGRAPH_L1() bug
2019-11-08 Karl Williamsonparts/inc/misc: Add withinCOUNT and inRANGE
2019-11-08 Karl Williamsonparts/inc/utf8: Backport some basic UTF-8 stuff
2019-11-08 Karl WilliamsonFix typos in HACKERS; add clarification
2019-11-08 Karl WilliamsonBackport UTF8_CHK_SKIP
2019-11-08 Karl WilliamsonBackport UTF8_SKIP
2019-11-08 Karl Williamsonparts/inc/misc: Backport UNI to/from NATIVE
2019-11-08 Karl WilliamsonUpdated apidoc.fnc to latest blead
2019-11-08 Karl WilliamsonGet latest blead embed.fnc
2019-11-08 Karl Williamsondevel/regenerate: Add --yes option
2019-11-08 Nicolas Rcat_file util in Makefile
2019-11-08 Karl WilliamsonPATCH: gh#17227 heap-buffer-overflow
2019-11-08 Karl WilliamsonFix tr/// compilation on VMS
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()
next