summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Handle SAVEt_READONLY_OFF in ss_dupFather Chrysostomos2013-08-051-0/+1
* Handle SAVEt_ADELETE in ss_dupFather Chrysostomos2013-08-051-0/+6
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-4/+12
* [perl #119043] Allow utf8 up/downgrade on ro COWsFather Chrysostomos2013-08-041-17/+20
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-0/+7
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-2/+2
* fix typo in sv.c apidocsFather Chrysostomos2013-07-231-1/+1
* sv.c: Remove overflow check in utf8 length cacheFather Chrysostomos2013-07-231-3/+0
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-30/+57
* sv.c: Remove duplicate dupsKarl Williamson2013-07-231-3/+1
* sv.c: Assert that sv_[ivp]v are not passed aggregatesFather Chrysostomos2013-07-191-0/+7
* remove some instruction bloat in S_find_uninit_varDaniel Dragan2013-07-191-1/+3
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-6/+9
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-9/+9
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+18
* PATCH: [perl #118197] Cope with non-ASCII decimal separatorsKarl Williamson2013-07-071-0/+16
* Properly determine if in locale for NV stringificationKarl Williamson2013-07-071-1/+1
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-9/+9
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-9/+6
* Fix perlguts and comments for how sv_chop() worksKarl Williamson2013-07-031-0/+6
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-6/+9
* Create SVt_INVLISTKarl Williamson2013-07-031-9/+9
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+2
* Reinstate UTF8fFather Chrysostomos2013-06-281-1/+11
* Revert "UTF8f"Karl Williamson2013-06-251-9/+1
* sv.c: Allow COWs through sv_magic unscathedFather Chrysostomos2013-06-231-1/+1
* Remove ‘Can't coerce readonly %s’ errorFather Chrysostomos2013-06-221-9/+1
* sv.c: Make sv_force_normal always croak on ro SVsFather Chrysostomos2013-06-221-2/+0
* Stop SVt_REGEXPs from being upgraded.Father Chrysostomos2013-06-221-1/+1
* UTF8fFather Chrysostomos2013-06-181-1/+9
* Mark the common case with LIKELY branch predictor hintSteffen Mueller2013-06-181-1/+1
* Don't use locale definitions unless within scopeKarl Williamson2013-06-171-5/+23
* PATCH: [perl #108378] [perl #115800]Karl Williamson2013-06-171-2/+10
* Remove magic literal constant in favor of named constantSteffen Mueller2013-06-111-1/+2
* remove -Dmad string length restrictionDavid Mitchell2013-06-091-4/+0
* Flush PL_stashcache on glob-to-glob assignmentFather Chrysostomos2013-06-081-0/+9
* add 1 to SvGROW under COW (and fix svleak.t)David Mitchell2013-06-081-0/+12
* [perl #117941] reset crashes when current stash is freedFather Chrysostomos2013-06-081-1/+1
* Stop using PL_sortstashFather Chrysostomos2013-06-081-1/+0
* eliminate PL_regdummyDavid Mitchell2013-06-021-1/+0
* eliminate PL_reg_stateDavid Mitchell2013-06-021-14/+0
* make PL_reg_curpm globalDavid Mitchell2013-06-021-4/+1
* eliminate PL_reg_poscache, PL_reg_poscache_sizeDavid Mitchell2013-06-021-4/+0
* add regmatch_eval_state structDavid Mitchell2013-06-021-12/+0
* eliminate PL_bostrDavid Mitchell2013-06-021-2/+0
* eliminiate PL_regeolDavid Mitchell2013-06-021-2/+0
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-0/+1
* Remove core references to SVt_BINDKarl Williamson2013-05-181-5/+5
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-2/+2
* Revert "Restore errno after VMS hack in S_sv_gets_read_record."Craig A. Berry2013-03-241-3/+0