This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-03-01 Tony Cookremove duplicate environment variables from environ
2016-03-01 Karl Williamsonperldelta: Fix typo
2016-03-01 Karl Williamsonre/regexp_unicode_prop.t: Fix loop statement
2016-03-01 Karl Williamsonregexp_unicode_prop.t: Clarify comment
2016-03-01 Karl WilliamsonFix /\p{pkg::User-defined}/i
2016-03-01 Tony Cook[perl #127635] s///r with -DPERL_NO_COW attempts to...
2016-03-01 Jarkko HietaniemiScalar-List-Utils customization bump
2016-03-01 Jarkko HietaniemiScalar-List-Utils version bump
2016-03-01 Jarkko Hietaniemiproduct() with zero IV crash/hang
2016-03-01 Jarkko HietaniemiSocket customization bump
2016-03-01 Jarkko HietaniemiSocket version bump
2016-03-01 Jarkko HietaniemiCheck for max length before derefing by length.
2016-03-01 Daniel Draganteach makedef.pl an alternate macro for PERL_COPY_ON_WRITE
2016-02-29 Lukas Maiperlport: use italics instead of colon in "don't":s...
2016-02-29 Dagfinn Ilmari... Improve wording of perldelta entry for ae146f5496e
2016-02-29 Alex VandiverAdjust callsites that use UTF8SKIP without checking UTF
2016-02-28 Tony Cookperldelta for ae146f5496e
2016-02-28 Daniel Dragan[perl #127584] using Win32 32b gmake with 64b gcc cause...
2016-02-28 Jarkko HietaniemiUpgrade to IPC-SysV 2.06.
2016-02-28 Daniel Draganstatic funcs in HiRes.xs
2016-02-28 Chris 'BinGOs... [perl #127624] corelist: wrong Digest::SHA version...
2016-02-28 Karl Williamsonregcomp.c: Use less peak memory
2016-02-28 Karl Williamsonregcomp.c: Modify an assert
2016-02-28 Karl Williamsonregcomp.c: Avoid an unnecessary mortal SV
2016-02-28 Karl Williamsonregcomp.c: Improve free-ing up unused inversion list...
2016-02-28 Karl Williamsonregcomp.c: Add new static inline convenience function
2016-02-28 Karl Williamsonregcomp.c: Change variable names, white-space
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-27 Lukas Maiperlfunc overhaul
2016-02-26 Karl Williamsonregcomp.c: Add missing 'STATIC'
2016-02-26 Karl WilliamsonFix regex failures on big-endian systems
2016-02-25 Lukas Maiperlvar: hyperlink from $^D to perlrun/-D
2016-02-25 Lukas Maipodcheck.t: expand POD sequences in L</...> section...
2016-02-24 Matthew HorsfallFix perldoc -f sleep to use $SIG{ALRM} instead of ...
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-24 Karl Williamsonregcomp.c: Guard against corrupting inversion list SV
2016-02-24 Daniel Dragansilence warning in Win32CORE
2016-02-23 Tony Cook[perl #127386] clarify that exit in the die pseudo...
2016-02-23 Chris 'BinGOs... M-CL sync with what tis is on CPAN
2016-02-21 Ricardo Signesrelease schedule: Sawyer to release October 2016
2016-02-21 Sawyer XMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2016-02-21 Sawyer XMore updates to Module::CoreList:
2016-02-21 Sawyer Xupdate Module::CoreList and bump version
2016-02-21 Karl Williamsont/re/pat_advanced.t: Test for [#perl 126886]
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-20 Sawyer Xnew perldelta for 5.23.9
2016-02-20 Sawyer Xupdate 5.23.8 as done on release schedule
2016-02-20 Sawyer Xadd 5.23.8 epigraph
2016-02-20 Sawyer XMerge branch 'release-5.23.8' into blead
2016-02-20 Sawyer Xadd new release to perlhist v5.23.8
2016-02-20 Sawyer XTypos, POD errors, etc. origin/release-5.23.8
2016-02-20 Sawyer XUpdate perldelta module versions (Porting/corelist...
2016-02-20 Sawyer Xupdate Module::CoreList (Porting/corelist.pl)
2016-02-20 Sawyer Xcleanup perldelta
2016-02-20 Sawyer XDocument 38e3b24
2016-02-20 Sawyer XDocument e57270be442bfaa9dc23eebd67485e5a806b44e3:
2016-02-20 Sawyer XDocument eba98284740b799def26803ebac340aaa8930437
2016-02-20 Sawyer XUpdate perldelta.pod:
2016-02-20 Jarkko HietaniemiAdd assert(matches_string).
2016-02-20 Jarkko HietaniemiUpgrade to IPC-SysV 2.05.
2016-02-19 Craig A. BerryCast PL_dump_re_max_len to avoid type mismatch warning.
2016-02-19 Karl Williamsonregcomp.c: White-space only
2016-02-19 Karl Williamsonregcomp.c: Can't do optimization if inverting
2016-02-19 Karl Williamsonregcomp.c: Use colors for -Dr metanotation
2016-02-19 Karl Williamsonregcomp.c: Backlslash {} in -Dr output
2016-02-19 Karl WilliamsonRevamp -Dr handling of /[...]/
2016-02-19 Karl WilliamsonAdd environment variable for -Dr: PERL_DUMP_RE_MAX_LEN
2016-02-19 Karl Williamsonregcomp.c: Save a branch test
2016-02-19 Karl Williamsonregcomp.c: Clarify -Dr output under /l
2016-02-19 Karl Williamsonregcomp.c: Comments, white-space, add grouping () for...
2016-02-19 Karl WilliamsonAdd a parameter to a static function
2016-02-19 Karl WilliamsonChange private function to static
2016-02-19 Karl Williamsonregcomp.c: Change structure element size and loc
2016-02-19 Karl Williamsonregcomp.c: Move static declaration to file level
2016-02-19 Karl Williamsonregcomp.c: optimization for qr/[...]/il
2016-02-19 Karl Williamsonregcomp.c: Avoid a segfault
2016-02-19 Karl WilliamsonPATCH: [perl 127537] /\W/ regression with UTF-8
2016-02-19 Karl Williamsonregcomp.c, toke.c: swap functions being inline static
2016-02-19 Karl WilliamsonCast correctly to U8, not char
2016-02-19 Karl Williamsonperlapi: Hide the swash functions
2016-02-19 Karl Williamsonregcomp.h: Not all ANYOF flags are in use.
2016-02-19 Karl Williamsonregcomp.c: Simplify a few lines of code
2016-02-19 Karl Williamsonregcomp.c: Clean up logic in function
2016-02-19 Karl Williamsonregcomp.c: -Dr \xZZ instead of \x{ZZ}
2016-02-19 Karl Williamsonregcomp.c: Fix -Dr bug
2016-02-19 Karl Williamsonregcomp.c: Use macro to hide complexity
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-19 Karl Williamsonperlrecharclass: Add some missing info
2016-02-18 Tom HukinsRemove an unused variable
2016-02-18 Daniel Dragan[perl #127556] update installperl to new location of...
2016-02-17 James E Keenanperldelta for f94c6c536844091ca6a005e3e0398db8e1cc212e
2016-02-17 Jarkko HietaniemiTime::HiRes version bump.
2016-02-17 Jarkko HietaniemiAllow TIME_HIRES_DONT_RUN_PROBES=1 to aid cross-compiling
2016-02-16 Karl Williamsont/re/reg_mesg.t: Add a couple of tests
2016-02-15 Daniel Draganminor comment improvements in hv.h and scope.h
2016-02-15 Lukas MaiRevert "tweak NOT_REACHED in DEBUGGING builds"
2016-02-15 David Mitchelldoop.c: fix typo in header comment
2016-02-15 Tony Cookperldelta: move the two Win32 gmake improvements to...
2016-02-15 Daniel Draganfix win32 gmake with win64 VC with 32 bit GCC in PATH...
2016-02-14 Jarkko HietaniemiSkip the length sanity check if d_name is pointer or...
next