summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* embed.fnc: _byte_dump_string is core-onlyKarl Williamson2017-02-241-1/+1
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-7/+5
* Make _byte_dump_string() usable in all of coreKarl Williamson2017-02-131-1/+1
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-131-0/+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
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+1
* Deprecate non-grapheme string delimiterKarl Williamson2016-12-231-0/+3
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-4/+5
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-4/+4
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-4/+5
* regexec.c: Make isFOO_lc() non-staticKarl Williamson2016-12-231-1/+1
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-0/+4
* Add fnc to force out UTF-8 malform warnings at deathKarl Williamson2016-12-231-0/+1
* embed.fnc: Make some functions not flagged as 'A'Karl Williamson2016-12-111-9/+5
* add sv_set_undef() API functionDavid Mitchell2016-11-241-0/+1
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+3
* Fix wrong UTF-8 overflow error on 32-bit platformsKarl Williamson2016-11-021-0/+1
* make regen and args assert fixYves Orton2016-10-191-4/+4
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-3/+4
* Add a regex_sets debugging functionKarl Williamson2016-10-191-0/+5
* 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/+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/+2
* utf8.c: Consolidate duplicate error msg textKarl Williamson2016-10-131-0/+1
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-0/+1
* Add API Unicode handling functionsKarl Williamson2016-09-251-0/+6
* Add is_utf8_valid_partial_char_flags()Karl Williamson2016-09-171-1/+1
* 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/+1
* Add is_utf8_valid_partial_char()Karl Williamson2016-08-311-0/+1
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-1/+1
* Inline is_utf8_invariant_string()Karl Williamson2016-08-311-1/+1
* Add new synonym 'is_utf8_invariant_string'Karl Williamson2016-08-311-1/+1
* Document valid_utf8_to_uvchr() and inline itKarl Williamson2016-08-311-1/+1
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+1
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-1/+1
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-1/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-1/+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/+0
* locale.c: Add some DEBUG statementsKarl Williamson2016-08-021-0/+3
* regcomp.c: Silence compiler warningKarl Williamson2016-07-201-2/+2
* regcomp.c: Silence compiler warningKarl Williamson2016-07-171-2/+2