summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* (perl #127663) safer in-place editingTony Cook2017-09-111-0/+1
* Add API function Perl_langinfo()Karl Williamson2017-09-091-14/+19
* Add new API function sv_rvunweakenDagfinn Ilmari Mannsåker2017-09-041-0/+1
* [perl #131883] Include pkg in :prototype warningsFather Chrysostomos2017-08-281-1/+1
* Add another param to validate_protoFather Chrysostomos2017-08-281-1/+1
* add sv_string_from_errnum()Zefram2017-08-191-0/+1
* Improve heuristic for UTF-8 detection in "$!"Karl Williamson2017-08-181-1/+1
* add cv_get_call_checker_flags()Zefram2017-08-081-0/+1
* merge Perl_ck_cmp() and Perl_ck_eq()David Mitchell2017-08-041-1/+0
* hv_pushkv(): handle keys() and values() tooDavid Mitchell2017-07-271-1/+1
* create Perl_hv_pushkv() functionDavid Mitchell2017-07-271-0/+1
* optimise (index() == -1)David Mitchell2017-07-271-0/+1
* 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