summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* APIify op list constructorsZefram2010-10-121-6/+3
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-1/+1
* Allow mro_isa_changed_in to be called on nonexistent packagesFather Chrysostomos2010-10-111-1/+2
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+8
* make sv_clear() iterate over AVsDavid Mitchell2010-10-111-1/+1
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-0/+1
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-091-0/+4
* Remove now-unused parameters from S_gv_magicalize_isa().Nicholas Clark2010-10-091-1/+1
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-081-0/+4
* xs_version_bootcheck() is an implementation detail, rather than a public API.Nicholas Clark2010-10-081-1/+3
* Change vverify() to return HV or NULL (RT#78286)David Golden2010-10-081-1/+1
* Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro.Nicholas Clark2010-10-071-0/+3
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-0/+1
* add stray save_* functions to the APIZefram2010-10-041-4/+4
* Change embed.fnc's vi modeline comment from /* */ to :Nicholas Clark2010-09-291-3/+1
* Remove the {START,END}_EXTERN_C macros from within embed.fncNicholas Clark2010-09-291-8/+0
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+8
* Remove empty preprocessor directive in embed.fncAndy Dougherty2010-09-271-1/+0
* Move OP prototypes from pp_proto.h to proto.hNicholas Clark2010-09-271-43/+0
* Move the generation of {START,END}_EXTERN_C from embed.fnc to embed.plNicholas Clark2010-09-271-3/+0
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+2
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-2/+6
* Extract regcurly as a static inline function.Andy Dougherty2010-09-221-1/+0
* Programmatically generate the compatibility macros for "misnamed functions".Nicholas Clark2010-09-221-16/+22
* 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