platform/upstream/perl.git
2011-06-07 Father ChrysostomosFix broken link in perlfunc
2011-06-07 Father ChrysostomosAdd Bo Johansson to AUTHORS
2011-06-07 bojilundAdd information about portability caveats related to...
2011-06-07 bojilundImprove documentation to support portability
2011-06-07 David Goldenperldelta.pod: added summary of formline changes
2011-06-07 Karl Williamsonperldelta: Add potential entries
2011-06-06 David Goldengit-deltatool: added a progress counter
2011-06-06 Pau Ammapod punctuation nit in vmsish
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly fault read-only...
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly qualify file handles...
2011-06-06 Nicholas ClarkIn IPC-Open2.t, use functions other than ok(), to gener...
2011-06-06 Nicholas ClarkIn IPC-Open3.t, merge two similar tests using a loop.
2011-06-06 David Mitchell[perl #90006] out of memory during thread clone
2011-06-06 David Mitchell[perl #90006] cloning crashes during Out of Memory
2011-06-06 David Mitchellperl_clone_using: do simple assign/copying first
2011-06-06 David Mitchell[perl #88776] Signedness warning in toke.c
2011-06-06 David Mitchellperlfunc: fix error in open("-|") description
2011-06-06 David Mitchellclarify eval $string scope in docs
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-06-06 Father ChrysostomosRemove two pointless uses of sv_2mortal
2011-06-05 Father ChrysostomosAdd Samuel Thibault to AUTHORS
2011-06-05 Samuel ThibaultMake hints/gnu.sh append to $ccflags rather than overri...
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-06-05 Father ChrysostomosMake Devel::Peek::fill_mstats work on COWs
2011-06-05 Father ChrysostomosGet PerlIO::scalar to write to COWs
2011-06-05 Father ChrysostomosAdd John Hawkinson to AUTHORS
2011-06-05 John Hawkinson[perl #92234] Annoying typos in README.macosx
2011-06-05 Dominic HargreavesRefer to X11 rather than "X windows"
2011-06-05 Father ChrysostomosAdd Dominic Hargreaves to AUTHORS
2011-06-05 Dominic Hargreaves[perl #92228] Mention diagnostics pragma in perldiag
2011-06-05 Father ChrysostomosAdd Nobuhiro Iwamatsu to AUTHORS
2011-06-05 Nobuhiro IwamatsuUpdate lengthen time-out time for t/re/re.t.
2011-06-04 Father ChrysostomosAdd Pau Amma to AUTHORS
2011-06-04 Pau Ammamove "garbage collection" glossary entry where it belongs
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-06-04 Father ChrysostomosAllow restricted hashes containing COWs to be cleared
2011-06-04 Father ChrysostomosAllow COW values to be deleted from restricted hashes
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Karl WilliamsonAdd tests for [perl #87908]
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father ChrysostomosGet f_map.t working on non-threaded perls
2011-06-04 Father ChrysostomosTeach B::Concise about OPpMAYBE_LVSUB
2011-06-04 Father ChrysostomosRemove duplicate test
2011-06-04 Father Chrysostomos[perl #88138] ' is not equivalent to :: before a null
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosFollow-up to d34a6664
2011-06-03 Father ChrysostomosCorrect entersub/rv2cv priv constants in B::Concise
2011-06-03 Father ChrysostomosFix a confusing comment in perly.y
2011-06-03 Father ChrysostomosRearrange some private op flag constants
2011-06-03 Father ChrysostomosMove the lvalue code from pp_return into a separate...
2011-06-02 Jim Cromieregexp.h: work around -Werror compile failure of XS...
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-06-02 Father ChrysostomosDeparse $obj->$meth=... [perl #62498]
2011-06-02 Nicholas ClarkTweak the test from 183eb698e2ceb8ab to work with PERL_...
2011-06-02 Father ChrysostomosCollapse some repetitive code
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Jim Cromie[perl #91946] add constant folding tests
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosTests for XS lvalue functions
2011-06-01 Father ChrysostomosCorrect mistake in perldelta temlate
2011-06-01 Jim Cromieperlhack.pod: invoke git-format-patch with --attach
2011-06-01 Jim Cromieperlbug: replace all $::opt_* with %opt
2011-06-01 Craig A. BerryAdd alternate e-mail for Dennis Kaarsemaker.
2011-06-01 Dennis KaarsemakerAdvise the pumpking to make new maint branches availabl...
2011-06-01 Father ChrysostomosRemove unnecessary stuff from sub_lval.t
2011-06-01 Father ChrysostomosRevert "Accept lvalue subroutines as a useful feature."
2011-06-01 Father ChrysostomosRevert "Remove a line added by the prev commit"
2011-06-01 Father ChrysostomosIt’s still the 20th century?
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosRemove a line added by the prev commit
2011-06-01 Johan VromansAccept lvalue subroutines as a useful feature.
2011-06-01 Father ChrysostomosAllow rvalue syntax in expr returned from lvalue sub
2011-06-01 Father ChrysostomosAllow lvalue subs to return TEMPs
2011-06-01 Father ChrysostomosRevert "Allow returning of temps and ro’s from lv subs"
2011-05-31 Karl Williamsonreflags.t: Remove no longer applicable TODO
2011-05-31 Karl Williamsonregcomp.c: Add comment
2011-05-31 Jim Cromie... perlhack.pod: fix perlbug invocation
2011-05-31 David Mitchell[perl #91790] Perlguts documentation for sv_setref_pv
2011-05-31 Father ChrysostomosAllow lvalue subs to return COWs in list context
2011-05-31 Father ChrysostomosAllow returning of temps and ro’s from lv subs
2011-05-31 Father Chrysostomos[perl #72706] Test recursive substr lvalue
2011-05-31 Father ChrysostomosMake explicit return in lvalue subs work under recursion
2011-05-30 Father ChrysostomosBump DD’s version to 1.05
2011-05-30 Father ChrysostomosAdd Craig DeForest to AUTHORS
2011-05-30 Father Chrysostomos[perl #31946] Warn when assigning to a TEMP
2011-05-30 Father Chrysostomos[perl #91880] $_ refcounting problems in @INC filters
2011-05-30 Father Chrysostomos2nd try: [perl #91834] utf8::decode does not respect...
2011-05-30 Father ChrysostomosRevert "[perl #91834] utf8::decode does not respect...
2011-05-30 Karl Williamsonmktables: Avoid possible user-defined property
2011-05-29 Father Chrysostomos[perl #91834] utf8::decode does not respect copy-on...
2011-05-29 Father ChrysostomosCorrect English
2011-05-29 David Mitchellformats: allow > 256 decimal places
2011-05-29 David MitchellAllow formats with lines >64K
2011-05-29 David Mitchellpp_formline: handle growing better
2011-05-29 David Mitchellpp_formline: keep linemark consistent
2011-05-29 David Mitchellpp_formline: make FF_ITEM use FF_LINEGLOB code
2011-05-29 David Mitchellpp_formline: make FF_LITERAL use FF_LINEGLOB code
2011-05-29 David Mitchellpp_formline: don't overgrow PL_formtarget
2011-05-29 David Mitchellpp_formline: no need to *t = '\0' until end
next