platform/upstream/perl.git
2010-11-25 Paul Evans[PATCH 5/5] Added Paul Evans to AUTHORS
2010-11-25 Paul Evans[PATCH 4/5] Adjust unit tests to cope with new sockaddr...
2010-11-25 Paul Evans[PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADD...
2010-11-25 Paul Evans[PATCH 2/3] Implement sockaddr_in6 wrapper
2010-11-25 Paul Evans[PATCH 1/3] Implement Socket::pack_sockaddr_in6() and...
2010-11-25 Father Chrysostomos[perl #78438] Memory leak with 'use v5.42'
2010-11-25 Father ChrysostomosStop eval "use 6" from leaking
2010-11-25 Father ChrysostomosStop eval "no 5" from leaking
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-25 Nicholas ClarkUse newSVpvs_flags() instead of sv_2mortal(newSVpvs())
2010-11-25 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.11
2010-11-25 Nicholas ClarkRefactor ENAME dumping in Perl_do_sv_dump() to simplify...
2010-11-25 Nicholas ClarkTest dumping stashes, with various combinations of...
2010-11-25 Nicholas ClarkRefactor Peek.t to give more useable diagnostics.
2010-11-25 Florian RagwitzIt's a little late to get changes into 5.12
2010-11-25 Florian RagwitzFix signature of sv_unmagic in perlguts.pod
2010-11-24 Nicholas ClarkExplicitly export Perl_sv_compile_2op_is_broken(),...
2010-11-24 David Goldenminor amendment to documentation of ?PATTERN?
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-24 Nicholas ClarkDeprecate sv_compile_2op()
2010-11-24 Nicholas ClarkFix a typo introduced by 15d9236d3878cc50. (The wrong...
2010-11-24 Max MaischeinAdd fold_latin1 to the list of exported variable symbol...
2010-11-24 Rafael Garcia... Don't use "try" as a variable name
2010-11-24 Nicholas ClarkRemove unused variable from S_set_regclass_bit_fold()
2010-11-24 David GoldenClarify m?PATTERN? is ok and only ?PATTERN? is not
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.68
2010-11-23 Father ChrysostomosDocument the refcount of version functions’ retval
2010-11-23 Nicholas ClarkWhen dup'ing CVs, only take the OP_REFCNT_LOCK if it...
2010-11-23 Nicholas ClarkNo need to clone pad name 0, as it's never used.
2010-11-23 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.66
2010-11-23 Craig A. BerryFix multiple perldelta entries from buildtoc on VMS.
2010-11-23 Karl Williamsonregcomp.h: Restore separate bit for LOC class
2010-11-23 Father ChrysostomosOnly call mro_package_moved on new substashes
2010-11-23 Father ChrysostomosDon’t CLONE nameless hashes
2010-11-23 Father ChrysostomosClarify the hekp assignment in dump.c
2010-11-22 Karl Williamson[bracketed char class] fixes
2010-11-22 Karl Williamsonfold_grind.t: Only test [char classes]
2010-11-22 Karl Williamsonhandy.h: New #define to use new bit
2010-11-22 Karl Williamsonl1_char_class_tab.h: Add new bit to table.
2010-11-22 Karl Williamsonmk_PL_charclass.pl: Find non-latin1 folds
2010-11-22 Karl Williamsonregexec.c: indent code in new block
2010-11-22 Karl Williamsonregexec.c: utf8 could fold to ascii/latin1
2010-11-22 Karl Williamsonregcomp.c: Add comment
2010-11-22 Karl Williamsonregcomp.c: Add comment
2010-11-22 Karl Williamsonreg_fold.t: Don't duplicate fold_grind.t
2010-11-22 Karl WilliamsonAdd fold_grind.t
2010-11-22 Karl Williamsonpp.c: tiny performance enhancement
2010-11-22 Karl Williamsonpp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNI
2010-11-22 Karl Williamsonutf8.h: Add macro TWO_BYTE_UTF8_TO_UNI()
2010-11-22 Karl Williamsonutfebcdic.h: comment additions, fix typo
2010-11-22 Karl Williamsonregexec.c: Correct indent
2010-11-22 Karl Williamsonmk_PL_charclass.pl: Correct comment
2010-11-22 Karl Williamsonutf8_heavy: Guard against infinite recursion
2010-11-22 Karl WilliamsonSplit ANYOF_NONBITMAP into two components
2010-11-22 Karl Williamsonregcomp.c: Optimizer wrongly turning off bit
2010-11-22 Karl Williamsonregcomp.c: Add explanatory comment
2010-11-22 Karl Williamsonregcomp.h: Add comment
2010-11-22 Karl Williamsonregcomp.h: Renumber ANYOF_EOS bit
2010-11-22 Karl Williamsonregcomp.c: Fix indent
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-11-22 Karl Williamsonperl.h: Add latin1 fold table
2010-11-22 Karl Williamsonregcomp.sym: Clarify comment
2010-11-22 Karl WilliamsonNits in perlunicode.pod
2010-11-22 Karl Williamsonregexec.c: Split EXACT, folding nodes in regrepeat
2010-11-22 Karl WilliamsonPL_fold wrong for EBCDIC platforms.
2010-11-22 Karl Williamsonperl.h: Expand comment
2010-11-22 Karl Williamsonre/pat.t: Skip tests on EBCDIC
2010-11-22 Karl Williamsonregcomp.sym: Fix descriptions
2010-11-22 Karl Williamsonregex free up bit in ANYOF node
2010-11-22 Karl Williamsonregcomp.h: Add comment
2010-11-22 Karl Williamsonregcomp.c: Remove references to old #define
2010-11-22 Karl Williamsonregcomp.h: Reorder statements for clarity
2010-11-22 Father ChrysostomosNewly-created stashes may need effective names added
2010-11-22 Ben Morrow%x can't be used directly with pointers.
2010-11-22 Father ChrysostomosRemove redundant check
2010-11-22 Father Chrysostomosmro_package_moved must act on all effective names
2010-11-21 Nicholas ClarkMove the test for Win32's FindExt.pm to t/porting,...
2010-11-21 Father ChrysostomosAdd flags param to hv_ename_*
2010-11-21 Father Chrysostomos‘If you are upgrading from 5.13.6...’
2010-11-21 Florian RagwitzOnly clean up the generated perldelta
2010-11-21 Father ChrysostomosS_hfreeentries: keep OOK off unless adding something...
2010-11-21 Karl Williamsonmktables: Clean up warning msg
2010-11-21 Karl Williamsonmktables: comment typo and expand other comments
2010-11-21 Karl Williamsonmktables: Smaller tables if not -DDEBUGGING
2010-11-21 Father ChrysostomosRevert "Globs that are in the symbol table can be unglo...
2010-11-21 Father Chrysostomos[perl #77926] Glob reification during localisation
2010-11-21 Father ChrysostomosCorrect test count in UCD.t
2010-11-21 Father ChrysostomosIncrease Unicode'UCD::s version
2010-11-21 Karl WilliamsonUCD.pm: Add info about named sequence alternatives
2010-11-21 Karl WilliamsonUCD.pm: Don't use CompositionExclusions.txt
2010-11-21 Karl WilliamsonUCD.pm: Don't use NamedSequences.txt, saves disk
2010-11-21 Father ChrysostomosEliminate the newname param from mro_package_moved
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-21 Father Chrysostomoshv_undef .= _flags
2010-11-21 Father ChrysostomosFix hv_name_set when there is an HvENAME
2010-11-21 Chris 'BinGOs... Add the new shiny perldelta file I neglected to add.
2010-11-21 Chris 'BinGOs... Update TOC for perl5.13.8
2010-11-21 Chris 'BinGOs... Created perldelta for v5.13.8
next