summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-3/+8
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+0
* Fix build under C++Father Chrysostomos2012-09-141-1/+2
* sv.c: %vd printf format microöptimisationFather Chrysostomos2012-09-141-4/+1
* Fix %vd with alpha versionFather Chrysostomos2012-09-141-3/+5
* eliminate PL_reginputDavid Mitchell2012-09-141-2/+0
* Fix compilation for -DPERL_POISON and -DPERL_OLD_COPY_ON_WRITE together.Nicholas Clark2012-09-141-2/+2
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-1/+0
* regexec.c: Use new macros instead of swashesKarl Williamson2012-09-131-8/+0
* Stop calling get-magic twice in sprintf "%.1s", $utf8Father Chrysostomos2012-08-301-4/+4
* Stop calling get-magic twice in sprintf "%1s", $utf8Father Chrysostomos2012-08-301-1/+1
* Stop substr($utf8) from calling get-magic twiceFather Chrysostomos2012-08-301-5/+15
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-281-1/+1
* Prepare for Unicode 6.2Karl Williamson2012-08-261-1/+2
* 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