summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* $tainted ~~ [...] failingFather Chrysostomos2012-10-281-1/+1
* Make sitecustomize relocatableinc awareCarl Hayter2012-03-201-0/+1
* regcomp.c: Fix memory leak regressionNicholas Clark2011-06-021-1/+0
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-2/+2
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-1/+0
* Add depth parameter to reg_namedseqKarl Williamson2011-03-201-1/+1
* regcomp.c: Merge identical functionsKarl Williamson2011-03-081-1/+0
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-1/+5
* regcomp.c: Add parameters to fcnsKarl Williamson2011-02-271-2/+2
* regcomp.c: Add fcn add_cp_to_invlist()Karl Williamson2011-02-271-0/+1
* regcomp.c: Factor code into a function.Karl Williamson2011-02-271-0/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-1/+1
* regcomp.c: Put two static functions in embed.fncKarl Williamson2011-02-141-0/+2
* Fix up \cX for 5.14Karl Williamson2011-02-091-1/+1
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-1/+1
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-0/+15
* embed.fnc: Add E flag to regcurly entryKarl Williamson2011-01-291-3/+3
* Use embed.pl inline capabilities for regcurlyKarl Williamson2011-01-291-0/+3
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-1/+0
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-4/+4
* Add check_utf8_print()Karl Williamson2011-01-091-0/+1
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-1/+0
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-366/+1
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-051-0/+3
* [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-0/+1
* 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