summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* allow building with -DPERL_MEM_LOG on Win32Tony Cook2023-04-101-5/+7
* Update embed.hKarl Williamson2022-05-071-2/+2
* Drop the unused hv argument from S_hv_free_ent_ret()Nicholas Clark2022-03-191-1/+1
* hv.c: remove dead function ptr_hash()Yves Orton2022-03-141-1/+0
* hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug modeYves Orton2022-03-101-0/+1
* Perl_newSV_type_mortal - new inline function introduced and usedRichard Leach2022-03-071-0/+1
* Make newSV_type an inline functionRichard Leach2022-03-071-1/+3
* Make sv_len_utf8_nomg() publicKarl Williamson2022-03-021-1/+1
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-231-0/+2
* regcomp.c,re.pm: Remove "offsets" debugging codeYves Orton2022-02-181-2/+3
* Create sv_streq() API family, as a stringy copy of the sv_numeq() onesPaul "LeoNerd" Evans2022-01-271-0/+1
* Initial implementation of sv_numeq() and _flags() variantPaul "LeoNerd" Evans2022-01-261-0/+1
* Add op_wrap_finally() convenience functionPaul "LeoNerd" Evans2022-01-201-0/+1
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-0/+1
* Add CopFILEAVn() and use it when cleaning up COP pointersTony Cook2021-11-151-0/+1
* sv.c: add Perl_sv_grow_fresh & Perl_sv_setvpn_freshRichard Leach2021-11-011-0/+2
* Inline S_hv_auxinit_internal() into S_hv_auxinit()Nicholas Clark2021-10-111-1/+0
* Don't leak in hv_common when croaking about PL_strtabNicholas Clark2021-09-231-1/+5
* Add _mg() versions of the sv_setrv* familyPaul "LeoNerd" Evans2021-08-251-0/+2
* Add sv_setrv_inc()Paul "LeoNerd" Evans2021-08-251-0/+1
* Add sv_setrv_noinc()Paul "LeoNerd" Evans2021-08-251-0/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+1
* utf8.c: Split a static fcnKarl Williamson2021-08-231-0/+1
* Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0Nicholas Clark2021-08-211-1/+0
* Add utf8_to_utf16Karl Williamson2021-08-141-0/+1
* Improve utf16_to_utf8_reversed()Karl Williamson2021-08-141-2/+1
* utf8.c: Refactor is_utf8_char_helper()Karl Williamson2021-08-141-1/+1
* Make macro isUTF8_CHAR_flags an inline fcnKarl Williamson2021-08-141-0/+1
* Add helper function for longest UTF8 sequenceKarl Williamson2021-08-071-0/+1
* utf8.c: Fold 2 overlapping fcns into oneKarl Williamson2021-08-071-5/+0
* utf8.c: Generalize static fcnKarl Williamson2021-08-071-1/+1
* utf8.c: Change name of static functionKarl Williamson2021-08-071-1/+1
* Create and use 32 and 64 bit msbit_pos() fcnsKarl Williamson2021-07-301-0/+2
* Create and use 32 and 64 bit lsbit_pos() fcnsKarl Williamson2021-07-301-0/+2
* Add 64bit single-1bit_pos()Karl Williamson2021-07-301-0/+3
* Create and use single_1bit_pos32()Karl Williamson2021-07-301-0/+1
* 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-24/+24
* 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/+1
* Add Perl_av_new_alloc() function and newAV_alloc_x/z() macrosRichard Leach2021-05-261-0/+1
* try isn't treated as a sub call like eval isTony Cook2021-02-141-0/+1
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-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-3/+1
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-1/+0
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-0/+1
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+1
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-0/+4