This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-09-29 Chris 'BinGOs... Update Perl-OSType to CPAN version 1.006
2013-09-29 Chris 'BinGOs... Update File-Temp to CPAN version 0.2302
2013-09-29 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.036
2013-09-29 Chris 'BinGOs... Update File-Fetch to CPAN version 0.44
2013-09-27 James E KeenanIncrement version number for threads.
2013-09-27 Jerry D. HeddenUpgrade to threads 1.88
2013-09-27 Daniel Draganbetter pod for threads::_handle
2013-09-27 Brian FraserFile::Glob::VERSION++
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-25 Andy DoughertyUse a more reliable check for BSDish systems.
2013-09-24 Karl Williamsonregcomp.c: Improve -Dr output
2013-09-24 Karl Williamsonregcomp.c: Don't exceed array bounds
2013-09-24 Karl Williamsonperldelta for regex optimizer handling above-Latin1
2013-09-24 Karl Williamsonregcomp.c: Move bit to different data structure
2013-09-24 Karl Williamsonregcomp.c: Remove unnecessary flag settings
2013-09-24 Karl WilliamsonMake 'OR's logically 'or'
2013-09-24 Karl Williamsonregcomp.c: White-space, comments only
2013-09-24 Karl Williamsonregcomp.c: Remove unused parameter in static function
2013-09-24 Karl WilliamsonAdd some tests for the regex optimizer
2013-09-24 Karl Williamsonregcomp.c: Tighten optimizer for /li matches
2013-09-24 Karl WilliamsonTeach regex optimizer to handle above-Latin1
2013-09-24 Karl Williamsonregcomp.c: Add some static functions
2013-09-24 Karl Williamsonregcomp.c: Use macro accessor uniformly
2013-09-24 Karl Williamsonregcomp.c: Optimize e.g. /[\w\W]/l into dot
2013-09-24 Karl WilliamsonEnlarge dummy regex pass1 compilation node
2013-09-24 Karl Williamsonregcomp.c: Use STR_WITH_LEN to avoid bookkeeping
2013-09-24 Karl WilliamsonRename regex flag bit for clarity
2013-09-24 Karl Williamsonregcomp.c: Better DEBUGGING builds error detection
2013-09-24 Karl Williamsonregcomp.c: Change some static parameters to const
2013-09-24 Karl WilliamsonRetain an inversion list's mortality in its replacement
2013-09-24 Karl Williamsonperl.c: Clean up some SV*s at termination
2013-09-24 Karl Williamsonregcomp.c: Add parameter to static function
2013-09-24 Karl WilliamsonRemove PL_ASCII; use existing array slots for it
2013-09-24 Karl Williamsonregcomp.c: Typos in comments; Fix another comment
2013-09-24 Karl Williamsonregcomp.c: Fix syntax error in #ifdef'd out code
2013-09-24 Karl Williamsonperl.h: Don't pollute global namespace
2013-09-24 Karl WilliamsonMake typedef fully typedef
2013-09-24 Karl Williamsonregcomp.h: Create new typedef synonym for clarity
2013-09-24 Karl Williamsonregcomp.h: Parenthesize macro formal parameter
2013-09-24 Karl Williamsonregcomp.h: Add better named synonyms
2013-09-24 Karl Williamsonregcomp.c: Clarify comment
2013-09-24 Karl Williamsonregcomp.h: Move #define
2013-09-24 Karl Williamsonregcomp.c: Change names of some static functions
2013-09-24 Karl Williamsonregcomp.c: Rework static function call; comments
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl Williamsonregcomp.c: Use PL_sv_undef instead of NULL in an AV
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-09-24 Karl Williamsonregcomp.c: Move a #define, add a similar one
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl Williamsonregcomp.c: Remove redundant matching possibilities
2013-09-24 Karl Williamsonregcomp.c: Centralize assignment
2013-09-24 Karl Williamsonperlreguts: Bring up-to-date
2013-09-24 Karl Williamsonperlreguts.pod: Nits
2013-09-24 Karl Williamsonregcomp.c: Convert another I32 to SSize_t
2013-09-24 Brian FraserConsistently use __sun to identify SunOS
2013-09-24 Brian Fraserperl.h: Comment was mistakenly passed to the preprocessor
2013-09-24 Brian Fraserperl.h: STMT_START/END don't need a special case for...
2013-09-24 Brian FraserRemoved the define for FCALL
2013-09-23 Neil Bowers[PATCH] Fixed bug where is_core assumed linear release...
2013-09-23 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.78
2013-09-23 Ricardo Signesdocument fixing of #119927 (localizing $\) in 5.18.0
2013-09-23 Steve HayUpgrade podlators from 2.5.1 to 2.5.2
2013-09-21 Father ChrysostomosAnother faulty padrange assumption
2013-09-21 Father Chrysostomosperl5200delta: Remove Data::Alias from Known Problems
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-21 Father Chrysostomosperl5194delta: Link to % slice docs in perldata
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-21 Brian FraserUp the version of File::Spec from 3.44 to 3.45
2013-09-21 Steve HayUpgrade autodie from version 2.21 to 2.22
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-21 Brian FraserRemoved the define for ISHISH
2013-09-21 Brian FraserRemoved an ifdef for IS_UTF8_CHAR in utf8.c
2013-09-21 Brian FraserRemoved HAS_SOCKET__bad_code_maybe
2013-09-21 Brian FraserRemoved the use of SPARC64_GCC_WORKAROUND
2013-09-21 Brian FraserReplaced the last use of HAS_GNULIBC with __GLIBC__
2013-09-21 Brian FraserRemoved DUMP_FDS and dump_fds()
2013-09-21 Brian FraserRemoved the ifdefs for BUGGY_MSC and BUGGY_MSC6
2013-09-21 Brian FraserReplaced an ifdef for sv_dup with USE_ITHREADS
2013-09-21 Brian Fraserperl.h: Always unconditionally include sys/types.h
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-09-21 Brian FraserRemoved the ifdefs for __SC__ in toke.c
2013-09-21 Brian FraserRemoved the ifdef & define for VDf
2013-09-21 Brian FraserRemoved the ifdef for FPUTS_BOTCH
2013-09-21 Brian FraserRemove the ifdefs for ULTRIX_STDIO_BOTCH
2013-09-21 Brian FraserRemove an ifdef for the Harris HCX-9 froms sv.c
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-09-21 Brian FraserRemoved an '#ifdef COMMENTARY' in toke.c
2013-09-21 Brian Frasertoke.c: Remove a cargo-culted #undef CLINE
2013-09-21 Brian FraserRemove a '#undef ff_next' remnant from ages past.
2013-09-21 Brian Fraserregcomp.c: Remove the last usage of NO_UNARY_PLUS
2013-09-21 Brian Fraserregcomp.c: Remove a cargo-culted #undef SPSTART
2013-09-21 Brian Fraserregcomp.c: Remove a #undef op
2013-09-21 Brian Fraserregcomp.c: Remove a useless use of I_STDARG
2013-09-21 Chris 'BinGOs... Module::CoreList export %delta and document it
2013-09-21 Ricardo Signestest that $\ is localized and restored even if it was...
2013-09-21 Steve HayRMG - Add a note about merging the release branch back...
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Steve Haycorelist.pl - Fix the addition of a new perl release...
next