Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stop turning off bit 1 in rv2cv private flags | Father Chrysostomos | 2014-08-29 | 1 | -6/+0 | |
* | Increase $B::Concise::VERSION to 0.993 | Father Chrysostomos | 2014-08-29 | 1 | -1/+1 | |
* | Update B::Concise for OPpMAY_RETURN_CONSTANT | Father Chrysostomos | 2014-08-29 | 1 | -1/+1 | |
* | Avoid vivifying stuff when looking up barewords | Father Chrysostomos | 2014-08-29 | 4 | -10/+52 | |
* | [Merge] pad_reset | Father Chrysostomos | 2014-08-28 | 6 | -32/+61 | |
|\ | ||||||
| * | Make Peek.t easier to run directly | Father Chrysostomos | 2014-08-28 | 1 | -2/+3 | |
| * | pad.c: pad_reset comments | Father Chrysostomos | 2014-08-28 | 1 | -6/+15 | |
| * | Fix up Peek.t | Father Chrysostomos | 2014-08-28 | 1 | -2/+1 | |
| * | pad.c: Remove BROKEN from USE_BROKEN_PAD_RESET | Father Chrysostomos | 2014-08-28 | 1 | -5/+5 | |
| * | pad.c:pad_free: Don’t reset PL_padix if using pad_reset | Father Chrysostomos | 2014-08-28 | 1 | -1/+1 | |
| * | pad.c:pad_findmy_pvn: Skip ‘our’ hack for subs | Father Chrysostomos | 2014-08-28 | 1 | -0/+4 | |
| * | pad.c: Use PadnamelistMAXNAMED in another place | Father Chrysostomos | 2014-08-28 | 1 | -1/+1 | |
| * | Split PL_padix into two variables | Father Chrysostomos | 2014-08-28 | 3 | -9/+19 | |
| * | intrpvar.h: Correct comment | Father Chrysostomos | 2014-08-28 | 1 | -1/+2 | |
| * | uniprops.t: Correct command line in comment | Father Chrysostomos | 2014-08-28 | 1 | -1/+1 | |
| * | op.c:newPADOP: Allocate GV pad slots like constants | Father Chrysostomos | 2014-08-28 | 1 | -1/+2 | |
| * | pad.c:pad_free: Don’t turn off the PADTMP flag | Father Chrysostomos | 2014-08-28 | 1 | -1/+4 | |
| * | op.c:ck_rvconst: Allocate GV pad slots like constants | Father Chrysostomos | 2014-08-28 | 1 | -1/+1 | |
| * | pad.c: More clearly separate targ/constant allocation | Father Chrysostomos | 2014-08-28 | 1 | -10/+7 | |
| * | pad.c:pad_reset: Also make sure the thing is not PADMY | Father Chrysostomos | 2014-08-28 | 1 | -0/+1 | |
| * | pad.c:pad_reset: check the name | Father Chrysostomos | 2014-08-28 | 1 | -1/+4 | |
|/ | ||||||
* | Alphabetise perldiag | Father Chrysostomos | 2014-08-28 | 1 | -6/+6 | |
* | perldiag grammar | Father Chrysostomos | 2014-08-28 | 1 | -1/+1 | |
* | t/porting/readme.t: Get list from MANIFEST | Father Chrysostomos | 2014-08-28 | 1 | -4/+8 | |
* | [Merge] Fix crashes with lexical subs | Father Chrysostomos | 2014-08-28 | 4 | -9/+116 | |
|\ | ||||||
| * | Fix crash with lex subs under -d | Father Chrysostomos | 2014-08-28 | 2 | -3/+42 | |
| * | Fix crash in leave_scope when my sub has CvGV | Father Chrysostomos | 2014-08-28 | 3 | -5/+45 | |
| * | Fix crash when lex subs are used for overload | Father Chrysostomos | 2014-08-28 | 2 | -2/+12 | |
| * | Fix crash when lex subs are used for AUTOLOAD | Father Chrysostomos | 2014-08-28 | 2 | -2/+20 | |
|/ | ||||||
* | [perl #122556] Make undef $s free refs forthwith | Father Chrysostomos | 2014-08-28 | 2 | -2/+20 | |
* | Don't use isfinitel/isinfl/isnanl if the C99 macros exist. | Jarkko Hietaniemi | 2014-08-28 | 2 | -8/+9 | |
* | Under C99 isfinite/isinf/isnan are sizeof-aware macros. | Jarkko Hietaniemi | 2014-08-28 | 2 | -15/+66 | |
* | regcomp.c: Silence Win32 compiler warning | Karl Williamson | 2014-08-27 | 1 | -1/+1 | |
* | sv_grow: performance improvement for short strings | Reini Urban | 2014-08-27 | 1 | -2/+2 | |
* | Upgrade to threads 1.96 | Jerry D. Hedden | 2014-08-27 | 5 | -10/+10 | |
* | todo: expand the list of OS access builtins to update | Ricardo Signes | 2014-08-27 | 1 | -8/+9 | |
* | De-prefix Perl_isinfnan. | Jarkko Hietaniemi | 2014-08-27 | 3 | -3/+3 | |
* | pack c/C on inf/nan. | Jarkko Hietaniemi | 2014-08-27 | 3 | -4/+40 | |
* | Make sprintf %c and chr() on inf/nan return the U+FFFD. | Jarkko Hietaniemi | 2014-08-27 | 8 | -40/+85 | |
* | NVgf/NVff agree with -Duselongdouble. | Jarkko Hietaniemi | 2014-08-27 | 2 | -45/+10 | |
* | Comment tweak. | Jarkko Hietaniemi | 2014-08-27 | 1 | -3/+3 | |
* | ext/re/t/regop.t: Use eq instead of == for strings | Karl Williamson | 2014-08-26 | 1 | -1/+1 | |
* | Detect false infinities. | Jarkko Hietaniemi | 2014-08-26 | 2 | -5/+12 | |
* | printf inf/nan should be inf/nan. | Jarkko Hietaniemi | 2014-08-26 | 2 | -4/+39 | |
* | Add more infnan tests. | Jarkko Hietaniemi | 2014-08-26 | 1 | -3/+9 | |
* | Avoid useless warning, remove debug code. | Jarkko Hietaniemi | 2014-08-26 | 1 | -8/+7 | |
* | *fp*class* comment tweaks. | Jarkko Hietaniemi | 2014-08-26 | 1 | -2/+2 | |
* | Post-VAX VMS has fp_classify(). | Jarkko Hietaniemi | 2014-08-26 | 2 | -1/+4 | |
* | Simplify the hexfp space computation. | Jarkko Hietaniemi | 2014-08-26 | 1 | -11/+24 | |
* | Comment why hexfp is set here, not earlier. | Jarkko Hietaniemi | 2014-08-26 | 1 | -0/+2 |