platform/upstream/perl.git
2011-05-21 Father ChrysostomosRevert "Revert "Missing bug number in d12b49d""
2011-05-21 Father ChrysostomosIncrease constant’s version
2011-05-21 Father ChrysostomosMove an assert
2011-05-21 Father ChrysostomosWhat’s wrong with me?
2011-05-20 Father ChrysostomosRemove fixed bug from Deparse’s docs
2011-05-20 Father ChrysostomosMake Deparse use CORE:: when necessary
2011-05-20 Karl Williamsonpodcheck.t: Improve VMS abilities
2011-05-20 Father ChrysostomosDeparse: readpipe with complex expression
2011-05-20 Karl Williamsonregcomp.c: Another memory leak regression
2011-05-20 Father Chrysostomos[perl #91008] Deparse doesn't like each $ref
2011-05-20 Steffen MuellerBump Attribute::Handlers version to 0.91
2011-05-20 Steffen MuellerBump/upgrade Filter::Simple version to 0.87
2011-05-20 Steffen MuellerFix skip() usage in tests
2011-05-20 Karl Williamsonpodcheck.t: Fully qualify carp call from package
2011-05-20 Karl Williamsonpodcheck.t: Deal properly with -1 counts
2011-05-20 Karl Williamsonutf8.c: revise comment
2011-05-20 Craig A. BerryFilename portability for hash-rt85026.t
2011-05-20 Tony Cookif List-Util is built statically, depend on $(PERL_EXE...
2011-05-20 Tony Cookremove unused dependency rule generation for Text/Parse...
2011-05-20 Tony Cookhandle a static Cwd when generating the deps for x2p...
2011-05-20 Tony Cookremove unneeded dependencies against Cwd
2011-05-20 Nicholas ClarkAdd USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output...
2011-05-20 Nicholas ClarkCorrect comments about B::PV::PVBM.
2011-05-20 Nicholas ClarkBump the version of PerlIO::encoding following 1c2e8cca...
2011-05-20 Nicholas ClarkBump the versions of B and Storable following 1b95d04f7...
2011-05-20 Nicholas ClarkUse L<> rather than C<> in the Updated Modules section...
2011-05-20 Father ChrysostomosTests for iterator deletion [perl #85026]
2011-05-20 Ton Hospel[perl #85026] Deleting the current iterator in void...
2011-05-20 Father ChrysostomosTests for #85026
2011-05-20 Ton Hospel[perl #85026] deleting elements in a HASH iterator
2011-05-19 Karl Williamsonperlvar: Fix broken links
2011-05-19 Karl Williamsonperluniintro: fix broken link
2011-05-19 Karl Williamsonperlrecharclass: Fix broken link
2011-05-19 Karl Williamsonperlre: Fix broken links
2011-05-19 Karl Williamsonpodcheck.t: Missing diagnostics
2011-05-19 Karl Williamsonperlutil: Fix broken links
2011-05-19 David MitchellMaintainers.pl: fix podlators entry
2011-05-19 David Mitchellsv_clear: destructor may change SV type
2011-05-19 David Mitchellsv_clear only test for SvOBJECT on >= MG
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...
next