summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perldelta for -$utf8Father Chrysostomos2012-06-071-0/+5
* perldelta for -"-10" with gmagicFather Chrysostomos2012-06-071-0/+5
* perldelta for -$str_with_cached_numFather Chrysostomos2012-06-071-0/+6
* perldelta for numeric opts, gmg, and 64-bit intsFather Chrysostomos2012-06-071-0/+6
* perldelta for warn gmagic fixesFather Chrysostomos2012-06-071-0/+8
* perldelta for prototype($1)Father Chrysostomos2012-06-071-0/+6
* perldelta for open, <&, and $1Father Chrysostomos2012-06-071-0/+7
* perldelta for UNIVERSAL::can($num,...)Father Chrysostomos2012-06-071-0/+5
* perldelta for ‘Not a format ref’Father Chrysostomos2012-06-071-0/+5
* perldelta for B::COP::stashpv and utf8/nullsFather Chrysostomos2012-06-071-0/+2
* perldelta for B::COP::stashoffFather Chrysostomos2012-06-071-0/+6
* perldelta for caller crashing on SvOOK strFather Chrysostomos2012-06-071-0/+7
* perldelta for cop_stashoffFather Chrysostomos2012-06-071-0/+7
* perldelta for #78742 — eval "__PACKAGE__"Father Chrysostomos2012-06-071-0/+6
* perldelta: fix pod syntaxFather Chrysostomos2012-06-071-0/+2
* perldelta for rv2cv not cloning closuresFather Chrysostomos2012-06-071-0/+6
* perldelta for ‘Runaway prototype’ removalFather Chrysostomos2012-06-071-0/+9
* perldelta for study code removalFather Chrysostomos2012-06-071-1/+3
* perldelta for #113060Father Chrysostomos2012-06-071-0/+6
* perldelta for #97478Father Chrysostomos2012-06-071-0/+6
* perldelta tweaksFather Chrysostomos2012-06-071-4/+5
* perldelta for new coresubsFather Chrysostomos2012-06-071-0/+12
* perldelta for #111782Father Chrysostomos2012-06-071-0/+7
* perldelta for #76546Father Chrysostomos2012-06-071-0/+6
* perldelta for #9423Father Chrysostomos2012-06-071-0/+5
* perldelta for #111510Father Chrysostomos2012-06-071-0/+7
* cop.h: Clarify commentFather Chrysostomos2012-06-071-1/+2
* per the request of the metacpan crew, cc them on releaseRicardo Signes2012-06-071-0/+2
* UCD.t: Cope with $/ being set.Karl Williamson2012-06-071-2/+20
* Revert "UCD.t: Don't use BEL for $/"Karl Williamson2012-06-071-0/+2
* mktables: Use initialize instead of a pushKarl Williamson2012-06-071-3/+1
* Sync the version of Perl-Perldoc in Maintainers.pl with CPANChris 'BinGOs' Williams2012-06-071-1/+1
* utf8.c: White-space onlyKarl Williamson2012-06-071-2/+2
* utf8.c: Refactor a portion of to_utf8_case()Karl Williamson2012-06-071-4/+11
* utf8.c: Avoid some extra workKarl Williamson2012-06-071-3/+5
* utf8.c: Add, revise commentsKarl Williamson2012-06-071-2/+2
* docs patch: 'unicode_strings' doesn't change utf8nessKarl Williamson2012-06-073-6/+10
* perlfunc: Add commaKarl Williamson2012-06-071-1/+1
* Remove droppings from t/Father Chrysostomos2012-06-072-1/+0
* [Merge] SvPOK bug huntFather Chrysostomos2012-06-0725-115/+354
|\
| * Make warn treat $@=3 and $@="3" the sameFather Chrysostomos2012-06-072-2/+8
| * pp.c:pp_negate: Move looks_like_number where it mattersFather Chrysostomos2012-06-071-9/+3
| * pp_negate: Support magic big ints as stringsFather Chrysostomos2012-06-072-3/+15
| * pp_negate and the Unicode BugFather Chrysostomos2012-06-072-12/+6
| * Fix perl #57706 for magical vars: -"-10"Father Chrysostomos2012-06-072-2/+6
| * pp_negate: Don’t treat nummified str as numFather Chrysostomos2012-06-072-6/+12
| * [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-078-40/+101
| * Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-073-9/+68
| * Make prototype call FETCH before checking CORE:: prefixFather Chrysostomos2012-06-074-2/+10
| * Make strict refs report $1 the same way as "$1"Father Chrysostomos2012-06-072-2/+26