summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid some branchesKarl Williamson2018-01-151-0/+3
* Make script run code a separate functionKarl Williamson2018-01-041-0/+1
* locale.c: Improve debugging outputKarl Williamson2018-01-011-0/+1
* Use new regnodes for /[[:ascii:]]/Karl Williamson2017-12-291-0/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-5/+15
* make PerlIO handle FD_CLOEXECZefram2017-12-221-0/+2
* Perl_my_mkstemp_cloexec() functionZefram2017-12-221-2/+2
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-0/+3
* *_cloexec() I/O functionsZefram2017-12-221-0/+14
* 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