summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* mro_isa_changed_in3 is no longer necessaryFather Chrysostomos2010-11-111-3/+4
* Fix package assignment with nested aliased packagesFather Chrysostomos2010-11-111-3/+4
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+6
* Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32.Nicholas Clark2010-11-111-3/+3
* Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.Nicholas Clark2010-11-091-2/+2
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-081-0/+12
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-071-0/+6
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+5
* Add transr op typeFather Chrysostomos2010-11-021-0/+1
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-5/+1
* Remove S_get_isa_hashFather Chrysostomos2010-10-311-5/+0
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-0/+9
* reginclass: add some consts to prototypeKarl Williamson2010-10-311-1/+1
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-12/+12
* new API functions op_scope and op_lvalueZefram2010-10-261-2/+2
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-0/+5
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-2/+5
* 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-3/+3
* refactor and regularise label/statement grammarZefram2010-10-251-2/+2
* Rename stashes when they move aroundFather Chrysostomos2010-10-241-1/+1
* Add functions for adding and deleting stash namesFather Chrysostomos2010-10-221-0/+12
* full API for cop hint hashesZefram2010-10-211-32/+32
* 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