This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-07-31 Karl Williamsonregen/charset xlations.pl: Use revised UTF-8 macros
2021-07-31 Karl Williamsonregcharclass.h: Remove 2 EBCDIC dependencies
2021-07-30 Karl Williamsonregcharclass.h: #defines for non-chars by UTF8 length
2021-07-30 Karl WilliamsonUnicode-Normalize: Save '&' instrs by casting to U8
2021-07-30 Karl WilliamsonStorable: Save a '&' instr by casting to U8
2021-07-30 Karl WilliamsonPOSIX: Save a '&' instr by casting to U8
2021-07-30 Karl WilliamsonOpcode: Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonsv_vcatpvfn(): Simplify print format
2021-07-30 Karl WilliamsonSTATUS_UNIX_EXIT_SET(): Save a '&' instr by casting...
2021-07-30 Karl Williamsonwin32.c: Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonvms.c: Save '&' instrs by casting to U8
2021-07-30 Karl Williamsonutil.h: Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonutf8.c: Remove redundant '&' instruction
2021-07-30 Karl Williamsontoke.c: Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonsv.c: Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonregcomp: Save '&' instrs by casting to U8
2021-07-30 Karl Williamsonpp_pack: Save '&' instrs by casting to U8
2021-07-30 Karl Williamsonperlio.c: Save '&' instrs by casting to U8
2021-07-30 Karl Williamsondump.c: Save a '&' instr by casting to U8
2021-07-30 Karl WilliamsonCxLVAL(): Save a '&' instr by casting to U8
2021-07-30 Karl Williamsonwarnings.h: Use cast instead of bitwise &
2021-07-30 Karl Williamsondoop.c: Rmv redundant '&' instrs
2021-07-30 Karl Williamsonhandy.h: Refactor FITS_IN_8_BITS()
2021-07-30 Karl Williamsonmsb_pos(): Bit twiddle a subtraction into an xor
2021-07-30 Karl WilliamsonAlways use any fast available msb/lsb method
2021-07-30 Karl WilliamsonComment why ffs() isn't used for lsbit_pos()
2021-07-30 Karl WilliamsonUse windows builtins for msb_pos, lsb_pos, if avail
2021-07-30 Karl WilliamsonUse clz, ctz for msb_pos, lsb_pos, if available
2021-07-30 Karl WilliamsonCreate and use 32 and 64 bit msbit_pos() fcns
2021-07-30 Karl Williamsonregexec.c: Use lsbit_pos32() to avoid iterations
2021-07-30 Karl Williamsonregcomp.h: Add internal macro
2021-07-30 Karl WilliamsonCreate and use 32 and 64 bit lsbit_pos() fcns
2021-07-30 Karl WilliamsonPerl_variant_byte_number: Move assert()
2021-07-30 Karl WilliamsonPerl_variant_byte_number: Generalize
2021-07-30 Karl WilliamsonAdd 64bit single-1bit_pos()
2021-07-30 Karl WilliamsonCreate and use single_1bit_pos32()
2021-07-29 Richard Leachav.h - document newAV_alloc_xz
2021-07-29 Biswapriyo... win32/GNUmakefile: Remove -s option from compiler flags
2021-07-29 Biswapriyo... win32/GNUmakefile: Get CPU arch from target triplet
2021-07-29 Biswapriyo... win32: Use -shared option instead of -mdll to create DLL
2021-07-29 Biswapriyo... Add myself to AUTHORS
2021-07-28 Nicholas ClarkDon't call av_fetch() with TRUE to create an SV that... 19007/head
2021-07-27 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.40
2021-07-27 Karl WilliamsonAdd PERL_GCC_VERSION_GE and kin
2021-07-26 Nicholas ClarkS_clear_placeholders() should call HvHASKFLAGS_off... 19004/head
2021-07-26 Nicholas ClarkS_mro_gather_and_rename() can use HvTOTALKEYS(), as...
2021-07-26 Nicholas ClarkConvert code in mro_core.c to use hv_*hek() APIs where...
2021-07-26 Nicholas ClarkWhere the key is an SV, replace some hv_* calls with...
2021-07-26 Nicholas ClarkIn Perl_gv_check() set and clear HvAUXf_SCAN_STASH...
2021-07-26 Nicholas ClarkSimplify some logic in S_find_hash_subscript().
2021-07-26 Nicholas ClarkTests for tied hashes in list context (keys, values...
2021-07-26 Nicholas ClarkThe cases for SVt_PVAV and SVt_PVHV in pp_defined are...
2021-07-26 Nicholas ClarkRemove some cruft from XS::APItest.
2021-07-25 Ricardo SignesMerge branch 'switch-off' into blead
2021-07-25 Ricardo Signesfeature.pl: bump version number to 1.67 18864/head
2021-07-25 Ricardo Signesperlsyn: note that v5.36 will not enable "switch"
2021-07-25 Ricardo SignesB::Deparse tests: turn on "switch" to test break()...
2021-07-25 Ricardo Signesswitches.t: stop testing that -E turns on ~~
2021-07-25 Ricardo Signesswitches.t: stop testing that -E includes switch
2021-07-25 Ricardo Signesfeature.pm: drop "switch" from latest version bundle
2021-07-25 Ricardo Signesperlexperiment: list ":win32 layer" as removed
2021-07-25 Karl Williamsonop/each.t: Improve EBCDIC handling
2021-07-25 Karl Williamsonop/each.t: Add strict/warnings
2021-07-25 Karl Williamsonperl.h: Add some comments
2021-07-25 Karl Williamsonregcomp.c: Use existing macro
2021-07-25 Karl Williamsonop/print.t: Generalize for EBCDIC
2021-07-25 Karl Williamsoncomp/require.t
2021-07-25 Karl Williamsonop/length.t: Use modern tools for EBCDIC
2021-07-25 Karl Williamsonpat_advanced.t: EBCDIC fix
2021-07-25 Karl Williamsonlib/diagnostics.pm: Generalize for EBCDIC
2021-07-25 Karl WilliamsonSafe: safeutf8.t: Generalize for EBCDIC
2021-07-25 Karl Williamsonnumeric.c: Silence compiler warning
2021-07-25 Karl Williamsonnumeric.c: White-space only
2021-07-25 Karl Williamsonop.c: Remove leading tab
2021-07-25 TAKAI Kousuket/op/numify.t: More tests to check if invalid Inf/NaNs...
2021-07-25 TAKAI KousukePerl_my_atof3: disallow double signs for Inf/NaN
2021-07-25 TAKAI KousukePerl_my_atof3: disallow double signs and spaces between...
2021-07-25 Chris 'BinGOs... Remove MI from FastCalc
2021-07-25 Dan Bookperlop - Invocant only needs to be an object or class...
2021-07-25 TAKAI KousukePOSIX: Make strtoul() return UV if possible
2021-07-24 Karl WilliamsonPOSIX: Bump version
2021-07-24 Karl WilliamsonPetar-Kaleychev is now a Perl author
2021-07-24 Thibault DUPONCHELLESkip 501_ping_icmpv6.t when icmpv6 cannot be initialize...
2021-07-24 Petar-KaleychevFix perl5300delta.pod
2021-07-24 Neil BowersBump the perl version in various places ready for 5...
2021-07-24 Neil Bowersnew perldelta for 5.35.3
2021-07-23 Karl WilliamsonU:N: Generalize to work on EBCDIC
2021-07-23 Karl WilliamsonU::N: Improve ok() function
2021-07-23 Karl WilliamsonUnicode::Normalize: Make ok() common to all .t files
2021-07-23 Neil BowersMerge branch 'release-5.35.2' into blead
2021-07-23 Neil Bowersadd new release to perlhist v5.35.2
2021-07-23 Neil BowersUpdated with changed modules
2021-07-23 Neil BowersUpdate Module::CoreList for 5.35.2
2021-07-23 Neil Bowersfirst cut at perldelta
2021-07-23 Neil BowersUpdated for 5.35.2
2021-07-22 Neil BowersUpdated Text-Tabs+Wrap from 2013.0523 to 2021.0717
2021-07-22 Neil BowersUpgraded Encode from 3.08 to 3.10
2021-07-22 Neil Bowersversion of Devel::PPPort wasn't bumped when merging
2021-07-22 Neil BowersUpgraded Math::BigRat, Math::BigInt::FastCalc, Math...
2021-07-22 Paul "LeoNerd... Use G_LIST in dist/threads
next