summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Add a common locale panic macro and functionsKarl Williamson2022-08-091-0/+1
* locale.c: Add DEBUGGING informationKarl Williamson2022-08-091-2/+2
* locale.c: Add fcn to hide edge case undefined behaviorKarl Williamson2022-08-091-0/+1
* Split off setting locale to "" from S_emulate_setlocaleKarl Williamson2022-08-091-0/+1
* locale.c: Split ancillary from S_emulate_setlocaleKarl Williamson2022-08-091-1/+2
* locale.c: Split aggregate LC_ALL from emulate_setlocaleKarl Williamson2022-08-091-0/+1
* setlocale_failure_panic_i now used more generallyKarl Williamson2022-08-091-7/+1
* locale.c: Generalize stdize_locale()Karl Williamson2022-08-091-1/+1
* Reorder some locale functions in embed.fncKarl Williamson2022-08-091-7/+7
* sv.c - add Perl_newSVhek_mortalRichard Leach2022-08-051-0/+1
* Emit __VA_ARGS__-using macros into embed.h when on PERL_COREPaul "LeoNerd" Evans2022-08-031-37/+48
* regex engine - integrate regnode_after() support for EXACTish nodesYves Orton2022-08-031-3/+5
* regcomp.c - rename NEXTOPER to REGNODE_AFTER and related logicYves Orton2022-08-031-0/+2
* locale.c - silence build warning for unused S_calculate_LC_ALL()Yves Orton2022-07-151-9/+11
* Add `newAVav()` and `newAVhv()`Paul "LeoNerd" Evans2022-07-131-0/+2
* setlocale_failure_panic_i is used when no posix 2008Karl Williamson2022-07-131-1/+1
* Change #ifdef to #ifndefKarl Williamson2022-07-121-3/+7
* setlocale_failure_panic_i only on non-threaded currentlyKarl Williamson2022-07-121-1/+3
* regex: Add optimizing regnodeKarl Williamson2022-07-121-0/+1
* regcomp.c: Add conversion fcns for bitmap/inversion_listKarl Williamson2022-07-121-1/+3
* regcomp.c: Change name of static functionKarl Williamson2022-07-101-1/+1
* regex: Refactor bitmap vs non-bitmap of qr/[]/Karl Williamson2022-07-101-0/+1
* Eval param to SvPV-foo exactly onceKarl Williamson2022-06-291-0/+2
* Partially revert remove deprecated functions"Karl Williamson2022-06-281-0/+6
* Revert "Partially remove deprecated functions"Karl Williamson2022-06-251-0/+3
* Split optree optimizer and finalizer from op.c into new peep.cPaul "LeoNerd" Evans2022-06-201-6/+14
* locale.c: querylocale() doesn't work on LC_ALLKarl Williamson2022-06-191-0/+10
* locale.c: Use a function table to simplify codeKarl Williamson2022-06-191-0/+1
* locale.c: Add panic check/messageKarl Williamson2022-06-191-0/+1
* locale.c: Separate query part of emulate_setlocale()Karl Williamson2022-06-191-0/+1
* locale.c: Change S_emulate_setlocale name and sigKarl Williamson2022-06-161-1/+1
* locale.c: Use get_category_index()Karl Williamson2022-06-161-1/+1
* locale.c: Create S_get_category_index()Karl Williamson2022-06-161-0/+1
* allow building with -DPERL_MEM_LOG on Win32Tony Cook2022-06-161-5/+7
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-4/+4
* SvGETMAGIC: evaluate its argument just onceKarl Williamson2022-06-101-0/+1
* inline.h: add av_push_simpleRichard Leach2022-06-081-0/+1
* Remove deprecated functionsKarl Williamson2022-06-051-97/+0
* Rename internal functionKarl Williamson2022-06-021-2/+2
* Change SvIV and kin to inline functionsKarl Williamson2022-05-281-0/+6
* Evaluate SvPVXtrue's argument just onceKarl Williamson2022-05-281-0/+1
* Export unshare_hek, but mark as internalKarl Williamson2022-05-271-1/+1
* sv.c - add new bool related utility functions and macrosYves Orton2022-05-271-0/+6
* 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