Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perldelta for -$utf8 | Father Chrysostomos | 2012-06-07 | 1 | -0/+5 |
* | perldelta for -"-10" with gmagic | Father Chrysostomos | 2012-06-07 | 1 | -0/+5 |
* | perldelta for -$str_with_cached_num | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for numeric opts, gmg, and 64-bit ints | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for warn gmagic fixes | Father Chrysostomos | 2012-06-07 | 1 | -0/+8 |
* | perldelta for prototype($1) | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for open, <&, and $1 | Father Chrysostomos | 2012-06-07 | 1 | -0/+7 |
* | perldelta for UNIVERSAL::can($num,...) | Father Chrysostomos | 2012-06-07 | 1 | -0/+5 |
* | perldelta for ‘Not a format ref’ | Father Chrysostomos | 2012-06-07 | 1 | -0/+5 |
* | perldelta for B::COP::stashpv and utf8/nulls | Father Chrysostomos | 2012-06-07 | 1 | -0/+2 |
* | perldelta for B::COP::stashoff | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for caller crashing on SvOOK str | Father Chrysostomos | 2012-06-07 | 1 | -0/+7 |
* | perldelta for cop_stashoff | Father Chrysostomos | 2012-06-07 | 1 | -0/+7 |
* | perldelta for #78742 — eval "__PACKAGE__" | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta: fix pod syntax | Father Chrysostomos | 2012-06-07 | 1 | -0/+2 |
* | perldelta for rv2cv not cloning closures | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for ‘Runaway prototype’ removal | Father Chrysostomos | 2012-06-07 | 1 | -0/+9 |
* | perldelta for study code removal | Father Chrysostomos | 2012-06-07 | 1 | -1/+3 |
* | perldelta for #113060 | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for #97478 | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta tweaks | Father Chrysostomos | 2012-06-07 | 1 | -4/+5 |
* | perldelta for new coresubs | Father Chrysostomos | 2012-06-07 | 1 | -0/+12 |
* | perldelta for #111782 | Father Chrysostomos | 2012-06-07 | 1 | -0/+7 |
* | perldelta for #76546 | Father Chrysostomos | 2012-06-07 | 1 | -0/+6 |
* | perldelta for #9423 | Father Chrysostomos | 2012-06-07 | 1 | -0/+5 |
* | perldelta for #111510 | Father Chrysostomos | 2012-06-07 | 1 | -0/+7 |
* | cop.h: Clarify comment | Father Chrysostomos | 2012-06-07 | 1 | -1/+2 |
* | per the request of the metacpan crew, cc them on release | Ricardo Signes | 2012-06-07 | 1 | -0/+2 |
* | UCD.t: Cope with $/ being set. | Karl Williamson | 2012-06-07 | 1 | -2/+20 |
* | Revert "UCD.t: Don't use BEL for $/" | Karl Williamson | 2012-06-07 | 1 | -0/+2 |
* | mktables: Use initialize instead of a push | Karl Williamson | 2012-06-07 | 1 | -3/+1 |
* | Sync the version of Perl-Perldoc in Maintainers.pl with CPAN | Chris 'BinGOs' Williams | 2012-06-07 | 1 | -1/+1 |
* | utf8.c: White-space only | Karl Williamson | 2012-06-07 | 1 | -2/+2 |
* | utf8.c: Refactor a portion of to_utf8_case() | Karl Williamson | 2012-06-07 | 1 | -4/+11 |
* | utf8.c: Avoid some extra work | Karl Williamson | 2012-06-07 | 1 | -3/+5 |
* | utf8.c: Add, revise comments | Karl Williamson | 2012-06-07 | 1 | -2/+2 |
* | docs patch: 'unicode_strings' doesn't change utf8ness | Karl Williamson | 2012-06-07 | 3 | -6/+10 |
* | perlfunc: Add comma | Karl Williamson | 2012-06-07 | 1 | -1/+1 |
* | Remove droppings from t/ | Father Chrysostomos | 2012-06-07 | 2 | -1/+0 |
* | [Merge] SvPOK bug hunt | Father Chrysostomos | 2012-06-07 | 25 | -115/+354 |
|\ | |||||
| * | Make warn treat $@=3 and $@="3" the same | Father Chrysostomos | 2012-06-07 | 2 | -2/+8 |
| * | pp.c:pp_negate: Move looks_like_number where it matters | Father Chrysostomos | 2012-06-07 | 1 | -9/+3 |
| * | pp_negate: Support magic big ints as strings | Father Chrysostomos | 2012-06-07 | 2 | -3/+15 |
| * | pp_negate and the Unicode Bug | Father Chrysostomos | 2012-06-07 | 2 | -12/+6 |
| * | Fix perl #57706 for magical vars: -"-10" | Father Chrysostomos | 2012-06-07 | 2 | -2/+6 |
| * | pp_negate: Don’t treat nummified str as num | Father Chrysostomos | 2012-06-07 | 2 | -6/+12 |
| * | [perl #109542] Make num ops treat $1 as "$1" | Father Chrysostomos | 2012-06-07 | 8 | -40/+101 |
| * | Make warn handle magic vars (fixes [perl #97480]) | Father Chrysostomos | 2012-06-07 | 3 | -9/+68 |
| * | Make prototype call FETCH before checking CORE:: prefix | Father Chrysostomos | 2012-06-07 | 4 | -2/+10 |
| * | Make strict refs report $1 the same way as "$1" | Father Chrysostomos | 2012-06-07 | 2 | -2/+26 |