summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* $tainted ~~ [...] failingFather Chrysostomos2012-10-281-1/+1
* Make sitecustomize relocatableinc awareCarl Hayter2012-03-201-0/+5
* regcomp.c: Fix memory leak regressionNicholas Clark2011-06-021-6/+0
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-301-1/+1
* S_doparseform() should return void, not OP*, as it should use Perl_die not DIENicholas Clark2011-05-301-2/+1
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-8/+16
* embed.fnc: Allow NULL arg to to_utf8_case()Karl Williamson2011-05-031-3/+2
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-6/+0
* Add depth parameter to reg_namedseqKarl Williamson2011-03-201-1/+1
* regcomp.c: Avoid locale in optimizer unless necessaryKarl Williamson2011-03-171-6/+8
* Revert "regcomp.c: Rmv unused parameter"Karl Williamson2011-03-171-3/+4
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Merge identical functionsKarl Williamson2011-03-081-6/+0
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-7/+11
* regcomp.c: Add parameters to fcnsKarl Williamson2011-02-271-6/+8
* regcomp.c: Add fcn add_cp_to_invlist()Karl Williamson2011-02-271-0/+3
* regcomp.c: Factor code into a function.Karl Williamson2011-02-271-0/+6
* regcomp.c: accept NULL as inversion list paramKarl Williamson2011-02-271-5/+2
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+12
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-2/+6
* regcomp.c: Put two static functions in embed.fncKarl Williamson2011-02-141-0/+14
* Fix up \cX for 5.14Karl Williamson2011-02-091-1/+1
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-3/+3
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-9/+9
* regcomp: Add/subtract consts to match embed.fncKarl Williamson2011-02-061-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-1/+84
* Use embed.pl inline capabilities for regcurlyKarl Williamson2011-01-291-0/+9
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-5/+5
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-0/+1
* 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/+5
* 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/+4
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-051-8/+8
* The mg parameter to S_tied_handle_method() can be const MG *Nicholas Clark2011-01-051-1/+1
* Split the flags and argc parameters to S_tied_handle_method().Nicholas Clark2011-01-051-1/+1
* [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-0/+5
* 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-6/+6
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-271-8/+2
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-271-3/+4
* recursive-descent expression parsingZefram2010-12-111-0/+4
* Add mg_findextFlorian Ragwitz2010-11-301-0/+3
* Add sv_unmagicextFlorian Ragwitz2010-11-301-0/+5
* Add Perl_foldEQ_latin1()Karl Williamson2010-11-281-0/+7
* [perl #78908] Reinstate mod for one more stable releaseFather Chrysostomos2010-11-261-0/+1