platform/upstream/perl.git
2012-08-26 Karl Williamsonutf8.c: indent in new block: White space-only
2012-08-26 Karl Williamsonutf8.c: Prefer binsearch over swash hash for small...
2012-08-26 Karl Williamsonutf8.c: Bypass a subroutine wrapper
2012-08-26 Karl Williamsonutf8.c: Add comment about speed-up attempt
2012-08-26 Karl Williamsonutf8.c: Shorten hash key for speed
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonregexec.c: Reword comment
2012-08-26 Karl Williamsonregexec.c: Use get method instead of internals
2012-08-26 Karl Williamsonembed.fnc: Turn null wrapper function into macro
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-08-26 Karl Williamsonembed.fnc: Mark internal function as "may change"
2012-08-26 Karl WilliamsonAdd caching to inversion list searches
2012-08-26 Karl Williamsonregexec.c: Use xor to save a branch
2012-08-26 Karl WilliamsonComment out unused function
2012-08-26 Karl Williamsonutf8.c: Speed up \X processing of Korean
2012-08-26 Karl Williamsonregcomp.c: Move functions to inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Rename 2 functions to indicate private nature
2012-08-26 Karl Williamsonregcomp.c: Silence compiler warning.
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Add assertion, comments
2012-08-26 Karl Williamsonregcomp.c: Allow search to work on empty inversion...
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-26 Karl Williamsonmktables: Fix bug when deleting final range
2012-08-25 Father ChrysostomosIncrease $B::Concise::VERSION to 0.93
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-25 Yves Ortonimprove and fix the documentation of the PERL_HASH...
2012-08-25 Yves Ortonminor doc patches to api stuff
2012-08-25 Father ChrysostomosApply boolkeys optimisation to %hash?:
2012-08-25 Father ChrysostomosApply boolkeys optimisation to scalar(%hash)
2012-08-25 Father Chrysostomos[perl #114576] Optimise if(%hash) in non-void context
2012-08-25 Father Chrysostomospp.c: pp_boolkeys does not need to pop
2012-08-25 Daniel Dragan[perl #114572] perl.c: fix locality/rmv redundant nulls...
2012-08-24 Father Chrysostomosparser.t: Move a test above ‘Add new tests here’
2012-08-24 Father Chrysostomospad.h: Rename PadnameSTATE; make it a proper boolean
2012-08-24 Tony Cookrt #111126 - don't empty a file with copy("foo/bar...
2012-08-24 Tony Cookrt #111126 - TODO test for copy foo/file to foo/
2012-08-24 Tony Cookclose the Peek.t temp file so the END block can unlink it
2012-08-24 Tony Cookoops, left some debugging code
2012-08-24 Daniel Dragandon't use PerlHost's getenv after perl_destruct
2012-08-23 Steve HayAnnouncement template - Current development track is...
2012-08-23 Steve HayRMG - CPAN /src and /src/README.html are the same
2012-08-23 Steve HayRMG - corelist.pl uses HTTP::Tiny, not wget or curl
2012-08-23 Nicholas ClarkRecord the story behind the pack format specifiers...
2012-08-23 Father ChrysostomosIncrease $Module::CoreList::VERSION to 2.73
2012-08-23 David LeadbeaterClean up data for ExtUtils::Miniperl in Module::CoreList
2012-08-23 David LeadbeaterClean up data for Pod::Perldoc::ToTk in Module:CoreList
2012-08-23 David LeadbeaterClean up data for Carp::Heavy in Module::CoreList
2012-08-23 David LeadbeaterFix the version of Scalar::Util in corelist for 5.7.3
2012-08-23 Father Chrysostomospad.h: PadnameSTATE
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.17
2012-08-23 Father ChrysostomosB::Deparse: Suppress trailing ; in formats
2012-08-23 Father Chrysostomospad.h: Let PADNAME_PV return null
2012-08-22 Father Chrysostomospad.h: typos in macro definitions
2012-08-22 Father Chrysostomospad.h: PADNAME_SV
2012-08-22 Father Chrysostomospad.[ch]: PADNAME_OUTER
2012-08-22 Father Chrysostomostoke.c: Extreme paranoia
2012-08-22 Karl WilliamsonPATCH: Devel::Peek doesn't compile under C++
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-22 Father ChrysostomosPeek.t: Test that DeadCode doesn’t crash
2012-08-22 Karl WilliamsonDevel::Peek: Fix so compiles under C++
2012-08-22 Father Chrysostomostoke.c: -DT should report forced tokens under -Dmad
2012-08-22 Father Chrysostomosheredoc.t: Add a CRLF test
2012-08-22 Father Chrysostomos[Merge] New PADLIST type
2012-08-22 Father Chrysostomospad.c: fix pod link
2012-08-21 Father ChrysostomosIncrease $XS:APItest::VERSION to 0.43
2012-08-21 Father ChrysostomosIncrease $B::VERSION to 1.38
2012-08-21 Father Chrysostomospad.c: CvPADLIST docs: one more thing
2012-08-21 Father Chrysostomospad.c: Use PAD_ARRAY rather than AvARRAY in curpad...
2012-08-21 Father ChrysostomosUse new types for comppad and comppad_name
2012-08-21 Father Chrysostomospad.c: CvPADLIST doc update
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosIncrease $B::Xref::VERSION from 1.03 to 1.04
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-21 Father ChrysostomosMove PAD(LIST) typedefs to perl.h
2012-08-21 Father Chrysostomos[Merge] Enter inline.h
2012-08-21 Father ChrysostomosMove S_CvDEPTHp from cv.h to inline.h; shrink macros
2012-08-21 Father ChrysostomosStatic inline functions for SvPADTMP and SvPADSTALE
2012-08-21 Father ChrysostomosUse fast SvREFCNT_dec for non-GCC
2012-08-21 Father ChrysostomosUse static inline functions for SvREFCNT_inc
2012-08-21 Father Chrysostomos[perl #113718] Add inline.h
2012-08-21 Chris 'BinGOs... Sync Module-CoreList in Maintainers.pl for CPAN release
2012-08-21 Chris 'BinGOs... Update Changes fr Module-CoreList and bump to version...
2012-08-21 Father Chrysostomos[Merge] Here-doc parsing
2012-08-21 Father Chrysostomosperlop.pod: Update here-doc-in-quotes parsing rules
2012-08-21 Father Chrysostomossmoke-me diag
2012-08-21 Father Chrysostomostoke.c:scan_heredoc: Use PL_tokenbuf less
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father ChrysostomosDon’t use strchr when scanning for newline after <<foo
2012-08-21 David Nicol[perl #65838] perlop: remove caveat here-doc without...
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-21 Father Chrysostomosheredoc after "" in s/// in eval
2012-08-21 David Nicoltoke.c:S_scan_heredoc: Add comment about <<\FOO
2012-08-21 Father Chrysostomos[perl #65838] Allow here-doc with no final newline
2012-08-21 Father Chrysostomosheredoc.t: Suppress deprecation warnings
2012-08-21 Michael G.... Clean up heredoc.t
2012-08-21 David Nicol[perl #65838] Tests for here-docs without final newlines
next