Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | under DEBUGGING, minimize the sentinels written in sv_chop, to avoid substr s... | Chip Salzenberg | 2011-10-10 | 1 | -12/+14 | |
* | tweak sv_chop pod | Chip Salzenberg | 2011-10-10 | 1 | -0/+5 | |
* | I32 may not be big enough for string insert length | Chip Salzenberg | 2011-10-10 | 1 | -1/+1 | |
* | Fix cv-to-gv assignment to use CvPROTO | Father Chrysostomos | 2011-10-10 | 1 | -2/+2 | |
* | Rewrite sv_catsv to pass SV_CAT* flags to sv_catpvn | Father Chrysostomos | 2011-10-08 | 1 | -27/+5 | |
* | make SVs_PADTMP and SVs_PADSTALE share a bit | David Mitchell | 2011-10-07 | 1 | -3/+3 | |
* | Use HEKf | Father Chrysostomos | 2011-10-07 | 1 | -8/+12 | |
* | HEKf256 format | Father Chrysostomos | 2011-10-07 | 1 | -3/+5 | |
* | HEKf format | Father Chrysostomos | 2011-10-07 | 1 | -2/+11 | |
* | toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean. | Brian Fraser | 2011-10-06 | 1 | -2/+3 | |
* | Fix diag.t failure with diag_listed_as comment | Father Chrysostomos | 2011-10-06 | 1 | -0/+1 |