summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Comment out unused functionKarl Williamson2012-08-251-1/+1
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-211-1/+1
* utf8 pos cache: always keep most recent valueDavid Mitchell2012-08-211-29/+16
* Omnibus removal of register declarationsKarl Williamson2012-08-181-48/+48
* Disallow setting SvPV on formatsFather Chrysostomos2012-08-051-13/+5
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-041-1/+1
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-0/+2
* [perl #114368] perl -DA -e '' segfaultsFather Chrysostomos2012-08-011-0/+4
* Add a USE_64_BIT_INT build option to the Windows makefiles.Steve Hay2012-08-011-2/+2
* fix a memory leak in sv_sethek(), amending 70b71ec84Fuji, Goro2012-07-311-0/+1
* Oust sv_gmagical_2iv_pleaseFather Chrysostomos2012-07-281-22/+0
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-10/+9
* Make all the SvPV*force* macros always return sv with SvPOK_only, as APIChip Salzenberg2012-07-261-0/+1
* Unify code that initializes constants yes, no, and undefChip Salzenberg2012-07-231-25/+33
* in sv_chop(), add use SvPOK_only_UTF8() to clear obsolete NIOKChip Salzenberg2012-07-201-3/+5
* Magic flags harmonization.Chip Salzenberg2012-07-151-294/+264
* Fix *ISA = *glob_without_arrayFather Chrysostomos2012-07-121-2/+3
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-5/+0
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-1/+1
* document the append parameter to sv_gets [perl #72244]Jesse Luehrs2012-07-051-1/+4
* sv.c: Correct commentFather Chrysostomos2012-07-031-1/+1
* s/thinngy/thingy/ in a comment in sv.cNicholas Clark2012-07-021-1/+1
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+1
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-0/+2
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-11/+1
* eliminate PL_reg_start_tmp, PL_reg_start_tmplDavid Mitchell2012-06-131-13/+0
* eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-131-9/+0
* eliminate PL_reginterp_cntDavid Mitchell2012-06-131-5/+0
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-0/+1
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-0/+22
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-4/+10
* Delete two instance of SvSCREAM_offFather Chrysostomos2012-05-291-2/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL.Brian Fraser2012-05-261-0/+3
* [perl #112786] Fix build under clang++Craig A. Berry2012-05-241-1/+1
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-2/+0
* sv.c: Don’t do SvAMAGIC_off in newSVrvFather Chrysostomos2012-05-211-1/+0
* sv.c: Don’t do SvAMAGIC_off in sv_setsv_flagsFather Chrysostomos2012-05-211-1/+0
* sv.c: Don’t fiddle with AMAGIC in sv_blessFather Chrysostomos2012-05-211-5/+0
* Don’t stringify GV in numeric cx outside warnings scopeFather Chrysostomos2012-05-211-4/+4
* clear magic flags in sv_clearDavid Mitchell2012-03-261-0/+1
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-12/+9
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-4/+4
* correctly clone eval context framesZefram2012-02-181-0/+3
* In Perl_sv_del_backref(), don't panic if tsv is already freed.Nicholas Clark2012-02-171-0/+24
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-4/+0
* Clarify the newSVpvn documentation.Shlomi Fish2012-02-151-6/+8
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+2