platform/upstream/perl.git
2012-08-04 Reini Urbanperlexperiment.pod clarifications
2012-08-03 Tony CookPod-Functions requires that Pod-Escapes be built to...
2012-08-02 Andy DoughertyFix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detection
2012-08-02 Steffen MuellerData::Dumper: Comment on previous optimization
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
2012-08-02 Father Chrysostomosperldelta for unterminated here-docs
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-02 Father Chrysostomosperldelta for #114340
2012-08-02 Father Chrysostomosperldelta for Storable and vstrings
2012-08-02 Father Chrysostomosperldelta for given aliasing $_
2012-08-02 Karl Williamsonregcomp.c: Remove unnecessary variable
2012-08-02 Karl Williamsonregcomp.c: inline trivial static function
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Revise API for static function
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Karl Williamsonmktables: Generate tables for chars that aren't in...
2012-08-02 Karl Williamsonregen/mk_invlists: Add mode to generate above-Latin1...
2012-08-02 Karl WilliamsonUnicode::UCD::prop_invlist() Allow to return internal...
2012-08-02 Karl Williamsonmktables: Add comment to gen'd data file
2012-08-02 Karl Williamsonmktables: grammar in comments
2012-08-02 Karl Williamsonregen/mk_PL_charclass.pl: Remove obsolete code
2012-08-02 Karl Williamsonregcomp.c: Make invlist_search() usable from re_comp.c
2012-08-02 Karl Williamsonperlop:clarify wording
2012-08-02 Karl Williamsonregcomp.c: Rename static fcn to better reflect its...
2012-08-02 Karl Williamsonregcomp.c: Make comment more accurate
2012-08-02 Karl Williamsonregcomp.c: Can now do /u instead of forcing to utf8
2012-08-02 Karl Williamsonregcomp.c: Comments update
2012-08-02 Karl Williamsonregcomp.c: Remove variable whose value needed just...
2012-08-02 Karl Williamsonregcomp.c: White-space only
2012-08-02 Karl Williamsonregcomp.c: Trade stack space for time
2012-08-02 Karl Williamsonregcomp.c: Use mnemonic not numeric constant
2012-08-02 Karl Williamsonregcomp.c: Resolve EBCDIC inconsistency towards simpler
2012-08-02 Karl Williamsonregcomp.c: Use function instead of repeating its code
2012-08-02 Karl Williamsonregcomp.c: Remove (almost) duplicate code
2012-08-02 Karl Williamsonregcomp.c: Refactor so can remove duplicate code
2012-08-02 K.ShirakataFix a perl5140delta typo in F<> markup.
2012-08-02 Father Chrysostomos[perl #114020] perlvar: warn against my $_
2012-08-02 Father ChrysostomosUpdate perlsyn for given aliasing $_
2012-08-02 Father Chrysostomosperlfunc/printf: corrections, clarifications
2012-08-02 Father Chrysostomosperlfunc: clarification
2012-08-02 Father Chrysostomosperlvar: Document all uses of implicit $_
2012-08-02 Father Chrysostomosperlfunc: Document implicit $_ in while(each)
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-02 Father Chrysostomos[perl #114368] perl -DA -e '' segfaults
2012-08-02 Tony Cookfix icmp ping tests on cygwin
2012-08-02 Tony CookNet-Ping: creating an icmp socket requires admin access...
2012-08-02 Tony CookNet-Ping: add a sensible test note for the icmp ping...
2012-08-02 Tony Cookfix the cygwin breakage introduced in 2f794ae1
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-08-01 Steve HayAdd a USE_64_BIT_INT build option to the Windows makefiles.
2012-08-01 Nicholas ClarkMakefile.SH needs to delete the perldelta symlink befor...
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-08-01 Fuji, Gorofix a memory leak in sv_sethek(), amending 70b71ec84
2012-07-31 Craig A. Berryx2p/str.c C++ clean-up.
2012-07-31 David Mitchellmake re_compile core-engine specific
2012-07-31 Nicholas ClarkIn Perl_scalarvoid(), avoid creating a temporary SV...
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #114338] Misleading prototype in perlapi manpage
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosGet Storable’s blessed.t passing again in 5.8.1-
2012-07-31 Father ChrysostomosStorable.xs: Add comments to store_scalar concerning...
2012-07-31 Father ChrysostomosStorable: doc typos
2012-07-31 Father ChrysostomosIncrease $Storable::VERSION to 2.38
2012-07-31 Father Chrysostomosscope.c: Don’t stringify globs on scope exit
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-31 Jan DuboisRemove -x permission from win32/win32.h
2012-07-30 Daniel DraganAdd PERL_NO_GET_CONTEXT to Win32CORE
2012-07-30 Daniel DraganAdd MSVC noreturn to inside of the interp
2012-07-30 Jan DuboisSplit __declspec(dllimport,noreturn) into 2 parts
2012-07-30 Nicholas ClarkFix C pre-processor expression in Dumper.xs
2012-07-29 Father Chrysostomosperlvar: Correct $^S’s description
2012-07-29 Father Chrysostomosdiagnostics.t: Test BEGIN{die}
2012-07-29 Father ChrysostomosRevert "Increase $diagnostics::VERSION to 1.31"
2012-07-29 Father ChrysostomosRevert "Use $^S instead of caller in splain"
2012-07-29 Father Chrysostomosperldelta for undef(&foo) and call checkers
2012-07-29 Father ChrysostomosMake undef &foo remove call checkers
2012-07-29 Father Chrysostomospad.c: document cv_forget_slab
2012-07-29 Father Chrysostomos[perl #113940] Make make_ext delete Makefiles when...
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-07-29 Father ChrysostomosUse $^S instead of caller in splain
2012-07-29 Father ChrysostomosIncrease $diagnostics::VERSION to 1.31
2012-07-29 Father Chrysostomosperldelta: proto mismatch warnings
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-29 Father Chrysostomosperldelta for 4499db7385 (vstr =~ s/a/a/)
2012-07-29 Father Chrysostomossv.h: Document SvTHINKFIRST
2012-07-29 Father ChrysostomosDumper.xs: Avoid scan_vstring on 5.17.3
2012-07-29 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_07
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Nicholas ClarkRemove code for supporting 80286 based systems.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-28 Nicholas ClarkMerge the refactoring of the filetest OPs' return code.
2012-07-28 Nicholas ClarkComment the code with how filetest operators interact...
2012-07-28 Nicholas ClarkEliminate the macros FT_RETURN_FALSE() and FT_RETURN_TR...
2012-07-28 Nicholas ClarkRefactor the macro FT_RETURN_TRUE() into the function...
2012-07-28 Nicholas ClarkConsolidate the code for returning false values from...
2012-07-28 Nicholas ClarkReorder S_ft_stacking_return_false().
2012-07-28 Nicholas ClarkRemove dSP from all filetest ops.
2012-07-28 Nicholas ClarkReplace the macro RETURNX() with its expansion in FT_RE...
next