summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* function to parse Perl code blockZefram2010-10-211-0/+1
* add lex_start to the APIZefram2010-10-211-1/+1
* remove redundant lex_endZefram2010-10-211-1/+0
* remove filter inheritance option from lex_startZefram2010-10-211-1/+1
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* [perl #78362] Make mro_package_moved check for recursionFather Chrysostomos2010-10-121-1/+1
* Add LINKLIST to the API.Ben Morrow2010-10-121-5/+5
* APIify op list constructorsZefram2010-10-121-3/+3
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-5/+1
* Allow mro_isa_changed_in to be called on nonexistent packagesFather Chrysostomos2010-10-111-4/+3
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+48
* make sv_clear() iterate over AVsDavid Mitchell2010-10-111-2/+2
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-0/+5
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-091-0/+5
* Remove now-unused parameters from S_gv_magicalize_isa().Nicholas Clark2010-10-091-4/+3
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-081-0/+6
* 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/+5
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-0/+1
* Sort embed.fnc by CPP macro and then function name, before generating files.Nicholas Clark2010-09-301-3901/+3855
* Normalise all the pre-processor directives in embed.h and proto.hNicholas Clark2010-09-291-85/+85
* Skip the blank lines when processing embed.fncNicholas Clark2010-09-291-77/+0
* Change embed.fnc's vi modeline comment from /* */ to :Nicholas Clark2010-09-291-3/+0
* 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/+32
* 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-247/+619
* Move the generation of {START,END}_EXTERN_C from embed.fnc to embed.plNicholas Clark2010-09-271-1/+1
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-2/+5
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-3/+10
* Run perl regen.pl after removing regcurly from embed.fnc.Andy Dougherty2010-09-221-7/+0
* Silence compiler warningsSteve Hay2010-09-181-1/+1
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-7/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-1/+3
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-2/+2
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-6/+0
* make qw(...) first-class syntaxZefram2010-09-081-0/+5
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-0/+11
* make regen.Ben Morrow2010-09-071-0/+20
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-2/+4
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-1/+5
* Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.Nicholas Clark2010-09-011-2/+3
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-301-0/+7
* make recursive part of peephole optimiser hookableZefram2010-08-261-0/+1
* Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C)Nicholas Clark2010-08-201-1/+2
* Expose more_bodies(), and use it to replace S_more_he().Nicholas Clark2010-08-201-6/+1
* In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type.Nicholas Clark2010-08-201-1/+1
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-5/+1
* optimise single backreferencesDavid Mitchell2010-08-011-4/+3
* Revert "process xhv_backreferences early in S_hfreeentries"David Mitchell2010-07-291-0/+7