summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+1
* Add transr op typeFather Chrysostomos2010-11-021-0/+1
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-0/+4
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-2/+2
* new API functions op_scope and op_lvalueZefram2010-10-261-2/+2
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-0/+1
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-1/+1
* function to parse isolated labelZefram2010-10-251-0/+1
* function to parse unlabelled statementZefram2010-10-251-0/+1
* stop passing line numbers into op constructor functionsZefram2010-10-251-2/+2
* refactor and regularise label/statement grammarZefram2010-10-251-1/+1
* Add functions for adding and deleting stash namesFather Chrysostomos2010-10-221-0/+2
* full API for cop hint hashesZefram2010-10-211-3/+9
* 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
* Add LINKLIST to the API.Ben Morrow2010-10-121-1/+1
* APIify op list constructorsZefram2010-10-121-3/+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/+1
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+8
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-0/+1
* Remove now-unused parameters from S_gv_magicalize_isa().Nicholas Clark2010-10-091-1/+1
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-0/+1
* add stray save_* functions to the APIZefram2010-10-041-2/+2
* Merge adjacent #ifndef PERL_IMPLICIT_CONTEXT blocks in embed.hNicholas Clark2010-09-301-6/+0
* Remove empty #if/#endif pairs from embed.hNicholas Clark2010-09-301-52/+0
* Sort embed.fnc by CPP macro and then function name, before generating files.Nicholas Clark2010-09-301-1639/+1203
* When generating embed.h, return early if an embed.fnc entry causes no output.Nicholas Clark2010-09-291-52/+0
* 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-10/+0
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+5
* Remove empty preprocessor directive in embed.fncAndy Dougherty2010-09-271-2/+0
* Move OP prototypes from pp_proto.h to proto.hNicholas Clark2010-09-271-41/+2
* Use the same $func to Perl_$func macros independent of multiplicity.Nicholas Clark2010-09-251-2469/+51
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-2/+2
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-4/+8
* Run perl regen.pl after removing regcurly from embed.fnc.Andy Dougherty2010-09-221-6/+0
* Emit $_ to Perl_$_ for "nocontext" functions under multiplicity.Nicholas Clark2010-09-221-0/+16
* Programmatically generate the compatibility macros for "misnamed functions".Nicholas Clark2010-09-221-4/+4
* Programmatically generate embed.h's *_nocontext exception list in embed.pl.Nicholas Clark2010-09-211-21/+21
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-2/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-6/+2
* 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/+4
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-0/+4
* make regen.Ben Morrow2010-09-071-0/+10