summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Argument op to report_evil_fh() is always PL_op->op_type, so need not be passedNicholas Clark2010-12-281-1/+1
* The io argument to report_evil_fh() is always GvIO(gv), so need not be passed.Nicholas Clark2010-12-281-1/+1
* Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh()Nicholas Clark2010-12-281-0/+1
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-271-1/+1
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-271-2/+1
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-271-1/+1
* recursive-descent expression parsingZefram2010-12-111-0/+4
* Add mg_findextFlorian Ragwitz2010-11-301-0/+1
* Add sv_unmagicextFlorian Ragwitz2010-11-301-0/+1
* Add Perl_foldEQ_latin1()Karl Williamson2010-11-281-0/+1
* [perl #78908] Reinstate mod for one more stable releaseFather Chrysostomos2010-11-261-0/+1
* mro_package_moved must act on all effective namesFather Chrysostomos2010-11-221-1/+1
* Add flags param to hv_ename_*Father Chrysostomos2010-11-201-2/+2
* Eliminate the newname param from mro_package_movedFather Chrysostomos2010-11-201-1/+1
* hv_undef .= _flagsFather Chrysostomos2010-11-201-1/+0
* Convert newSUB() to a macro wrapping Perl_newATTRSUB()Nicholas Clark2010-11-171-1/+0
* Inline Perl_pad_undef() into its only caller, Perl_cv_undef().Nicholas Clark2010-11-161-1/+0
* mro_isa_changed_in3 is no longer necessaryFather Chrysostomos2010-11-111-1/+1
* Fix package assignment with nested aliased packagesFather Chrysostomos2010-11-111-1/+1
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+1
* Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.Nicholas Clark2010-11-111-2/+0
* Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.Nicholas Clark2010-11-091-1/+1
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-081-0/+2
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-071-0/+1
* 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