This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-08-20 Karl WilliamsonMake static function non-static
2018-08-20 Karl Williamsonregcomp.c: Add second parameter to static function
2018-08-20 Karl Williamsonregcomp.c: Extract code into separate function
2018-08-20 Karl Williamsonregcomp.c: Replace code with fcn that does the same...
2018-08-20 Karl Williamsonutf8.h: Update outmoded comment
2018-08-20 Karl Williamsonutf8.c: Rename macro and move to utf8.h, and use it...
2018-08-20 Karl Williamsoninvlist_inline.h: Two symbols no longer needed in utf8.c
2018-08-20 Karl WilliamsonAdd inline function to hide implementation details
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add tests for run-time
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Reorder a few tests
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Avoid a TEST crash if failure
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add check no warnings generated
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Extract code into a function
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: White-space only
2018-08-20 Karl Williamsonregcomp.c: Use isFOO_A instead of isFOO
2018-08-20 Karl Williamsonregcomp.c: Change parameter name
2018-08-20 Karl Williamsoninline.h: Use 'do {} while' instead of 'while {}'
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Make sure returns true
2018-08-20 Karl WilliamsonHandle 3 digit exponents in \p{nv=%e}
2018-08-20 Karl Williamsonmktables: Handle platforms with 3 digit exponents
2018-08-20 Chris 'BinGOs... Update Time-Piece to CPAN version 1.33
2018-08-18 James E Keenanperldelta for 56191551147fe888e34f15ef84f08013f4fbb5aa
2018-08-18 Chad GranumSynch with CPAN Test-Simple 1.302140.
2018-08-16 Karl Williamsonperlre: Add some clarifying script run documentation
2018-08-16 Karl Williamsonperlre, perlrecharclass: Add examples
2018-08-16 Karl WilliamsonFix script run bug '1' followed by Thai digit
2018-08-16 Karl Williamsonregexec.c: Use a macro for clarity
2018-08-16 Karl Williamsonregexec.c: Fix UNLIKELY() scope
2018-08-11 Sawyer XReleaser for 5.29.2
2018-08-09 sisyphusPATCH: [perl #41202] text->float gives wrong answer
2018-08-09 sisyphusperl.h - mingw-w64 builds use __mingw_strtold instead...
2018-08-09 sisyphuslib/locale.t - no longer special case quadmath builds
2018-08-09 Karl Williamsonnumeric.c: Move some code around
2018-08-09 Karl Williamsonnumeric.c: White-space only
2018-08-09 Karl Williamsonnumeric.c: Quadmath now honors LC_numeric
2018-08-09 Tony Cook(perl #133422) handle Off_t smaller than size_t
2018-08-08 David Mitchelltime::HiRes: don't truncate nanosec utime
2018-08-08 Steve HayUpgrade HTTP::Tiny from version 0.070 to 0.076
2018-08-08 Steve HayUpgrade Filter::Util::Call from version 1.58 to 1.59
2018-08-08 H.Merijn BrandPA-RISC is obsolted
2018-08-08 H.Merijn BrandUpdate HP-UX readme
2018-08-07 David MitchellTime-HiRes/t/itimer.t: avoid race condition.
2018-08-06 Karl Williamsondump.c: Fix space before tabs
2018-08-06 Karl WilliamsonUse sv_catpvs where appropriate vs sv_catpv
2018-08-05 Karl Williamsonperlapi: Fix up pod for utf8n_to_uvchr_error()
2018-08-05 Karl Williamsonperlapi: Fix up SV handling pod
2018-08-05 Karl Williamsonperlapi: Clarify sv_insert()
2018-08-05 Karl Williamsonregcomp.c: Add comments
2018-08-05 Karl Williamsonperlunicode: Clarifiy user-defined props
2018-08-05 Karl Williamsonperl.h: Use TAINT_get, instead of PL_tainting.
2018-08-05 Karl Williamsonperl.c: Use TAINT_get, instead of PL_tainting.
2018-08-05 H.Merijn BrandThe HP-UX optimizer fails again (on Itanium only this...
2018-08-04 Karl Williamsonmathoms.c: Use my_strnlen, not strnlen
2018-08-03 Karl WilliamsonMake utf8_to_uvchr() slightly safer
2018-08-03 Karl WilliamsonRevise kludge for [perl #133136]
2018-08-03 Karl Williamsonmathoms.c: Make safer a deprecated function
2018-08-03 Karl Williamsonutf8.c: Make safer some deprecated functions
2018-08-03 Karl Williamsonutf8.c: Avoid some unnecessary work
2018-08-03 Karl Williamsonutf8.c: Remove unused parameters
2018-08-03 Karl Williamsonutf8.c: Remove common code
2018-08-03 Karl Williamsonmktables: Some tests are invalid
2018-08-03 Karl Williamsonutf8.c: Make safer a deprecated function
2018-08-03 Karl Williamsonutf8.c: Make unused parameter signal its status
2018-08-03 Karl WilliamsonInitialize some inversion lists at start-up.
2018-08-03 Karl Williamsoninline.h: Init a variable to silence stupid compilers
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/opbasic/arith.t
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/op/local.t.
2018-08-02 Karl WilliamsonMove Unicode \p{} definitions to regcomp.c
2018-08-02 sisyphusext/POSIX/t/posix.t - Fix 'strtold works' test
2018-08-02 sisyphust/run/locale.t - Add missing SKIP:{} block
2018-08-01 Karl WilliamsonConfigure: redirect try.c errors to /dev/null
2018-08-01 Tony Cookperldelta for 028f02e7e97a, 3d5e9c119db6 and bbc9927bf24e
2018-08-01 Tomasz Konojackiwin32: fix argumentless sleep()
2018-08-01 Tony Cook(perl #133314) always close the directory handle on...
2018-08-01 Tony Cook(perl #133314) test for handle leaks from in-place...
2018-07-31 Tony Cookbump $Storable::VERSION
2018-07-31 Tony Cook(perl #133411) don't try to load Storable with -Dusecro...
2018-07-30 Steve HayFix setting GCCTARGET in win32/makefile.mk when CCTYPE...
2018-07-30 Daniel Draganfix version autodetect for Visual C 64bit edition
2018-07-27 Steve HayBump Time::HiRes $VERSION since its XS was changed...
2018-07-26 Daniel Draganremove distros from needing ppport.h in core
2018-07-25 Steve Hayt/porting/manifest.t - Don't strip out MANIFEST.SKIP...
2018-07-25 Steve HayAdd dist/Devel-PPPort/MANIFEST.SKIP to MANIFEST
2018-07-25 Steve HayRevert "Delete MANIFEST.SKIP from dist/Devel-PPPort...
2018-07-24 Daniel Draganremove all exported symbols from GCC win32 miniperl
2018-07-23 David MitchellDon't compile S_env_alloc() when not used
2018-07-22 Aaron CraneFix trivial compilation warning in Data::Dumper
2018-07-22 Karl Williamsonembed.fnc: Rmv wrong marker that a fcn has docs
2018-07-22 Karl Williamsonlib/warnings.pm: Bump version to 1.43
2018-07-22 Karl Williamsonlib/Config/Extensions.pm: Bump version to .03
2018-07-22 Aaron Crane[MERGE] Data::Dumper fixes for older Perl versions
2018-07-22 Aaron CraneData::Dumper: restore XS-mode deparse support in older...
2018-07-22 Aaron CraneData::Dumper: handle incomplete support for Unicode...
2018-07-22 Aaron CraneData::Dumper: ensure character-classification macros...
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: clarify some test names
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: add missing test name
2018-07-22 Aaron Cranedist/Data-Dumper/t/indent.t: avoid scalar split
2018-07-22 Aaron CranePorting/epigraphs.pod: fix a typo in an old epigraph
2018-07-22 Aaron CraneEnsure perlmodlib.pod contains all non-dual-life modules
2018-07-21 Karl Williamsonregen/mk_invlists.pl: Collapse unused boundary values
next