summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stop turning off bit 1 in rv2cv private flagsFather Chrysostomos2014-08-291-6/+0
* Increase $B::Concise::VERSION to 0.993Father Chrysostomos2014-08-291-1/+1
* Update B::Concise for OPpMAY_RETURN_CONSTANTFather Chrysostomos2014-08-291-1/+1
* Avoid vivifying stuff when looking up barewordsFather Chrysostomos2014-08-294-10/+52
* [Merge] pad_resetFather Chrysostomos2014-08-286-32/+61
|\
| * Make Peek.t easier to run directlyFather Chrysostomos2014-08-281-2/+3
| * pad.c: pad_reset commentsFather Chrysostomos2014-08-281-6/+15
| * Fix up Peek.tFather Chrysostomos2014-08-281-2/+1
| * pad.c: Remove BROKEN from USE_BROKEN_PAD_RESETFather Chrysostomos2014-08-281-5/+5
| * pad.c:pad_free: Don’t reset PL_padix if using pad_resetFather Chrysostomos2014-08-281-1/+1
| * pad.c:pad_findmy_pvn: Skip ‘our’ hack for subsFather Chrysostomos2014-08-281-0/+4
| * pad.c: Use PadnamelistMAXNAMED in another placeFather Chrysostomos2014-08-281-1/+1
| * Split PL_padix into two variablesFather Chrysostomos2014-08-283-9/+19
| * intrpvar.h: Correct commentFather Chrysostomos2014-08-281-1/+2
| * uniprops.t: Correct command line in commentFather Chrysostomos2014-08-281-1/+1
| * op.c:newPADOP: Allocate GV pad slots like constantsFather Chrysostomos2014-08-281-1/+2
| * pad.c:pad_free: Don’t turn off the PADTMP flagFather Chrysostomos2014-08-281-1/+4
| * op.c:ck_rvconst: Allocate GV pad slots like constantsFather Chrysostomos2014-08-281-1/+1
| * pad.c: More clearly separate targ/constant allocationFather Chrysostomos2014-08-281-10/+7
| * pad.c:pad_reset: Also make sure the thing is not PADMYFather Chrysostomos2014-08-281-0/+1
| * pad.c:pad_reset: check the nameFather Chrysostomos2014-08-281-1/+4
|/
* Alphabetise perldiagFather Chrysostomos2014-08-281-6/+6
* perldiag grammarFather Chrysostomos2014-08-281-1/+1
* t/porting/readme.t: Get list from MANIFESTFather Chrysostomos2014-08-281-4/+8
* [Merge] Fix crashes with lexical subsFather Chrysostomos2014-08-284-9/+116
|\
| * Fix crash with lex subs under -dFather Chrysostomos2014-08-282-3/+42
| * Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-283-5/+45
| * Fix crash when lex subs are used for overloadFather Chrysostomos2014-08-282-2/+12
| * Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-08-282-2/+20
|/
* [perl #122556] Make undef $s free refs forthwithFather Chrysostomos2014-08-282-2/+20
* Don't use isfinitel/isinfl/isnanl if the C99 macros exist.Jarkko Hietaniemi2014-08-282-8/+9
* Under C99 isfinite/isinf/isnan are sizeof-aware macros.Jarkko Hietaniemi2014-08-282-15/+66
* regcomp.c: Silence Win32 compiler warningKarl Williamson2014-08-271-1/+1
* sv_grow: performance improvement for short stringsReini Urban2014-08-271-2/+2
* Upgrade to threads 1.96Jerry D. Hedden2014-08-275-10/+10
* todo: expand the list of OS access builtins to updateRicardo Signes2014-08-271-8/+9
* De-prefix Perl_isinfnan.Jarkko Hietaniemi2014-08-273-3/+3
* pack c/C on inf/nan.Jarkko Hietaniemi2014-08-273-4/+40
* Make sprintf %c and chr() on inf/nan return the U+FFFD.Jarkko Hietaniemi2014-08-278-40/+85
* NVgf/NVff agree with -Duselongdouble.Jarkko Hietaniemi2014-08-272-45/+10
* Comment tweak.Jarkko Hietaniemi2014-08-271-3/+3
* ext/re/t/regop.t: Use eq instead of == for stringsKarl Williamson2014-08-261-1/+1
* Detect false infinities.Jarkko Hietaniemi2014-08-262-5/+12
* printf inf/nan should be inf/nan.Jarkko Hietaniemi2014-08-262-4/+39
* Add more infnan tests.Jarkko Hietaniemi2014-08-261-3/+9
* Avoid useless warning, remove debug code.Jarkko Hietaniemi2014-08-261-8/+7
* *fp*class* comment tweaks.Jarkko Hietaniemi2014-08-261-2/+2
* Post-VAX VMS has fp_classify().Jarkko Hietaniemi2014-08-262-1/+4
* Simplify the hexfp space computation.Jarkko Hietaniemi2014-08-261-11/+24
* Comment why hexfp is set here, not earlier.Jarkko Hietaniemi2014-08-261-0/+2