summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Teach diag.t about Perl_messFather Chrysostomos2014-09-181-0/+2
* gv.c: For ‘Global symbol’ msg, don’t check utf8ness twiceFather Chrysostomos2014-09-181-6/+3
* perldelta for d8c6310a4f0/#121638Father Chrysostomos2014-09-181-1/+4
* perldelta for 343573e55 (the 25-year-old bug)Father Chrysostomos2014-09-181-0/+7
* perldelta for ff2a62e0/#15667Father Chrysostomos2014-09-181-0/+6
* Update perldiag to reflect ‘Global symbol’ changeFather Chrysostomos2014-09-181-1/+2
* remove duplicate SvNV calls in pp_enteriterDaniel Dragan2014-09-181-12/+13
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-187-52/+61
* Consistent indentation in AUTHORSFather Chrysostomos2014-09-181-2/+2
* Rename S_adjust_stack_on_leaveFather Chrysostomos2014-09-184-18/+24
* factor out TAINT_NOT into S_adjust_stack_on_leaveDaniel Dragan2014-09-181-6/+1
* Parenthesize & and | a bit.Jarkko Hietaniemi2014-09-182-4/+4
* infnan: more tests.Jarkko Hietaniemi2014-09-181-4/+65
* Do not fall into Gconvert or F0convert on inf/nan.Jarkko Hietaniemi2014-09-181-20/+29
* infnan: ++ or -- on infnan doesn't lose precision.Jarkko Hietaniemi2014-09-181-2/+4
* Increment $VERSION in Math::BigInt.James E Keenan2014-09-181-1/+1
* replace uses of Test.pm in dist/ distributions (IO, Math-BigInt)Karen Etheridge2014-09-182-28/+24
* toke.c: Fix bad read in S_scan_heredocFather Chrysostomos2014-09-181-1/+2
* Dump GPFLAGSFather Chrysostomos2014-09-182-0/+5
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-188-4/+67
* gv.h: Add a gp_flags fieldFather Chrysostomos2014-09-181-0/+3
* perlsyn: Remove reference to potential Unicode opKarl Williamson2014-09-181-3/+1
* POSIX math: AIX 7 has nexttowardJarkko Hietaniemi2014-09-181-1/+1
* POSIX math: the pa-risc gcc missing tgamma and nexttowardJarkko Hietaniemi2014-09-181-1/+15
* POSIX math: Tru64 has rint()Jarkko Hietaniemi2014-09-181-1/+0
* in Perl_sv_copypv_flags move mg_get call to calleeDaniel Dragan2014-09-181-3/+1
* Unused return value.Jarkko Hietaniemi2014-09-181-1/+1
* Conditionally unused variable.Jarkko Hietaniemi2014-09-181-2/+5
* Comment detypo.Jarkko Hietaniemi2014-09-181-2/+2
* Add dVAR:s for -DPERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-09-181-0/+2
* Make certain we have the top-level "lib" in @INC.Jarkko Hietaniemi2014-09-181-0/+1
* hexfp: use the bytewise extraction also for plain doubles.Jarkko Hietaniemi2014-09-181-122/+70
* Add comment about the double-double extraction.Jarkko Hietaniemi2014-09-181-0/+4
* Document the double-double format a little.Jarkko Hietaniemi2014-09-181-5/+14
* more NAN FP fixs for VC6/NAN_COMPARE_BROKEN compilersDaniel Dragan2014-09-181-12/+21
* Data::Dumper version bump for CPAN releaseSteffen Mueller2014-09-181-2/+2
* don't recurse infinitely in Data::DumperTony Cook2014-09-184-10/+93
* Revert a231c375cc and fix 61cd60c6c5 differently insteadSteve Hay2014-09-185-17/+17
* gv.h: Comment typoFather Chrysostomos2014-09-181-1/+1
* Teach dump.c:debop about CV refs in stashesFather Chrysostomos2014-09-171-1/+9
* perlop tweakFather Chrysostomos2014-09-171-1/+2
* [Merge] Eliminate IS_PADGV etc.Father Chrysostomos2014-09-1710-39/+19
|\
| * Remove GVf_IN_PADFather Chrysostomos2014-09-172-6/+4
| * Only #define IS_(PADGV|CONST) if !PERL_COREFather Chrysostomos2014-09-171-5/+8
| * pad.c: Stop turning on GvIN_PADFather Chrysostomos2014-09-171-6/+0
| * Remove !IS_PADGV assertionsFather Chrysostomos2014-09-175-11/+0
| * Change IS_PADGV to isGV in op.c:newPADOPFather Chrysostomos2014-09-171-1/+1
| * pad.c:padlist_clone: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-2/+1
| * pad.c:pad_push: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-1/+1
| * pad.c:cv_clone_pad: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-1/+1