platform/upstream/perl.git
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...
2011-05-18 David Mitchellrelease_managers_guide: replace =item with =head3
2011-05-18 David Mitchellrelease_managers_guide: add BLEAD-POINT/-FINAL
2011-05-18 David Mitchellrelease_managers_guide: remove SNAPSHOT
2011-05-18 Eric Brinegiven wasn't calling set magic [RT#84526]
2011-05-18 Eric BrineTODO tests for RT#84526 - given needs to handle magical...
2011-05-18 Father ChrysostomosRevert "Partially revert 4155e4fe"
2011-05-18 Father ChrysostomosRevert "silence do_curse() compiler warning"
2011-05-18 Michael WittenIgnore pod/*.{html,man}
2011-05-18 Bo Lindberghwaitpid doesn't work with WIFSTOPPED
2011-05-18 Father Chrysostomos[perl #90898] B::Deparse failure on glob()
2011-05-18 Father Chrysostomos[perl #90160] U* gives ‘U0 mode on an empty string’
2011-05-18 Zeframupdate Math-Complex to CPAN version 1.57
2011-05-18 Zeframupdate Time-HiRes to CPAN version 1.9722
2011-05-18 Justin Case[perl #89896] Locale::Maketext test failure
2011-05-18 Nicholas ClarkIn Perl_regdupe_internal() eliminate npar, which is...
2011-05-18 Nicholas ClarkIn S_regpiece(), only declare parse_start if conditiona...
2011-05-18 Nicholas ClarkIn Perl_safesyscalloc(), only declare total_size if...
2011-05-18 Nicholas ClarkIn pp_warn and pp_die, eliminate pv, which is assigned...
next