2006-04-05 |
Dave Mitchell | eliminate PL_regprecomp, PL_regprogram, PL_regnpar... |
blob | commitdiff |
2006-04-02 |
Dave Mitchell | use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | If the passed in target rv for Perl_newSVrv() was alrea... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | Inconsistencies in paramter const-ness noticed by SADAH... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark | Need to dup any hints HV stored on the save stack. |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi | re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark | Silence 3 (spurious) gcc warnings about "maybe used... |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark | PL_multiline isn't referenced, and can be removed. |
blob | commitdiff | diff to current |
2006-03-24 |
Dave Mitchell | remove unused PL_regcc variable |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Rejig the location of the cache assertion code in Perl_... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Move orphaned documentation back to its functions |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Make S_sv_pos_u2b_cached use both cache pairs. |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Use both cache entries for Perl_sv_pos_b2u(). |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Complete the other 2 arms of the cache update code. |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Pass the (byte) length of the entire string into |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Add all new static functions to embed.fnc |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached() when the desired... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached when the sought... |
blob | commitdiff | diff to current |
2006-03-23 |
Rafael Garcia-Suarez | Further adjustement to change #27576 by Jan Dubois |
blob | commitdiff | diff to current |
2006-03-23 |
Jan Dubois | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark | Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cac... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark | Take advantage of uoffset >= uoffset0, to simplify... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark | Add S_sv_pos_u2b_midway for when we know the utf-8... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark | Create S_sv_pos_u2b_cached, which abstracts away utf... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark | The simplest way to start on Perl_sv_pos_u2b seems... |
blob | commitdiff | diff to current |
2006-03-21 |
Nicholas Clark | (Hopefully) make VMS happy. |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark | Extend change 27558 - if we know the character offset... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark | In Perl_sv_pos_b2u, if we know the character offset... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark | Abstract the string walking functionality from Perl_sv_... |
blob | commitdiff | diff to current |
2006-03-19 |
Nicholas Clark | Remove a redundant test on mg->mg_ptr. (It had to be... |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}. |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | Remove a duplicated conditional test by putting everyth... |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | Properly set/reset the UTF-8 length cache in regcomp.c. |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | sv_find() returning false, followed by sv_magic() to... |
blob | commitdiff | diff to current |
2006-03-15 |
Nicholas Clark | Moving the overloading flag from the reference to the... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark | Move the 12 static MAD variables from toke.c into the... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark | The remainder of the toke.c MAD changes. Now to investi... |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark | Remove the #define - ARENASETS are always on now. |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Perl_gv_name_set should not leak the old HEK. Allow... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Use a HEK to store the GV's name, rather than a malloc... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Provide Perl_gv_name_set to replace LVALUE use of GvNAM... |
blob | commitdiff | diff to current |
2006-03-02 |
Andy Lester | Non-null optimizations |
blob | commitdiff | diff to current |
2006-02-28 |
Steve Hay | Silence a VC++ warning with DEBUGGING builds |
blob | commitdiff | diff to current |
2006-02-27 |
Nicholas Clark | In Perl_sv_setsv_flags, swap the default in the type... |
blob | commitdiff | diff to current |
2006-02-27 |
Steve Hay | Silence a VC++ warning |
blob | commitdiff | diff to current |
2006-02-27 |
Nicholas Clark | There is now the potential for an upgrade from somethin... |
blob | commitdiff | diff to current |
2006-02-27 |
Rafael Garcia-Suarez | ptr_table_find() is only defined with ithreads |
blob | commitdiff | diff to current |
2006-02-27 |
H.Merijn Brand | Workaround for initialization errors on HP's pre-compiler |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Amazingly, it seems that none of the other GV specific... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Store GvGP in the SV head union. For all the common... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | Avoid special case SvMAGIC macros just to cope with... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | Use PVMGs rather than PVGVs to store the names of our... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | Store the stash for our in the magic slot. This will... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester | unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Replace direct flags tests & manipulations for SVpad_TY... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | We have sufficient spare bits to store the SV type... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Shrink struct body_details and hence sv.o slightly... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Using U8 rather than size type shrinks the body_details... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Remove set magic from typeglobs. Remove typeglob magic... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Recalculate dstr in Perl_sv_setsv_flags, as dstr may... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Remove un-needed case in Perl_sv_setsv_flags (sv_upgrad... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Remove get magic from typeglobs. This means that PVGVs... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Fix the copy sizes for PVFM and PVCV back to sanity. |
blob | commitdiff | diff to current |
2006-02-22 |
Nicholas Clark | Change 24643 made the mistake of assuming that CvCONST... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark | PL_body_arenas should be set to NULL when the interpret... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | PVCVs don't need XNVs either. |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | xcv_root and xcv_xsub can also be merged into a union... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | Add a new CvISXSUB() macro, for abstracting the test... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark | Shave sizeof(NV) bytes from formats, by using the same... |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark | To make arithmetic on tainted dualvars work properly... |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark | SvROK(sv) will never be true when SvIOKp() or SvNOKp... |
blob | commitdiff | diff to current |
2006-02-18 |
Jim Cromie | arena-rework : consolidated patch |
blob | commitdiff | diff to current |
2006-02-17 |
Jim Cromie | The two whitespace changes from |
blob | commitdiff | diff to current |
2006-02-14 |
Nicholas Clark | Back out change change 10214 (drop SVp_IOK from >>... |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester | Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-13 |
Nicholas Clark | Ensure that public I, N and P flags are off when SvTAIN... |
blob | commitdiff | diff to current |
2006-02-11 |
Nicholas Clark | Coalesce 2 if blocks with duplicated conditions in... |
blob | commitdiff | diff to current |
2006-02-10 |
Steve Hay | A better fix than 27148 |
blob | commitdiff | diff to current |
2006-02-10 |
Steve Hay | Fix the effects of 27136 on Win32 with DEBUGGING and... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester | Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark | Rename S_glob_assign to S_glob_assign_glob |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark | In Perl_sv_upgrade, the assignment to new_type_details... |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark | Remove a duplicate flag copy line from Perl_sv_setsv_flags. |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark | Fix bug #38439 - reference to typeglob assignment needs... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Merge the PVCV case into the common code in S_pvgv_assign. |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Merge the PVAV and PVHV clauses into the common code... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Merge the default case (GvSV) with the common code... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Start to merge the 6 arms of S_pvgv_assign into one. |
blob | commitdiff | diff to current |
2006-02-05 |
Jim Cromie | [patch] rework arenas - repair arenasets |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | The message "Can't upgrade that kind of scalar" can... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | new_body_type doesn't need to subtract the offset,... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Merge and refactor the PVAV and PVHV code in Perl_sv_up... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Eliminate a croak we can't get to. |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark | bcc was issuing a warning about this line in Perl_sv_2c... |
blob | commitdiff | diff to current |
next |