summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API Unicode handling functionsKarl Williamson2016-09-251-0/+27
* utf8.c: Fix bug in new _is_utf8_char_helper() functionKarl Williamson2016-09-191-1/+1
* inline.h: Add 'const's; avoid hiding outer variableKarl Williamson2016-09-171-3/+3
* Add is_utf8_valid_partial_char_flags()Karl Williamson2016-09-171-2/+5
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-171-3/+3
* utf8.c: Extract duplicate code to common fcnKarl Williamson2016-09-171-0/+6
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-0/+3
* Add is_utf8_valid_partial_char()Karl Williamson2016-08-311-0/+5
* is_utf8_string() is now a pure functionKarl Williamson2016-08-311-1/+3
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-3/+4
* Inline is_utf8_string() and is_utf8_stringloclen()Karl Williamson2016-08-311-2/+2
* Inline utf8_distance(), utf8_hop()Karl Williamson2016-08-311-2/+2
* Inline is_utf8_invariant_string()Karl Williamson2016-08-311-1/+1
* is_utf8_invariant_string is pureKarl Williamson2016-08-311-6/+9
* Add new synonym 'is_utf8_invariant_string'Karl Williamson2016-08-311-5/+8
* is_utf8_string_loc() param should not be NULLKarl Williamson2016-08-311-1/+1
* Document valid_utf8_to_uvchr() and inline itKarl Williamson2016-08-311-1/+3