summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* set up catchable runloops early enoughZefram2017-08-291-1/+1
* Perl_do_vecget(): change offset arg to STRLEN typeDavid Mitchell2017-03-171-1/+1
* embed.fnc: _byte_dump_string is core-onlyKarl Williamson2017-02-241-1/+1
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-10/+0
* Make Perl_abort_execution flagged as not returningAndy Lester2017-02-231-1/+1
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-191-3/+3
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-201-1/+1
* Make _byte_dump_string() usable in all of coreKarl Williamson2017-02-131-1/+4
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-131-0/+1
* Relax internal function APIKarl Williamson2017-02-131-1/+1
* Extract code into a functionKarl Williamson2017-02-131-0/+1
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-0/+1
* toke.c: Remove unused param from static functionKarl Williamson2017-02-011-1/+1
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-1/+1
* rename opnd to operand to save my sanityYves Orton2017-01-271-1/+1
* Fix embed.fnc for utf8_to_uvchr_bufKarl Williamson2017-01-251-1/+1
* Perl_sv_dump(): allow a null-pointer argumentAaron Crane2017-01-241-1/+1
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+1
* toke.c: Make too-long inline function just staticKarl Williamson2017-01-051-1/+1
* utf8.c: Add a const to a function parameterKarl Williamson2017-01-051-1/+1
* Deprecate non-grapheme string delimiterKarl Williamson2016-12-231-0/+5
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-8/+19
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-8/+8
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-5/+18
* regexec.c: Make isFOO_lc() non-staticKarl Williamson2016-12-231-1/+1
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-0/+11
* Add fnc to force out UTF-8 malform warnings at deathKarl Williamson2016-12-231-0/+3
* Silence win32 compiler warningKarl Williamson2016-12-231-1/+1
* utf8.c Extract common code into macrosKarl Williamson2016-12-231-1/+2
* embed.fnc: Mark some functions as pureKarl Williamson2016-12-141-5/+5
* embed.fnc: Remove pure declaration for fcns that deal with SVsKarl Williamson2016-12-141-2/+2
* embed.fnc: Remove pure function flag for static functionsKarl Williamson2016-12-141-19/+19
* embed.fnc: Add comments about pure attribute flagKarl Williamson2016-12-141-2/+14
* Fix missing X in 2 embed.fnc entriesKarl Williamson2016-12-121-2/+2
* embed.fnc: Make some functions not flagged as 'A'Karl Williamson2016-12-111-5/+5
* embed.fnc: Add comments; wordsmith othersKarl Williamson2016-12-111-4/+16
* add sv_set_undef() API functionDavid Mitchell2016-11-241-0/+1
* embed.fnc: Remove inappropriate pure attributesKarl Williamson2016-11-221-28/+28
* Make (P)ure funcs in embed.fnc imply (R)eturn must be checkedAndy Lester2016-11-221-2/+2
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+3
* Make toke.c:S_lop's x arg a U8 to match PL_expectAndy Lester2016-11-031-1/+1
* Fix wrong UTF-8 overflow error on 32-bit platformsKarl Williamson2016-11-021-0/+1
* utf8n_to_uvchr(): Reduce chances of reading beyond bufferKarl Williamson2016-10-191-1/+1
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-7/+13
* Add a regex_sets debugging functionKarl Williamson2016-10-191-0/+6
* regexec.c: in debug fixup indents and TRIE/BUFFER debug outputYves Orton2016-10-191-2/+2
* sv.c: add sv_setpv_bufsize() and SvPVCLEAR()Yves Orton2016-10-191-0/+1
* Add utf8n_to_uvchr_errorKarl Williamson2016-10-131-1/+9
* utf8n_to_uvchr(): Make a parameter constKarl Williamson2016-10-131-1/+1
* utf8.c: Extract some code into 2 functionsKarl Williamson2016-10-131-0/+2