This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2016-02-10 Daniel Draganadd shortcut around syscalls when file not found in...
2016-02-10 Ricardo Signesupdate release schedule for beginnings of 5.25
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-10 Karl Williamsonregcomp.c: Fix recursive parsing bug
2016-02-10 Karl Williamsonregcomp.c: White-space, variable name-change only
2016-02-10 Karl Williamsonautodoc.pl: Fix misspelled /[[:alpha:]]/
2016-02-10 Karl WilliamsonAdd Nick Logan to AUTHORS
2016-02-10 Karl Williamsonregcomp.c: Add code to compute edit distance (Damerau...
2016-02-10 Tony Cookperldelta for 1bb1a3d6d35
2016-02-10 Tony Cook[perl #127334] S_incline: avoid overrunning the end...
2016-02-10 Tony Cookperldelta for 7db8c4f1f19e and 958cdeac409
2016-02-10 Tony Cook[perl #127494] don't cache AUTOLOAD as DESTROY
2016-02-10 Tony Cook[perl #127494] TODO test for $AUTOLOAD being set for...
2016-02-09 James E KeenanUpdate guidance on naming of modules.
2016-02-09 Sawyer XRemove outdated task in release:
2016-02-09 Tom HukinsTime::HiRes moved from "cpan" to "dist" in 91ba54
2016-02-09 Karl Williamsonlocale.c: Improve -DL debug info
2016-02-09 Ricardo Signesmove Time-HiRes from cpan to dist
2016-02-08 Tony Cookperldelta for 27895dda8085, ac3b837b9e1b, f05081b8ef22...
2016-02-08 Tony Cook[perl #124387] call AUTOLOAD when DESTROY isn't defined
2016-02-08 Tony Cook[perl #124387] TODO test for AUTOLOAD on DESTROY
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2016-02-08 Todd RinaldoDocument broken SvSTASH for %version:: in B's test...
2016-02-07 Tony Cookperldelta for 071db91b12fc
2016-02-07 Tony Cookadd Pip Cet to AUTHORS
2016-02-07 Pip Cet[perl #127474] fix operator precedence when (castflags...
2016-02-07 Jarkko HietaniemiStorable version bump.
2016-02-07 Jarkko HietaniemiPOSIX version bump.
2016-02-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
next