summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+5
* utf8.c: Consolidate duplicate error msg textKarl Williamson2016-10-131-0/+2
* 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/+8
* Add API Unicode handling functionsKarl Williamson2016-09-251-2/+25
* 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-1/+4
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-171-1/+1
* utf8.c: Extract duplicate code to common fcnKarl Williamson2016-09-171-0/+1
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-0/+4
* Add is_utf8_valid_partial_char()Karl Williamson2016-08-311-0/+1
* is_utf8_string() is now a pure functionKarl Williamson2016-08-311-1/+1
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-1/+1
* 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-3/+3
* Add new synonym 'is_utf8_invariant_string'Karl Williamson2016-08-311-2/+3
* embed.fnc: Replace blanks by tabsKarl Williamson2016-08-311-31/+31
* 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-2/+1
* regen/embed.pl: Allow inline funcs to be named Perl_fooKarl Williamson2016-08-311-2/+3
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+1
* gv.c:require_tie_mod: Make var name a char paramFather Chrysostomos2016-08-121-1/+1
* embed.fnc: sv_copypv is still APIFather Chrysostomos2016-08-111-1/+1
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-1/+2
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-2/+2
* remove most 'a' flags from embed.fncDavid Mitchell2016-08-041-69/+73
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-3/+2
* make op.c:S_alloc_LOGOP() non-staticDavid Mitchell2016-08-031-0/+1
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-1/+2
* locale.c: Add some DEBUG statementsKarl Williamson2016-08-021-0/+7
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2016-08-011-1/+1
* regcomp.c: Silence compiler warningKarl Williamson2016-07-201-2/+2
* regcomp.c: Silence compiler warningKarl Williamson2016-07-171-2/+2
* regcomp.c: Reimplement add_range_to_invlist()Karl Williamson2016-07-161-1/+1
* Fix -Dr output regressionKarl Williamson2016-07-161-1/+2
* SSize_t instead of IVKarl Williamson2016-07-161-1/+1
* Remove mg.c:_get_encodingFather Chrysostomos2016-07-131-1/+0
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-1/+0