summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* in perl_clone_using, free the prt_tableDavid Mitchell2009-08-051-5/+6
* dup saved_curcop in PL_parserDavid Mitchell2009-07-261-0/+11
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-191-0/+4
* Allocate XPV* memory using sizeof() and the offset of the first real member.Nicholas Clark2009-07-181-58/+46
* Fix casting warningRafael Garcia-Suarez2009-06-101-2/+2
* Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-06-101-2/+3
* fix glob-assign for FORMATH.Merijn Brand2009-05-201-0/+1
* In Perl_gp_dup(), no need to explicitly zero ret->gp_refcnt after the Newxz().Nicholas Clark2009-05-051-1/+2
* Make Perl_hek_dup() cope with a NULL "source" parameter (by returning NULL).Nicholas Clark2009-05-051-4/+3
* Fix SEGVs when cloning a typeglob that has been undefined. (RT #64954)Nicholas Clark2009-05-051-1/+1
* In the context of PERL_OLD_COPY_ON_WRITE, remove comments about global mutexes.Nicholas Clark2009-04-221-12/+0
* fix a couple of comments that annoyingly look like merge conflict markersDavid Mitchell2009-04-151-2/+2
* The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c api...Vincent Pit2009-04-141-3/+3
* Optimize away calls to empty DESTROY methodsRafael Garcia-Suarez2009-04-121-1/+5
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-03-301-1/+2
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+2
* In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into caseNicholas Clark2009-03-301-4/+2
* Re-order Perl_save_delete() to PTR, INT, PTR.Nicholas Clark2009-03-301-1/+3
* fix some 5.10.x-specific const warnings after the big MUTABLE_* mergeDavid Mitchell2009-03-301-4/+4
* Allow lvalue usage of SvRV() and add MUTABLE_SV() check.Marcus Holland-Moritz2009-03-301-2/+2
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2009-03-291-2/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-34/+36
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2009-03-291-52/+57
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-5/+5
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-28/+30
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-9/+9
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-14/+14
* Some consting in Perl_ss_dup(), and a few (HV*) casts that can beNicholas Clark2009-03-291-16/+16
* A gaggle of casts in Perl_sv_magicext() that are (const ?V *).Nicholas Clark2009-03-291-3/+3
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-251-13/+4
* Add the correct argument assertion macro to sv_insert_flags().Nicholas Clark2009-03-251-1/+2
* Double magic with substrVincent Pit2009-03-251-2/+16
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-7/+306
* revert the SvOOK re-implementation:Nicholas Clark2009-03-191-85/+38
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-191-14/+56
* BER is all very well, but it turns out that it's better to store theNicholas Clark2009-03-061-56/+14
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2009-03-061-38/+85
* Typo spotted by Jarkko.Nicholas Clark2009-03-061-1/+1
* In sv_chop(), write sentinals over the part of the buffer that isNicholas Clark2009-03-061-0/+23
* assert() that we're not trying to free scalars a second time.Nicholas Clark2009-03-051-0/+1
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2009-03-051-6/+2
* By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade()Nicholas Clark2009-03-051-8/+6
* Correct the minor mistake of changes 32675 and 32676 - the check shouldNicholas Clark2009-03-051-2/+2
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2009-03-051-0/+14
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2009-03-051-0/+7
* sv_dup(): avoid cloning empty arrayskevin brintnall2009-02-261-1/+4
* Update comments and documentation dealing with utfKarl2009-02-261-0/+4
* It looks like the previous patch is working fine on UNIXish boxes,Steve Peters2009-02-251-4/+0
* Subject: PATCH 5.10 documentationSteve Peters2009-02-251-7/+16
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-2/+2