platform/upstream/perl.git
2011-05-19 Robin Barkeruse __attribute__unused__ to silence -Wunused-but-set...
2011-05-19 Robin Barkerunused variables in pp_ctl.c
2011-05-19 Michael WittenDocs: perlhack: Use correct shell code and better git...
2011-05-19 Father ChrysostomosRegenerate known_pod_issues.dat
2011-05-19 Zsbán Ambrus[perl #90592] Porting/epigraphs.pod: add 5.14.0(-RC*)
2011-05-19 Karl Williamsonregcomp.c: Fix bug in inversion list intersection
2011-05-19 Karl Williamsonregcomp.c: Add new macro for readability
2011-05-19 Karl Williamsonperluniprops: Add markup, like C<>
2011-05-19 Karl Williamsonfold_grind.t: Revamp test case coverage analysis
2011-05-19 Karl Williamsonregcomp.c: Greek multi-char folds fix
2011-05-19 Karl Williamsonregcomp.c: \x{17f} can match /\xdf/i
2011-05-19 Karl Williamsonfold_grind.t: remove unnecessary tests
2011-05-19 Karl Williamsonfold_grind.t: No longer any TODOs
2011-05-19 Karl WilliamsonFix some multi-char /i fold bugs
2011-05-19 Karl Williamsonutf8.c: Remove soon-to-be-obsoleted comment
2011-05-19 Karl Williamsonutf8_heavy: Return pointer to special treatment hash.
2011-05-19 Karl Williamsonutf8_heavy: Add comments
2011-05-19 Karl Williamsonmktables: Add info giving specials hash name
2011-05-19 Karl Williamsonutf8_heavy.pl: Revise comment
2011-05-19 Karl Williamsonutf8.c: Remove unnecessary temporary
2011-05-19 Karl Williamsonutf8.c: "<" should be "<="
2011-05-19 Karl Williamsonfold_grind.t: Refactor subtests
2011-05-19 Karl WilliamsonPATCH: [perl #88822] Re: Test failure t/re_fold_grind...
2011-05-19 Karl Williamsonregex: Add comments
2011-05-19 Karl Williamsonfold_grind.t: Slightly change debug stmt
2011-05-19 Karl Williamsonfold_grind.t: Make sure special-cased code points are...
2011-05-19 Karl Williamsonfold_grind.t: Add testing of multi-char folds in pattern
2011-05-19 Karl Williamsonregcomp.c: Add two tricky fold cases
2011-05-19 Karl WilliamsonRevamp podcheck.t
2011-05-19 David Mitchellimprove api entries for hv_clear() and hv_undef()
2011-05-19 David Mitchellensure hash iterator gets deleted
2011-05-19 David Mitchellassume cleared hv can't be re-blessed
2011-05-19 David Mitchellmake hv freeing iterative rather than recursive
2011-05-19 David Mitchelladd hfree_next_entry(), hv_free_ent_ret()
2011-05-19 David Mitchellremove 'hfreeentries failed to free hash' panic
2011-05-19 David Mitchellhv_free_ent: free SV as last action
2011-05-19 David MitchellHV backrefs: another simplification
2011-05-19 David Mitchellassert that HvARRAY is NULL when freeing an HV
2011-05-19 David MitchellS_hfreeentries: collapse two loops
2011-05-19 David Mitchellhfreeentries zeros HvARRAY now, so skip manual
2011-05-19 David Mitchellsimplify HV backref code
2011-05-19 David Mitchellmake hash emptying non-atomic
2011-05-19 David Mitchellunify PERL_HASH and PERL_HASH_INTERNAL
2011-05-19 David Mitchellsimplify hv_clear
2011-05-19 Michael WittenPerl_ck_split: Avoid unnecessary assignment
2011-05-19 Tom Christiansen[perl #90594] PATCH for 5.14.1 perlop.pod
2011-05-19 Father ChrysostomosIncrease t::OptreeCheck’s version
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-19 Father ChrysostomosIncrease B::Concise’s version
2011-05-19 Niko Tyni[perl #90122] Make h2ph correctly search gcc include...
2011-05-19 Nicholas ClarkRemove PERL_UNUSED_ARG() from Perl_magic_clearsig(...
2011-05-19 Nicholas ClarkRemove duplicate code from pp_study(), caused by a4f4e9...
2011-05-19 Nicholas ClarkCreate open_print_header() to avoid duplicate parameter...
2011-05-19 Nicholas ClarkRename do_not_edit() to open_print_header(), and move...
2011-05-19 Nicholas ClarkAdd a 'quote' argument to read_only_top(), to pass...
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkIn regen/uconfig_h.pl use read_only_bottom_close_and_re...
2011-05-19 Nicholas ClarkMerge safer_close() and rename_if_different() into...
2011-05-19 Nicholas ClarkAdd an optional 'mode' argument to open_new(), to open...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-05-19 Nicholas ClarkIn makemeta, pass the final file name as the second...
2011-05-19 Nicholas Clarkstudy uses I32 internally for offsets, so should be...
2011-05-19 Nicholas ClarkRemove empty #ifdef/#else/#endif block.
2011-05-19 Nicholas ClarkAvoid make distclean failing if t/tmp* matches a directory.
2011-05-19 Nicholas Clarkbdec6fb9 changed utils/Makefile.SH - this needs replica...
2011-05-19 Nicholas ClarkIn t/op/reset.t, don't eval "" in void context - die...
2011-05-19 Nicholas ClarkIn Perl_op_clear(), uncomment the call to mad_free()
2011-05-19 Nicholas ClarkIn S_fold_constants() under MAD, need to copy the SV...
2011-05-19 Nicholas ClarkUnder ithreads, convert SVOPs stored in MADPROPs to...
2011-05-19 Nicholas ClarkAllocate MADPROPs using PerlMemShared_malloc()
2011-05-19 David Leadbeaterscan_heredoc could reallocate PL_parser->linestr's PV
2011-05-19 Karl Williamsonregcomp.c: Fix regression memory leak
2011-05-19 Johan Vromans[perl #90060] Fix location of (*COMMIT) in pod/perlre.pod
2011-05-19 Moritz LenzRemove long-stading limitation from FindBin
2011-05-19 Father ChrysostomosIncrease version for ExtUtils::CBuilder
2011-05-19 Johan Vromans[perl #90054] Fix typo in universal.c
2011-05-19 Niko TyniAppend CFLAGS and LDFLAGS to their Config.pm counterpar...
2011-05-19 Karl Williamson/iaa doesn't work when the result is trie'd
2011-05-19 Craig A. BerryCorrect perldoc search path for VMS.
2011-05-19 Father ChrysostomosAdd Kevin Woolley to AUTHORS
2011-05-19 Kevin J. Woolley[perl #88812] INSTALL file changes (post-5.14)
2011-05-19 Martin Becker[perl #88496] missing dependencies in perl core makefiles
2011-05-19 Father ChrysostomosIncrease perl5db.pl’s $VERSION
2011-05-19 Louis Strous[perl #87740] perl debugger restart fails on Windows
2011-05-19 Father ChrysostomosAdd Louis Strous to AUTHORS
2011-05-19 Father ChrysostomosConfusing comment typo in Deparse
2011-05-18 Michael WittenClean: Remove confusing comment from a test
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Leo LapworthREADME.macosx - clarify requirement of apple developer...
2011-05-18 Leo LapworthREADME.macosx - remove Carbon reference
2011-05-18 Leo LapworthREADME.macosx - cleanup/update copy, remove 'MacPerl'
2011-05-18 Leo LapworthCleanup README.macosx
2011-05-18 Leo LapworthUpdate AUTHORS file (add myself)
2011-05-18 Father ChrysostomosAdd Nuno Cavalho’s other e-mail address
2011-05-18 smashadd given when to perfunc
2011-05-18 David Mitchellbuildtoc: make dying clearer
2011-05-18 David Mitchellbuildtoc: make a warning clearer
2011-05-18 Father Chrysostomos[perl #78074] Make it explicit that symtab manipulation...
2011-05-18 Father ChrysostomosRestore a croak I deleted by mistake
2011-05-18 Todd RinaldoRT72688 - Benchmark.t test 24 bug when the testing...
next