This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-10-20 Karl WilliamsonPATCH: [perl #12406] regnode panic
2015-10-20 Daniel Draganconst vtables in win32/perlhost.h
2015-10-20 Karl WilliamsonPATCH: [perl #126404] Assertion fail in (?[...])
2015-10-20 Tony Cookfix pod error introduced in 65c4791f
2015-10-20 Jarkko HietaniemiMention the HP-UX cadvise (Code Advisor).
2015-10-20 Jarkko HietaniemiAdd link for the Coverity perl5 project.
2015-10-20 Jarkko HietaniemiMention http://sourceforge.net/p/predef/wiki/Home/
2015-10-20 Jarkko HietaniemiMake __ASSERT__() empty under Coverity, avoiding many...
2015-10-19 Steve Hayperldelta tweaks
2015-10-19 Karl Williamsonperl.h: Remove some unused, non-portable #defines
2015-10-19 Karl WilliamsonAdd test for [perl #126204]
2015-10-19 Karl WilliamsonPATCH: [perl #126177] Document /(?n)/
2015-10-19 Karl Williamsonperldelta for #126319
2015-10-19 Karl WilliamsonPATCH: [perl #126319] Seg fault
2015-10-19 Karl WilliamsonRemove TODOs from tests now passing
2015-10-19 Karl Williamson"" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb}
2015-10-19 Karl WilliamsonFix some bugs in \B[sb}, \B{wb}, \B[gcb}
2015-10-19 Karl Williamsonregexec.c: Combine some if's
2015-10-19 Karl WilliamsonFix some bugs with \b{gcb}, wb and sb
2015-10-19 Karl WilliamsonFix look-behind bug with \b{wb}
2015-10-19 Karl WilliamsonAdd TODO tests for [perl #126319]
2015-10-19 Karl Williamsonregexec.c: Remove extraneous 'break'
2015-10-19 Karl Williamsonregexec.c: Add comment
2015-10-19 Karl Williamsont/re/subst.t: Use loc_tools for skipping locale tests
2015-10-19 Karl Williamsonmktables: Improve .t diagnostic message
2015-10-19 Karl Williamsonmktables: Update comments
2015-10-19 Karl Williamsonregexec.c: Change function return from I32 to bool
2015-10-19 Karl Williamsonperldelta: Nit
2015-10-19 Steve HayFix broken link in perldelta added by f83db99040
2015-10-19 Steve HayRemove boilerplate stuff from perldelta
2015-10-19 Steve HayFill in perldelta
2015-10-19 Jarkko Hietaniemiperl #126396 IRIX longdouble infinity issues
2015-10-19 Jarkko HietaniemiIRIX long-double sqrt(2) one bit error in the least...
2015-10-19 Jarkko HietaniemiIRIX cc -c99 does -D__c99 but none of the other C99...
2015-10-19 Jarkko HietaniemiIRIX long double: use the C99/C11-style generic math...
2015-10-19 Steve Hayperldelta copy-editing
2015-10-19 Steve HayClean-up temporary directories in Module-Metadata tests
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-10-19 Dagfinn Ilmari... Make IO::Poll->poll call _poll even with an empty fd...
2015-10-19 Dagfinn Ilmari... Fix assertion when calling IO::Poll::_poll() with an...
2015-10-19 Daniel Draganremove extra stat() call from .pm opening+remove extra...
2015-10-18 Jarkko HietaniemiFor IRIX the official symbol is __sgi, not __irix__.
2015-10-18 David Mitchellsome perldelta entries
2015-10-18 David Mitchelloptimise save/restore of PL_delaymagic.
2015-10-18 Dagfinn Ilmari... Delay @ISA magic while unshifting
2015-10-18 Jarkko Hietaniemirt.perl.org #123977 - clear errno in IRIX PERLIO=stdio
2015-10-17 Steve HayBook-keeping for the previous commit (which restored...
2015-10-17 Daniel DraganWin32 inet_pton fallback misc fixes
2015-10-17 Nicholas ClarkReplace 2 strcat()s with strlen() and memcpy() in dl_dl...
2015-10-17 Jarkko Hietaniemirt.perl.org perl #88814 was revived in openbsd by commi...
2015-10-16 Jarkko Hietaniemiperl #126306: openbsd t/io/errno.t tests fail randomly
2015-10-16 Jarkko HietaniemiAdd the OS X processor support.
2015-10-16 Jarkko HietaniemiOS X versioning dance.
2015-10-16 Jarkko Hietaniemirt.perl.org 126152 compile error after re-running Confi...
2015-10-16 Steve HayNote some files missing from blead in two upstream...
2015-10-16 Jarkko HietaniemiTry to avoid doubling the cppflags if rerun without...
2015-10-15 Jarkko HietaniemiIRIX <sys/prctl.h> is not what Configure expects.
2015-10-15 Craig A. BerryVMS-specific statbuf in Perl_find_script.
2015-10-15 Craig A. BerryRevert "Missed one statbuf declaration in 45a23732c73."
2015-10-15 Steve HayUpgrade bignum from version 0.40 to 0.41
2015-10-15 Steve HayMove bignum from dist/ to cpan/
2015-10-15 Steve HayUpgrade Math::BigInt::FastCalc from 0.31 to 0.34
2015-10-15 Steve HayUpgrade Math::BigInt from 1.999701 to 1.999704
2015-10-15 Karl Williamsonext/XS-APItest/t/hash.t: Fix for EBCDIC
2015-10-15 Karl WilliamsonDynaLoader.t: Skip test on z/OS
2015-10-14 Steve HayMath-BigRat is (nearly) in sync with 0.260801
2015-10-14 Steve HayMath-BigInt-FastCalc has a slightly customized .pm...
2015-10-14 Steve HayMath-BigInt is (nearly) in sync with 1.999701
2015-10-14 Steve HaySocket.pm is customized (for the ++$VERSION) as well...
2015-10-14 Steve HayModule-Metadata-1.000029-TRIAL is in blead
2015-10-14 Steve HayCorrect the paths in the Encode customizations
2015-10-14 Steve HayCompress-Raw-Bzip2-2.069 has two more excluded files...
2015-10-14 Reini UrbanMakefile: add TAGS target (etags, not ctags)
2015-10-14 Reini Urbanmake -s: silent means silent
2015-10-13 Tony Cook[perl #126242] make the constant hash seeds unsigned...
2015-10-13 Daniel Draganfix NO_HASH_SEED build
2015-10-13 Karl WilliamsonPATCH: [perl #126180] /(?[\ &!])/ segfaults
2015-10-13 Karl Williamsonqr/\p{pkg1::...foo}/ must be a user-defined property
2015-10-13 Karl Williamsonregcomp.c: Add macro to output diagnostic
2015-10-13 Karl Williamsonregcomp.c: White-space, comments only
2015-10-13 Karl Williamsonperldiag: Remove no-longer used message.
2015-10-13 Karl Williamsonpodcheck.t: Regen db after recent new long verbatim...
2015-10-13 Karl Williamsonporting/maintainers.t: Skip if -DPERL_EXTERNAL_GLOB
2015-10-13 Karl WilliamsonFix \p followed by a non-alpha
2015-10-13 Karl Williamsonregcomp.c: Make compile and run-time error msgs identical
2015-10-13 Karl Williamsonregcomp.c: Find more errors at compile time
2015-10-13 Steve HayUpgrade Unicode::Normalize from version 1.19 to 1.21
2015-10-13 Steve HayUpgrade File::Path from version 2.11 to 2.12
2015-10-13 Steve HayUpgrade ExtUtils::CBuilder from version 0.280223 to...
2015-10-13 Steve HayUpgrade experimental from version 0.015 to 0.016
2015-10-13 David Mitchell[perl #126229] POSIX::strerror() clears $!
2015-10-13 David Mitchellmake /fixed-substr/ much faster.
2015-10-13 David Mitchellfbm_instr(): tweak docs and formatting
2015-10-12 Daniel DraganPerl_call_sv move EXTEND into branch that needs it
2015-10-12 Daniel Draganremove repeated PL_stack_sp derefs in Perl_eval_sv...
2015-10-12 Tony Cookperldelta for 0f948285b1d2
2015-10-12 Dagfinn Ilmari... Include the name of the non-lvalue sub in error message
2015-10-12 Tony Cook[perl #126051] make the warnings::enabled example use...
2015-10-12 Tony Cooksync regen/warnings.pl and warnings.pm $VERSION
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
next