summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+1
* If the passed in target rv for Perl_newSVrv() was already a referenceNicholas Clark2006-04-011-2/+4
* Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.Nicholas Clark2006-04-011-1/+1
* Need to dup any hints HV stored on the save stack.Nicholas Clark2006-03-311-2/+4
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+11
* Random accumulated patchesAndy Lester2006-03-311-12/+15
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-5/+5
* Silence 3 (spurious) gcc warnings about "maybe used uninitialized".Nicholas Clark2006-03-251-2/+2
* PL_multiline isn't referenced, and can be removed.Nicholas Clark2006-03-251-1/+0
* remove unused PL_regcc variableDave Mitchell2006-03-241-1/+0
* Rejig the location of the cache assertion code in Perl_sv_pos_b2u().Nicholas Clark2006-03-231-17/+18
* Move orphaned documentation back to its functionsNicholas Clark2006-03-231-38/+75
* Make S_sv_pos_u2b_cached use both cache pairs.Nicholas Clark2006-03-231-1/+15
* Use both cache entries for Perl_sv_pos_b2u().Nicholas Clark2006-03-231-3/+13
* Complete the other 2 arms of the cache update code.Nicholas Clark2006-03-231-0/+42
* Pass the (byte) length of the entire string intoNicholas Clark2006-03-231-18/+78
* Add all new static functions to embed.fncNicholas Clark2006-03-231-170/+4
* Use the cache in S_sv_pos_u2b_cached() when the desired offset isNicholas Clark2006-03-231-4/+11
* Use the cache in S_sv_pos_u2b_cached when the sought offset is afterNicholas Clark2006-03-231-1/+28
* Further adjustement to change #27576 by Jan DuboisRafael Garcia-Suarez2006-03-231-1/+1
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-231-0/+7
* Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().Nicholas Clark2006-03-231-4/+20
* Take advantage of uoffset >= uoffset0, to simplify some logic.Nicholas Clark2006-03-221-11/+13
* Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets onNicholas Clark2006-03-221-5/+53
* Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byteNicholas Clark2006-03-221-7/+24
* The simplest way to start on Perl_sv_pos_u2b seems to be to take outNicholas Clark2006-03-221-36/+31
* (Hopefully) make VMS happy.Nicholas Clark2006-03-211-1/+1
* Extend change 27558 - if we know the character offset of the end, butNicholas Clark2006-03-201-3/+5
* In Perl_sv_pos_b2u, if we know the character offset of the end, weNicholas Clark2006-03-201-5/+12
* Abstract the string walking functionality from Perl_sv_pos_b2u intoNicholas Clark2006-03-201-92/+135
* Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to getNicholas Clark2006-03-191-1/+1
* Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.Nicholas Clark2006-03-171-16/+31
* Remove a duplicated conditional test by putting everything for theNicholas Clark2006-03-171-6/+7
* Properly set/reset the UTF-8 length cache in regcomp.c.Nicholas Clark2006-03-171-3/+6
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-2/+6
* Moving the overloading flag from the reference to the referant allowsNicholas Clark2006-03-151-2/+5
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+12
* The remainder of the toke.c MAD changes. Now to investigate why MADNicholas Clark2006-03-091-0/+9
* Remove the #define - ARENASETS are always on now.Nicholas Clark2006-03-071-36/+1
* Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADDNicholas Clark2006-03-051-1/+1
* Use a HEK to store the GV's name, rather than a malloc()ed string.Nicholas Clark2006-03-051-4/+9
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-051-3/+3
* Non-null optimizationsAndy Lester2006-03-021-4/+4
* Silence a VC++ warning with DEBUGGING buildsSteve Hay2006-02-281-1/+1
* In Perl_sv_setsv_flags, swap the default in the type based switch toNicholas Clark2006-02-271-5/+4
* Silence a VC++ warningSteve Hay2006-02-271-1/+1
* There is now the potential for an upgrade from something without anNicholas Clark2006-02-271-3/+15
* ptr_table_find() is only defined with ithreadsRafael Garcia-Suarez2006-02-271-1/+1
* Workaround for initialization errors on HP's pre-compilerH.Merijn Brand2006-02-271-3/+10
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-17/+13