Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid an unused temp scalar in sv.c:S_sv_unglob | Father Chrysostomos | 2011-12-17 | 1 | -1/+1 |
* | [perl #97988] Nullify PL_last_in_gv when unglobbed | Father Chrysostomos | 2011-12-17 | 1 | -0/+4 |
* | perldiag: Retitle ‘Cannot copy’ | Father Chrysostomos | 2011-12-16 | 1 | -0/+1 |
* | Use syntax from perlguts for testing objects | John Peacock | 2011-12-09 | 1 | -1/+1 |
* | Clarify docs for sv_usepvn_flags | Father Chrysostomos | 2011-12-04 | 1 | -1/+3 |
* | Remove SvTAINT from sv_sethek | Father Chrysostomos | 2011-12-03 | 1 | -4/+0 |
* | Stop calling sv_usepvn_flags from sv_sethek | Peter Martini | 2011-12-03 | 1 | -1/+7 |
* | Allow COW PVMGs to be tied | Father Chrysostomos | 2011-12-01 | 1 | -3/+2 |
* | Use SvOOK_on | Father Chrysostomos | 2011-12-01 | 1 | -3/+2 |
* | sv.c: fix comment typo added by ce2077b184 | Father Chrysostomos | 2011-11-30 | 1 | -1/+1 |
* | sv.c/find_uninit_var: Explain kid-scanning loop better | Father Chrysostomos | 2011-11-29 | 1 | -2/+7 |
* | sv.c: typo | Father Chrysostomos | 2011-11-29 | 1 | -1/+1 |
* | sv.c: Turn a FIXME comment into an explanation | Father Chrysostomos | 2011-11-27 | 1 | -3/+3 |
* | ‘Inline’ S_sv_unglob | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | Make COW-clobbering faster | Father Chrysostomos | 2011-11-24 | 1 | -3/+8 |
* | Make assignment over glob copies much faster | Father Chrysostomos | 2011-11-24 | 1 | -4/+6 |
* | sysread should not ignore magic on its buffer | Father Chrysostomos | 2011-11-24 | 1 | -1/+2 |
* | printf "%vd", "version" should not SEGV | Father Chrysostomos | 2011-11-23 | 1 | -1/+1 |
* | sv.c/sv_insert_flags: typo | Father Chrysostomos | 2011-11-22 | 1 | -1/+2 |
* | amagic_deref_call does not necessitate SPAGAIN | Father Chrysostomos | 2011-11-22 | 1 | -2/+0 |
* | [perl #103766] Wrong $" warning in perl 5.14 | Father Chrysostomos | 2011-11-22 | 1 | -7/+3 |
* | sv.c: newSVpvf( → Perl_newSVpvf(aTHX_ | Father Chrysostomos | 2011-11-21 | 1 | -1/+1 |
* | Put sub redef warnings in one place | Father Chrysostomos | 2011-11-21 | 1 | -38/+16 |
* | Make constant sub redef warnings obey scope | Father Chrysostomos | 2011-11-21 | 1 | -0/+1 |
* | Don’t call an early-returning destructor | Father Chrysostomos | 2011-11-21 | 1 | -2/+10 |
* | Restore autouse’s exemption from redef warnings | Father Chrysostomos | 2011-11-21 | 1 | -1/+9 |
* | sv.c: I missed a dot | Father Chrysostomos | 2011-11-21 | 1 | -1/+1 |
* | sort does not call get-magic after dereffing | Father Chrysostomos | 2011-11-19 | 1 | -1/+1 |
* | Document sv_2io’s invocation of magic | Father Chrysostomos | 2011-11-19 | 1 | -0/+3 |
* | Call FETCH once on handle passed as 3rd arg to open() | Father Chrysostomos | 2011-11-19 | 1 | -4/+12 |
* | sv.c: More consistent use of spaces after dots | Father Chrysostomos | 2011-11-19 | 1 | -72/+78 |
* | Correct sv_catsv_flags docs | Father Chrysostomos | 2011-11-19 | 1 | -1/+3 |
* | Correct sv_catpv_flags docs | Father Chrysostomos | 2011-11-19 | 1 | -2/+2 |
* | Correct sv_catpvn_flags docs | Father Chrysostomos | 2011-11-19 | 1 | -2/+3 |
* | Mention implicit $_ in y///r uninit warning | Father Chrysostomos | 2011-11-19 | 1 | -0/+1 |
* | Mention the variable name in the new length warnings | Father Chrysostomos | 2011-11-18 | 1 | -2/+2 |
* | Tweaks to find_uninit_var docs | Father Chrysostomos | 2011-11-18 | 1 | -3/+3 |
* | Unused variable in in sv_eq | Brian Fraser | 2011-11-17 | 1 | -3/+0 |
* | expunge gratuitous Unicode punctuation in comments | Zefram | 2011-11-16 | 1 | -3/+3 |
* | Stop toggling the FAKE flag for stringified GVs | Father Chrysostomos | 2011-11-06 | 1 | -18/+0 |
* | [perl #96326] *{$io} should not be semi-defined | Father Chrysostomos | 2011-11-06 | 1 | -10/+4 |
* | Fill out sv_upgrade docs | Father Chrysostomos | 2011-11-04 | 1 | -1/+4 |
* | Use SvUPGRADE, not sv_upgrade, in sv_sethek | Father Chrysostomos | 2011-11-04 | 1 | -1/+1 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -0/+2 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 1 | -1/+1 |
* | [perl #101738] Make sv_sethek set the UTF8 flag correctly | Father Chrysostomos | 2011-10-20 | 1 | -0/+2 |
* | Stop uninit sort warnings from crashing | Father Chrysostomos | 2011-10-13 | 1 | -1/+1 |
* | Call get-magic once for .. in list context | Father Chrysostomos | 2011-10-13 | 1 | -6/+4 |
* | SSize_t, not IV, is a signed STRLEN | Chip Salzenberg | 2011-10-11 | 1 | -1/+1 |
* | Make sv_set[ps]v(cv...) set prototype | Father Chrysostomos | 2011-10-11 | 1 | -0/+3 |