summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* merge branch zefram/dumb_matchZefram2017-12-171-15/+5
|\
| * internally change "when" to "whereso"Zefram2017-12-051-4/+4
| * make "when" do implicit "next"Zefram2017-11-291-1/+0
| * make loop control apply to "given"Zefram2017-11-291-2/+1
| * use LOOP struct for entergiven opZefram2017-11-291-1/+0
| * eviscerate smartmatchZefram2017-11-221-6/+0
| * remove unused arg from newGIVWHENOP()Zefram2017-11-211-1/+1
| * regularise "when"Zefram2017-11-211-1/+0
* | make exec keep its argument list more reliablyZefram2017-12-141-1/+0
* | Add variant_under_utf8_count() core functionKarl Williamson2017-12-111-0/+3
* | [perl #132485] Warn about "$foo'bar"Father Chrysostomos2017-11-261-1/+1
* | Add is_utf8_non_invariant_string()Karl Williamson2017-11-261-0/+1
* | Change 3 functions to be #defines of othersKarl Williamson2017-11-261-3/+0
|/
* rip out quicksort and sort algorithm controlZefram2017-11-171-1/+0
* Remove UTF16 functions from public accessKarl Williamson2017-11-161-2/+2
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+1
* embed.fnc: Change fcn from A to XKarl Williamson2017-11-081-1/+1
* Change name of internal functionKarl Williamson2017-11-081-1/+1
* locale.c: Change static fcn nameKarl Williamson2017-11-081-1/+1
* locale.c: Refactor static fcn to save workKarl Williamson2017-11-081-1/+1
* locale.c: Create extended internal Perl_langinfo()Karl Williamson2017-11-081-0/+10
* toke.c: Add limit parameter to 3 static functionsKarl Williamson2017-11-061-3/+3
* dquote.c: Use memchr() instead of strchr()Karl Williamson2017-11-061-2/+2
* Add my_memrchr() implementation of memrchr()Karl Williamson2017-11-011-0/+3
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+1
* add extra optimization phaseDavid Mitchell2017-10-311-0/+2
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-3/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-3/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-1/+1
* Assume we have C89 memset()Aaron Crane2017-10-211-6/+0
* (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