| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract regcurly as a static inline function. | Andy Dougherty | 2010-09-22 | 1 | -1/+0 |
* | Programmatically generate the compatibility macros for "misnamed functions". | Nicholas Clark | 2010-09-22 | 1 | -16/+22 |
* | Silence compiler warnings | Steve Hay | 2010-09-18 | 1 | -1/+1 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -1/+0 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -2/+2 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -1/+1 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -3/+0 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -0/+2 |
* | Move magicalize_{isa,overload} out into functions | Florian Ragwitz | 2010-09-08 | 1 | -0/+2 |
* | API functions for accessing the runtime hinthash. | Ben Morrow | 2010-09-07 | 1 | -0/+7 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -2/+5 |
* | Change the first argument of Perl_fetch_cop_label() to COP * | Nicholas Clark | 2010-09-02 | 1 | -1/+1 |
* | Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *. | Nicholas Clark | 2010-09-01 | 1 | -2/+2 |
* | add sv_reftype_len() and make sv_reftype() be a wrapper for it | Yves Orton | 2010-08-30 | 1 | -0/+1 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -1/+2 |
* | Mark regcurly as experimental | karl williamson (via RT) | 2010-08-25 | 1 | -1/+1 |
* | document several optree construction functions | Zefram | 2010-08-23 | 1 | -22/+22 |
* | Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C) | Nicholas Clark | 2010-08-20 | 1 | -3/+4 |
* | Expose more_bodies(), and use it to replace S_more_he(). | Nicholas Clark | 2010-08-20 | 1 | -6/+2 |
* | In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type. | Nicholas Clark | 2010-08-20 | 1 | -1/+2 |
* | Revert "Make the peep recurse via PL_peepp" | Florian Ragwitz | 2010-08-16 | 1 | -1/+1 |
* | optimise single backreferences | David Mitchell | 2010-08-01 | 1 | -1/+1 |
* | Revert "process xhv_backreferences early in S_hfreeentries" | David Mitchell | 2010-07-29 | 1 | -0/+4 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -1/+1 |
* | embed.fnc: correct comments | Karl Williamson | 2010-07-27 | 1 | -2/+2 |
* | Mark grok_bslash functions as intfce changeable | Karl Williamson | 2010-07-27 | 1 | -2/+2 |
* | Make the peep recurse via PL_peepp | Florian Ragwitz | 2010-07-25 | 1 | -1/+1 |
* | Fix error in 5b235299a82969c3, which gcc didn't spot, but g++ did. | Nicholas Clark | 2010-07-21 | 1 | -1/+2 |
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references. | Nicholas Clark | 2010-07-21 | 1 | -0/+1 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -0/+1 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -1/+2 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -2/+2 |
* | process xhv_backreferences early in S_hfreeentries | David Mitchell | 2010-07-14 | 1 | -4/+0 |
* | Create S_assert_uft8_cache_coherent() with one copy of the cache panic code. | Nicholas Clark | 2010-07-12 | 1 | -0/+2 |
* | S_sv_pos_u2b_cached now updates the UTF-8 length cache if at the end of string. | Nicholas Clark | 2010-07-12 | 1 | -1/+2 |
* | Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8(). | Nicholas Clark | 2010-07-12 | 1 | -0/+2 |
* | Document the blockhook functions and macros. | Ben Morrow | 2010-07-12 | 1 | -1/+1 |
* | Wrap PL_blockhooks in an API function. | Ben Morrow | 2010-07-12 | 1 | -0/+1 |
* | Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898. | Nicholas Clark | 2010-07-11 | 1 | -2/+2 |
* | In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards. | Nicholas Clark | 2010-07-11 | 1 | -1/+1 |
* | Get rid of PERL_DECL_PROT | Jan Dubois | 2010-07-07 | 1 | -56/+56 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -2/+4 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -0/+1 |
* | Merge flags and argc parameters to S_tied_handle_method(). | Nicholas Clark | 2010-06-13 | 1 | -1/+1 |
* | In S_tied_handle_method() default to mortalizing extra arguments. | Nicholas Clark | 2010-06-13 | 1 | -1/+1 |
* | Add a gimme parameter to S_tied_handle_method(). | Nicholas Clark | 2010-06-13 | 1 | -1/+1 |
* | Change S_tied_handle_method() to varargs to allow extra SV parameters. | Nicholas Clark | 2010-06-13 | 1 | -2/+3 |
* | Merge simple tied handle method calls into S_tied_handle_method(). | Nicholas Clark | 2010-06-13 | 1 | -0/+2 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -3/+8 |
* | Deprecate find_rundefsvoffset() | Vincent Pit | 2010-06-03 | 1 | -1/+1 |