summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Silence compiler warningsSteve Hay2010-09-181-1/+1
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-1/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-2/+2
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-1/+1
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-3/+0
* make qw(...) first-class syntaxZefram2010-09-081-0/+2
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-0/+2
* API functions for accessing the runtime hinthash.Ben Morrow2010-09-071-0/+7
* function interface to parse Perl statementZefram2010-09-061-2/+5
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-1/+1
* Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.Nicholas Clark2010-09-011-2/+2
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-301-0/+1
* make recursive part of peephole optimiser hookableZefram2010-08-261-1/+2
* Mark regcurly as experimentalkarl williamson (via RT)2010-08-251-1/+1
* document several optree construction functionsZefram2010-08-231-22/+22
* Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C)Nicholas Clark2010-08-201-3/+4
* Expose more_bodies(), and use it to replace S_more_he().Nicholas Clark2010-08-201-6/+2
* In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type.Nicholas Clark2010-08-201-1/+2
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-1/+1
* optimise single backreferencesDavid Mitchell2010-08-011-1/+1
* Revert "process xhv_backreferences early in S_hfreeentries"David Mitchell2010-07-291-0/+4
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-1/+1
* embed.fnc: correct commentsKarl Williamson2010-07-271-2/+2
* Mark grok_bslash functions as intfce changeableKarl Williamson2010-07-271-2/+2
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-1/+1
* Fix error in 5b235299a82969c3, which gcc didn't spot, but g++ did.Nicholas Clark2010-07-211-1/+2
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-0/+1
* Add \o{} escapeKarl Williamson2010-07-171-0/+1
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-1/+2
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-2/+2
* process xhv_backreferences early in S_hfreeentriesDavid Mitchell2010-07-141-4/+0
* Create S_assert_uft8_cache_coherent() with one copy of the cache panic code.Nicholas Clark2010-07-121-0/+2
* S_sv_pos_u2b_cached now updates the UTF-8 length cache if at the end of string.Nicholas Clark2010-07-121-1/+2
* Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8().Nicholas Clark2010-07-121-0/+2
* Document the blockhook functions and macros.Ben Morrow2010-07-121-1/+1
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-0/+1
* Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.Nicholas Clark2010-07-111-2/+2
* In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards.Nicholas Clark2010-07-111-1/+1
* Get rid of PERL_DECL_PROTJan Dubois2010-07-071-56/+56
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-2/+4
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-0/+1
* Merge flags and argc parameters to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* In S_tied_handle_method() default to mortalizing extra arguments.Nicholas Clark2010-06-131-1/+1
* Add a gimme parameter to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-131-2/+3
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-131-0/+2
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-3/+8
* Deprecate find_rundefsvoffset()Vincent Pit2010-06-031-1/+1
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+2
* Convert PAD_DUP to a function Perl_padlist_dup().Nicholas Clark2010-05-241-0/+5