summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Add inline av_fetch_simple and av_store_simple functionsRichard Leach2021-07-031-0/+2
* Rename scalarseq() to a somewhat more meaningful voidnonfinal()Paul "LeoNerd" Evans2021-06-161-1/+1
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-0/+1
* regcomp.c: Extract code from a too-large-functionKarl Williamson2021-05-311-0/+10
* Add Perl_av_new_alloc() function and newAV_alloc_x/z() macrosRichard Leach2021-05-261-0/+3
* Do not cache utf8 offsets for non-canonical lengthsLeon Timmermans2021-05-241-1/+1
* Document gv_stashsvpvn_cachedKarl Williamson2021-04-141-1/+1
* embed.fnc: White space onlyKarl Williamson2021-03-031-2/+2
* embed.fnc: Add clarifying commentKarl Williamson2021-03-021-1/+4
* try isn't treated as a sub call like eval isTony Cook2021-02-141-0/+1
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-0/+1
* regexec.c: Make internal function staticKarl Williamson2021-02-101-2/+2
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-1/+1
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-1/+0
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-1/+3
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+1
* perlapi: Consolidate newRV and newRV_inc podKarl Williamson2020-12-301-1/+1
* Document gv_autoload4Karl Williamson2020-12-271-1/+1
* Document safesys...alloc fcns; safesysfreeKarl Williamson2020-12-271-4/+4
* Document gv_fetchfile(_flags)?Karl Williamson2020-12-271-2/+2
* embed.fnc: Mark gv_check as internalKarl Williamson2020-12-271-1/+1
* newSVsv_flags is now documentedKarl Williamson2020-12-241-1/+1
* embed.fnc: Mark several do_dump fcns as Core onlyKarl Williamson2020-12-201-9/+9
* embed.fnc: Mark sv_2uv, etc. as Core onlyKarl Williamson2020-12-201-4/+4
* embed.fnc: Mark stack_grow as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark scan_num as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark cx_dump as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark av_arylen_p, av_iter_p as Core onlyKarl Williamson2020-12-201-2/+2
* embed.fnc: Mark doing_taint as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark cxinc as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark moreswitches as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark runops_debug, runops_standard as Core onlyKarl Williamson2020-12-201-2/+2
* embed.fnc: Mark regnext as Core onlyKarl Williamson2020-12-201-1/+1
* embed.fnc: Mark cx_dup as Core onlyKarl Williamson2020-12-201-1/+1
* Remove my_l?stat from public APIKarl Williamson2020-12-061-2/+2
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-0/+4
* Document various CopFILEfoo functionsKarl Williamson2020-11-291-0/+4
* perlapi: Note proper rplcemnt for pad_compname_typeKarl Williamson2020-11-221-1/+1
* embed.fnc: Mark reginitcolors as Core onlyKarl Williamson2020-11-221-1/+1
* Mark despatch_signals as core onlyKarl Williamson2020-11-211-1/+1
* embed.fnc: Mark 3 sighandler fcns as Core onlyKarl Williamson2020-11-181-5/+5
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-181-1/+1
* embed.fnc: Add detail to u flag descriptionKarl Williamson2020-11-141-3/+5
* perlapi: Fix up some MRO documentationKarl Williamson2020-11-141-1/+1
* sv.c: Change some formal param names for clarity, consistencyKarl Williamson2020-11-091-18/+18
* export delimcpy_no_escape() so XS::APItest can use itTony Cook2020-11-031-1/+1
* Fix up delimcpy_no_escape()Karl Williamson2020-10-311-3/+3
* Rewrite delimcpy to use memchr and Copy, not per-byteKarl Williamson2020-10-311-2/+3
* add Perl_magic_freemglob() magic vtable methodDavid Mitchell2020-10-231-0/+1