summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* $tainted ~~ [...] failingFather Chrysostomos2012-10-281-1/+2
* Make sitecustomize relocatableinc awareCarl Hayter2012-03-201-0/+2
* regcomp.c: Fix memory leak regressionNicholas Clark2011-06-021-1/+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-1/+1
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-2/+4
* embed.fnc: Allow NULL arg to to_utf8_case()Karl Williamson2011-05-031-1/+1
* Add depth parameter to reg_namedseqKarl Williamson2011-03-201-1/+1
* regcomp.c: Avoid locale in optimizer unless necessaryKarl Williamson2011-03-171-2/+4
* Revert "regcomp.c: Rmv unused parameter"Karl Williamson2011-03-171-1/+2
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-2/+1
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-2/+1
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-2/+1
* regcomp.c: Merge identical functionsKarl Williamson2011-03-081-2/+0
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-0/+2
* 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
* regcomp.c: accept NULL as inversion list paramKarl Williamson2011-02-271-1/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* exporting a static function doesnt workKarl Williamson2011-02-141-2/+2
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-1/+4
* regcomp.c: Put two static functions in embed.fncKarl Williamson2011-02-141-0/+4
* exporting a static function doesn't workTony Cook2011-02-101-2/+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/+3
* regcomp: Add/subtract consts to match embed.fncKarl Williamson2011-02-061-1/+1
* Two more swash inversion list exports necessary for build on Win32.George Greer2011-02-051-2/+2
* export the functions required by reTony Cook2011-02-051-2/+2
* _swash_inversion_hash Rmv X from embed, add constKarl Williamson2011-02-021-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-1/+18
* embed.fnc: Add E flag to regcurly entryKarl Williamson2011-01-291-1/+1
* Use embed.pl inline capabilities for regcurlyKarl Williamson2011-01-291-0/+3
* embed.fnc: Add inline function capabilityKarl Williamson2011-01-291-0/+6
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-1/+3
* embed.fnc: Silence 'no docs' messageKarl Williamson2011-01-101-1/+1
* 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-2/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-051-3/+3
* 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/+3
* 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/+2
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-271-2/+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