summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* embed.fnc: Fix declaration of my_strerror()Karl Williamson2017-07-151-1/+1
* embed.fnc Change Some functions only used in macrosKarl Williamson2017-07-151-5/+4
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-151-11/+7
* Add debugging to locale handlingKarl Williamson2017-07-141-0/+1
* utf8n_to_uvchr() Properly test for extended UTF-8Karl Williamson2017-07-121-1/+5
* _byte-dump_string() callable from regcomp, regexecKarl Williamson2017-07-021-1/+1
* hv.c: rename static function S_hfreeentries() to S_hv_free_entries()Yves Orton2017-07-011-1/+1
* Add new function utf8_from_bytes_loc()Karl Williamson2017-06-141-1/+1
* Add XS-callable function is_utf8_invariant_string_loc()Karl Williamson2017-06-081-1/+1
* Remove deprecated function 'to_utf8_case()'Karl Williamson2017-06-011-1/+0
* Relax fatal circumstances of unescaped '{'Karl Williamson2017-06-011-0/+1
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-2/+2
* Remove deprecated comma-less format variable listsDagfinn Ilmari Mannsåker2017-06-011-1/+0
* 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