platform/upstream/perl.git
2010-11-27 Rafael Garcia... Fix a warning (that spotted a potential mro bug that...
2010-11-27 Craig A. BerrySkip multi-arg piped open in autodie test on VMS.
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-27 Craig A. BerryFix Time::HiRes probes on VMS.
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.13
2010-11-26 Father ChrysostomosClarify op_lvalue’s docs
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-26 Rafael Garcia... No need to nest printfs. DIE() takes format strings.
2010-11-26 Father ChrysostomosFix compiler warning
2010-11-26 Father ChrysostomosAvoid redundant hv_delete call in pp_entereval
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchellperlio: always guard against null function table
2010-11-26 David Mitchelladd PerlIO_init_table() to initialise PL_perio
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-26 Nicholas ClarkIn deparse.t, give a description to every test. Remove...
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-26 H.Merijn BrandSpecial compiler settings only change for 64bitall...
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.12
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
2010-11-25 Jan DuboisSync win32/Makefile with win32/makefile.mk
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-25 Jan DuboisInclude ws2tcpip.h to get IPv6 definitions
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
next