This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2016-02-14 Craig A. BerryDynaLoader shouldn't use mod2fname when finding .bs...
2016-02-14 Jarkko HietaniemiSolaris /usr/bin/sed cannot handle labels of length...
2016-02-13 Lukas Maitweak NOT_REACHED in DEBUGGING builds
2016-02-13 Jarkko HietaniemiTime::HiRes version bump.
2016-02-13 Jarkko HietaniemiWhitespace only: zap EOL spaces
2016-02-13 Jarkko HietaniemiAdd the Time-HiRes Changes file from CPAN.
2016-02-13 Jarkko HietaniemiAdd caveat on the clock_getres() resolution
2016-02-13 Jarkko HietaniemiMention the OS X get_clock...() emulations.
2016-02-13 Jarkko HietaniemiOS X clock_nanosleep() emulation
2016-02-13 Jarkko HietaniemiOS X clock_gettime() and clock_getres() emulation
2016-02-13 Jarkko HietaniemiAdd the new Time::HiRes constants to @EXPORT_OK.
2016-02-13 Jarkko HietaniemiAdd FreeBSD specific clock_gettime() constants.
2016-02-13 Jarkko HietaniemiAdd Linux-specific clock_gettime() constants.
2016-02-13 Jarkko HietaniemiSort the Time::HiRes constants, one per line
2016-02-13 Craig A. BerryMake File::Spec::VMS->abs2rel handle Unix-format input.
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-11 David Mitchellrun regen_perly.pl
2016-02-11 David Mitchellregen_perly.pl: improve action extracting
2016-02-11 David Mitchellregen_perly.pl: print command with -v
2016-02-11 H.Merijn BrandUpdated outdated link to smoke reports for HP-UX
2016-02-11 Karl Williamsonregcomp.c: Clarify error message
2016-02-11 Karl Williamsont/re/regex_sets.t: Add some tests
2016-02-11 Karl Williamsonsv.c: Handle radix being multi-byte and not UTF-8
2016-02-11 Karl Williamsonregexec.c: Skip duplicate work
2016-02-11 Karl Williamsonregcomp.c: Replace invalid assertion
2016-02-11 Karl Williamsonregcomp.c: Avoid a function call in a common case
2016-02-11 Karl Williamsonregcomp.c: Add some grouping parens
2016-02-11 Karl Williamsonutf8.h: Guard some macros against improper calls
2016-02-11 Karl Williamsonregcomp.c, regexec.c: Comments, white-space only
2016-02-11 Karl Williamsonregcomp.c: Fix some parsing glitches
2016-02-11 Karl Williamsonregcomp.c: Extract duped code into one fcn
2016-02-11 Karl Williamsonporting/diag.t: Handle some E<> pod escapes
2016-02-11 Karl Williamsonpodcheck.t: Need to translate E<lt> and E<gt>
2016-02-11 Ricardo Signesrelease schedule: September 2016 is scheduled
next