summaryrefslogtreecommitdiff
path: root/proto.h
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
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-22/+204
* Make Perl_abort_execution flagged as not returningAndy Lester2017-02-231-1/+3
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-191-12/+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-3/+3
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-131-0/+1
* Relax internal function APIKarl Williamson2017-02-131-2/+0
* Extract code into a functionKarl Williamson2017-02-131-0/+3
* 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-2/+2
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-2/+2
* rename opnd to operand to save my sanityYves Orton2017-01-271-2/+2
* Fix embed.fnc for utf8_to_uvchr_bufKarl Williamson2017-01-251-1/+3
* Perl_sv_dump(): allow a null-pointer argumentAaron Crane2017-01-241-2/+0
* 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/+7
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-12/+23
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-4/+4
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-15/+10
* regexec.c: Make isFOO_lc() non-staticKarl Williamson2016-12-231-1/+1
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-0/+20
* 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/+1
* embed.fnc: Mark some functions as pureKarl Williamson2016-12-141-5/+20
* embed.fnc: Remove pure declaration for fcns that deal with SVsKarl Williamson2016-12-141-8/+2
* embed.fnc: Remove pure function flag for static functionsKarl Williamson2016-12-141-38/+19
* add sv_set_undef() API functionDavid Mitchell2016-11-241-0/+3
* embed.fnc: Remove inappropriate pure attributesKarl Williamson2016-11-221-60/+28
* Make (P)ure funcs in embed.fnc imply (R)eturn must be checkedAndy Lester2016-11-221-0/+22
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+18
* 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/+6
* utf8n_to_uvchr(): Reduce chances of reading beyond bufferKarl Williamson2016-10-191-1/+1
* make regen and args assert fixYves Orton2016-10-191-6/+6
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-3/+6
* Add a regex_sets debugging functionKarl Williamson2016-10-191-0/+7
* 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/+3
* Add utf8n_to_uvchr_errorKarl Williamson2016-10-131-0/+3
* utf8n_to_uvchr(): Make a parameter constKarl Williamson2016-10-131-1/+1
* utf8.c: Extract some code into 2 functionsKarl Williamson2016-10-131-0/+12
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+4
* utf8.c: Consolidate duplicate error msg textKarl Williamson2016-10-131-0/+5
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-1/+1
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-0/+5